django-components/docs/concepts/advanced/.nav.yml
Juro Oravec 59f82307ae
docs: docstrings, fundamentals, and minor changes (#1145)
* docs: docstrings, fundamentals, and minor changes

* refactor: fix tests + linter errors
2025-04-24 12:47:04 +02:00

14 lines
589 B
YAML

# `.nav.yml` is provided by https://lukasgeiter.github.io/mkdocs-awesome-nav
nav:
- Rendering JS / CSS: rendering_js_css.md
- HTML fragments: html_fragments.md
- Prop drilling and provide / inject: provide_inject.md
- Lifecycle hooks: hooks.md
- Registering components: component_registry.md
- Component caching: component_caching.md
- Component context and scope: component_context_scope.md
- Custom template tags: template_tags.md
- Tag formatters: tag_formatters.md
- Extensions: extensions.md
- Testing: testing.md
- Component libraries: component_libraries.md