-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (25 loc) · 702 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
26 lines (25 loc) · 702 Bytes
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
site_name: FastRouter Documentation
site_url: https://mydomain.org/mysite
theme:
name: material
palette:
scheme: slate
primary: indigo
markdown_extensions:
- pymdownx.snippets:
check_paths: true
base_path: "."
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
nav:
- Home: index.md
- Getting Started: getting-started.md
- Migration Guide: MIGRATION_GUIDE.md
- Advanced Features: advanced-features.md
- Internal API: internal-api.md
- Changelog: changelog.md
- Examples:
- Request Bodies: examples/REQUEST_BODIES.md