-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
53 lines (53 loc) · 1.09 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
copyright: Copyright © Brack3t and contributors
docs_dir: docs/
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
nav:
- Home:
- index.md
- Access:
- mixins/access.md
- Django REST Framework:
- mixins/rest_framework.md
- Forms:
- mixins/forms.md
- Form Views:
- mixins/form_views.md
- HTTP:
- mixins/http.md
- Misc:
- mixins/misc.md
- Queries:
- mixins/queries.md
- Redirects:
- mixins/redirects.md
- Contribution:
- contribution_guide.md
- Contributors:
- contributors.md
plugins:
- search
repo_url: https://github.com/brack3t/django-brackets
repo_name: "brack3t/django_brackets"
site_author: klove
site_dir: _site/
site_name: django-brackets documentation
theme:
name: material
icon:
repo: simple/github
logo: material/code-brackets
palette:
scheme: slate
features:
- navigation.footer
- navigation.indexes
- navigation.prune
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- search.highlight
- search.share
- search.suggest