-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
36 lines (35 loc) · 867 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-migration-fixer
site_author: Tonye Jack
site_description: Fix django migrations
copyright: "© 2021 Tonye Jack"
repo_url: https://github.com/tj-django/django-migration-fixer
site_url: https://tj-django.github.io/django-migration-fixer
theme:
name: material
language: en
favicon: images/logo.png
logo: images/logo.png
palette:
primary: blue
accent: white
icon:
repo: fontawesome/brands/github-alt
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- admonition
- codehilite:
css_class: highlight
- mkautodoc
nav:
- Home: README.md
- Command Options: command-options.md
- API Reference:
management: makemigrations.md
utils: utils.md
- More Examples: more-examples.md
- ChangeLog: CHANGELOG.md
extra_css:
- css/custom.css