forked from florimondmanca/djangorestframework-api-key
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 981 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (29 loc) · 981 Bytes
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
site_name: Django REST Framework API Key
site_url: https://florimondmanca.github.io/djangorestframework-api-key
copyright: © 2018-present Florimond Manca
theme:
name: "material"
palette:
primary: "red"
accent: "red"
repo_name: florimondmanca/djangorestframework-api-key
repo_url: https://github.com/florimondmanca/djangorestframework-api-key
nav:
- Home: index.md
- User Guide: guide.md
- Security: security.md
- Upgrade Guides:
- "1.4": upgrade/1.4.md
- Contributing: https://github.com/florimondmanca/djangorestframework-api-key/tree/master/CONTRIBUTING.md
- Changelog: https://github.com/florimondmanca/djangorestframework-api-key/tree/master/CHANGELOG.md
- License: https://github.com/florimondmanca/djangorestframework-api-key/tree/master/LICENSE
markdown_extensions:
- admonition
- footnotes
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- codehilite:
guess_lang: false
- toc:
permalink: true