-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (39 loc) · 948 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
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: Django Live Components
site_url: https://om-proptech.github.io/livecomponents/
repo_url: https://github.com/om-proptech/livecomponents
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
nav:
- index.md
- quickstart.md
- User Guide:
- components.md
- configuration.md
- uploads.md
- error_handling.md
- example_project.md
- Reference:
- decorators.md
- templatetags.md
- management_commands.md
- Advanced:
- context.md
- templates.md
- component_ids.md
- About:
- Changelog: https://github.com/om-proptech/livecomponents/blob/main/CHANGELOG.md
markdown_extensions:
- pymdownx.superfences