django-components/docs/reference/.nav.yml
Juro Oravec 458e1894db
refactor: fix wrongly initiated settings (#1250)
* refactor: fix wrongly initiated settings

* refacttor: remove `_load_settings()` from apps.py

* refactor: fix building of docs + update titles in API reference

* refactor: fix docs build error

* refactor: use EXTENSIONS_DEFAULTS

* refactor: update titles
2025-06-10 10:12:48 +02:00

16 lines
535 B
YAML

# `.nav.yml` is provided by https://lukasgeiter.github.io/mkdocs-awesome-nav
nav:
- API: api.md
- CLI commands: commands.md
- Components: components.md
- Exceptions: exceptions.md
- Extension hooks: extension_hooks.md
- Extension commands API: extension_commands.md
- Extension URLs API: extension_urls.md
- Settings: settings.md
- Signals: signals.md
- Tag formatters: tag_formatters.md
- Template tags: template_tags.md
- Template variables: template_vars.md
- URLs: urls.md
- Testing API: testing_api.md