forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redocly.yaml
51 lines (50 loc) · 1.4 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
organization: Meshery
theme:
openapi:
htmlTemplate: 'custom.hbs'
pagination: item
sortTagsAlphabetically: true
theme:
breakpoints:
small: 85rem
medium: 80rem
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: rgba(129, 236, 154, 1)
dark: rgba(8, 51, 18, 1)
contrastText: rgba(0, 0, 0, 1)
text:
primary: rgba(0, 0, 0, 1)
secondary: rgba(77, 77, 77, 1)
http:
put: rgba(0, 200, 219, 1)
delete: rgba(28, 184, 65, 1)
get: rgba(255, 187, 0, 1)
post: 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: rgba(250, 118, 143, 1)
sidebar:
width: 300px
textColor: rgba(34, 139, 34, 1)
rightPanel:
backgroundColor: rgba(53, 71, 53, 1)
textColor: rgba(255, 255, 255, 1)