-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (34 loc) · 1.1 KB
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (34 loc) · 1.1 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
site_name: fastapi-foundation
site_description: External documentation site for fastapi-foundation
docs_dir: documents
site_dir: site
nav:
- Home: index.md
- Quickstart: quickstart.md
- Architecture: architecture.md
- Guides:
- Developer Workbook: guides/new-developer-workbook.md
- Documentation Checklist: guides/documentation-todolist.md
- APP Development: guides/app-development.md
- Authentication: guides/authentication.md
- Data Relationships: guides/data-relationships.md
- Authorization & Roles: guides/authorization-and-roles.md
- CLI: guides/cli-guide.md
- Quickstart Checklist: guides/quickstart-checklist.md
- Troubleshooting: guides/troubleshooting.md
- Advanced Architecture: guides/advanced-architecture.md
- API Contracts:
- Environment: api/api-environment.md
- App Registry: api/app-registry.md
- Tenant Isolation: api/tenant-isolation.md
theme:
name: material
language: en
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
- attr_list