-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (72 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
76 lines (72 loc) · 1.85 KB
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
67
68
69
70
71
72
73
74
75
76
site_name: express-openapi-validator
theme:
# logo: assets/logo.png
icon:
logo: fontawesome/solid/check-double
name: material
palette:
scheme: slate
# primary: indigo
features:
# - navigation.sections
# - navigation.tracking
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.expand
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
nav:
- index.md
- Getting started:
- gc-installation.md
- gc-quick-start.md
- gc-guides.md
- faq.md
- Reference:
- Docs:
- ref-base-url.md
- ref-security-handlers.md
- Operation Handlers: guide-operation-handlers.md
- Multiple API Specs: guide-multiple-specs.md
- validation-curl.md
- Options:
- usage-options-summary.md
- usage-api-spec.md
- usage-validate-requests.md
- usage-validate-responses.md
- usage-validate-security.md
- usage-validate-api-spec.md
- usage-formats.md
- usage-unknown-formats.md
- usage-serdes.md
- usage-operation-handlers.md
- usage-ignore-paths.md
- usage-ignore-undocumented.md
- usage-file-uploader.md
- usage-ref-parser.md
- usage-coerce-types.md
- Guides:
- Standard API Server: guide-standard.md
- Operation Handlers: guide-operation-handlers.md
- Multiple API Specs: guide-multiple-specs.md
- About:
- license.md
- about-who-are-we.md
extra:
analytics:
provider: google
property: G-SZZ6RXH2FY