-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
36 lines (31 loc) · 906 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
site_name: django-virtual-models
site_description: Improve performance and maintainability with a prefetching layer in your Django / Django REST Framework project.
repo_name: vintasoftware/django-virtual-models
repo_url: https://github.com/vintasoftware/django-virtual-models/
edit_uri: blob/main/docs/
theme:
name: material
logo: "img/4d-small.svg"
favicon: img/favicon.ico
palette:
primary: deep-purple
accent: deep-purple
copyright: <a href="https://www.vinta.com.br">Vinta Software</a>
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- toc:
permalink: true
- attr_list
nav:
- Introduction: README.md
- Installation: installation.md
- Tutorial: tutorial.md
- Releases:
- Changelog: CHANGELOG.md
- License: LICENSE.md