-
Notifications
You must be signed in to change notification settings - Fork 0
/
.redocly.yaml
67 lines (64 loc) · 1.85 KB
/
.redocly.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
apis:
main:
root: _build/openapi.yaml
lint:
extends:
- recommended
rules:
tag-description: off
operation-summary: error
no-unresolved-refs: error
no-unused-components: error
operation-2xx-response: error
operation-operationId: error
operation-singular-tag: error
no-enum-type-mismatch: error
no-identical-paths: error
no-ambiguous-paths: error
features.openapi:
pagination: section
showConsole: true
theme:
breakpoints:
small: 10rem
medium: 40rem
large: 85rem
colors:
primary:
main: rgba(246, 20, 63, 1)
light: rgba(246, 20, 63, 0.42)
success:
main: rgba(28, 184, 65, 1)
light: "#81ec9a"
dark: "#083312"
contrastText: "#000"
text:
primary: rgba(0, 0, 0, 1)
secondary: "#4d4d4d"
http:
get: rgba(0, 200, 219, 1)
post: rgba(28, 184, 65, 1)
put: rgba(255, 187, 0, 1)
delete: rgba(254, 39, 35, 1)
typography:
fontSize: 16px
fontFamily: Fira Sans, Roboto, sans-serif
optimizeSpeed: true
smoothing: antialiased
headings:
fontWeight: bold
lineHeight: 1em
code:
fontWeight: '600'
color: rgba(92, 62, 189, 1)
wrap: true
links:
color: rgba(246, 20, 63, 1)
visited: rgba(246, 20, 63, 1)
hover: "#fa768f"
sidebar:
width: 300px
textColor: "#000000"
rightPanel:
backgroundColor: rgba(55, 53, 71, 1)
textColor: "#ffffff"