forked from saxix/django-admin-extra-buttons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (34 loc) · 827 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
site_name: django-admin-extra-buttons
site_url: https://github.com/saxix/django-admin-extra-buttons
#site_description: ""
#site_author: ""
repo_url: https://github.com/saxix/django-admin-extra-buttons
edit_uri: "/tree/develop/docs/source"
dev_addr: 127.0.0.1:9000
docs_dir: "docs"
site_dir: "./~build/docs"
nav:
- Home: index.md
- API:
- '@button': api/button.md
- '@link': api/link.md
- '@view': api/view.md
- '@choice': api/choice.md
- ExtraButtonsMixin: api/mixin.md
- Handlers: api/handlers.md
- 'howto.md'
#theme: readthedocs
theme: material
markdown_extensions:
- toc:
permalink: "#"
- markdown_include.include:
base_path: .
- admonition
- attr_list
- def_list
- mdx_gh_links:
user: saxix
repo: django-admin-extra-buttons
extra_css:
- css/extra.css