forked from litestar-org/litestar-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (26 loc) · 802 Bytes
/
mkdocs.yml
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
site_name: Litestar SPA Sample Architecture
repo_url: https://github.com/cofin/litestar-fullstack
edit_uri: ./edit/main/docs
# Sticking with readthedocs theme for basic template
# material theme also installed
theme:
name: "material"
plugins:
- search
- mkdocstrings
nav:
- Home: index.md
- User Guide:
- Installation: user_guide/installation.md
- Usage: user_guide/usage.md
- Developer Guide:
- Developer Setup: developer_guide/developer_setup.md
- Commands: developer_guide/commands.md
- Workflows: developer_guide/workflows.md
- Releases: developer_guide/releases.md
- App Reference:
- App Reference: app_reference/app.md
- Code Reference:
- Core:
- CLI: code_reference/cli.md
- Config: code_reference/config.md