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
|
site_name: django-pgschemas
theme:
name: mkdocs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
nav:
- Intro: index.md
- Multi-tenancy: overview.md
- Usage: basic.md
- Routing: routing.md
- Advanced: advanced.md
- Contrib: contrib.md
- Troubleshooting: troubleshooting.md
- Testing: testing.md
- Settings: settings.md
- Base classes: base.md
- Credits: credits.md
|