-
Notifications
You must be signed in to change notification settings - Fork 0
/
.redocly.yaml
29 lines (29 loc) · 957 Bytes
/
.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
apis:
main:
root: openapi.yaml
rules:
no-unused-components: warn
theme:
openapi:
htmlTemplate: ./docs/index.html
theme:
spacing:
sectionVertical: 30
sidebar:
backgroundColor: "#00253d"
textColor: "rgba(255, 255, 255, 0.55)"
activeTextColor: "#ffffff"
typography:
fontSize: "16px"
fontFamily: "IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"
headings:
fontFamily: "IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"
code:
fontFamily: "Consolas, Courier New, monospace"
logo:
gutter: "15px 10px"
maxHeight: "60px"
#maxWidth: "200px"
colors:
primary:
main: "#32329f"