-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (48 loc) · 1.13 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
site_name: Django Rubble Docs
repo_url: https://github.com/WoosterTech/django-rubble
theme:
name: "material"
plugins:
- include-markdown
- search
# - gen-files:
# scripts:
# - scripts/gen_ref_pages.py
# - literate-nav:
# nav_file: SUMMARY.md
# - section-index
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
extensions:
- griffe_fieldz
nav:
- Home: index.md
- Code Reference:
- Checks:
- checks/errors.md
- checks/messages.md
- Fields:
- Django: fields/db_fields.md
- Models:
- models/number_models.md
- Utilities:
- utils/default_funcs.md
- utils/enums.md
- utils/model_helpers.md
- utils/numbers.md
- utils/strings.md
- Contributing: contributing.md
- Changelog: changelog.md
extra:
social:
- icon: material/web
link: "https://woostertech.com"
name: WoosterTech
- icon: material/github
link: "https://github.com/WoosterTech//django-rubble"
name: GitHub
- icon: material/email
link: "mailto:[email protected]"