-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (67 loc) · 1.86 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
site_name: Django-Errors
site_url: https://github.com/DLRSP/django-errors/
site_description: Django application for handling the server errors.
repo_name: DLRSP/django-errors
repo_url: https://github.com/DLRSP/django-errors/
theme:
name: 'material'
palette:
# - primary: 'black'
# - accent: 'indigo'
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate #
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- content.code.annotate
- content.tabs.link
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github-alt
plugins:
- search
- git-revision-date
# - tags
extra:
analytics:
provider: google
property: G-WL6PWX05L4
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/DlrspTwits
name: DLRSP on Twitter
- icon: fontawesome/solid/paper-plane
link: mailto:dlrsp.dev@gmail.com
- icon: fontawesome/brands/github
link: https://github.com/DLRSP
markdown_extensions:
- toc:
anchorlink: True
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.snippets:
nav:
- Quickstart: 'index.md'
- Tutorials:
- 'Example': 'tutorial/example.md'
- 'Customize':
- 'Templates': 'tutorial/templates.md'
- 'Images': 'tutorial/images.md'
- 'Alert': 'tutorial/alert.md'
- 'Google': 'tutorial/google.md'
- Community:
- 'Status Codes': 'community/status_code.md'
- 'References': 'community/references.md'
- 'Contributing': 'community/contributing.md'
- 'Third-Party-Packages': 'community/third-party-packages.md'
copyright: Copyright © 2010-present DLRSP