forked from reactive-python/reactpy-django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
86 lines (79 loc) · 2.37 KB
/
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
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
77
78
79
80
81
82
83
84
85
86
---
nav:
- Home: index.md
- Installation: installation/index.md
- Getting Started:
- 1. Initial Steps: getting-started/initial-steps.md
- 2. Create a Component: getting-started/create-component.md
- 3. Use the Template Tag: getting-started/reference-component.md
- 4. Render Your View: getting-started/render-view.md
- 5. Learn More: getting-started/learn-more.md
- Exclusive Features:
- Components: features/components.md
- Hooks: features/hooks.md
- ORM: features/orm.md
- Template Tag: features/templatetag.md
- Settings: features/settings.md
- Contribute:
- Code: contribute/django-idom.md
- Docs: contribute/docs.md
- Running Tests: contribute/running-tests.md
- Changelog: changelog/index.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/white-balance-sunny
name: Switch to light mode
primary: deep-orange
accent: orange
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: black
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- toc.integrate
- navigation.top
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.inlinehilite
- admonition
- attr_list
plugins:
- search
- include-markdown
- git-revision-date-localized:
fallback_to_build_date: true
extra:
generator: false
extra_css:
- stylesheets/extra.css
watch:
- docs
- mkdocs.yml
- README.md
- CHANGELOG.md
site_name: Django IDOM Docs
site_author: Archmonger
site_description: React for Django developers.
copyright: Copyright © 2022 IDOM Team
repo_url: https://github.com/idom-team/django-idom
site_url: https://idom-team.github.io/django-idom
repo_name: idom-team/django-idom
edit_uri: edit/docs