mirror of
https://github.com/django-components/django-components.git
synced 2025-07-07 17:34:59 +00:00

* 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
16 lines
535 B
YAML
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
|