forked from florimondmanca/djangorestframework-api-key
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (32 loc) · 1.04 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
site_name: Django REST Framework API Key
site_url: https://florimondmanca.github.io/djangorestframework-api-key
copyright: © 2018-2020 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:
- "3.0": upgrade/3.0.md
- "2.0": upgrade/2.0.md
- "1.4": upgrade/1.4.md
- "1.0": upgrade/1.0.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