django-components/docs/concepts/fundamentals/.nav.yml
2025-05-25 08:53:09 +02:00

17 lines
760 B
YAML

# `.nav.yml` is provided by https://lukasgeiter.github.io/mkdocs-awesome-nav
nav:
- Single-file components: single_file_components.md
- HTML / JS / CSS files: html_js_css_files.md
- HTML / JS / CSS variables: html_js_css_variables.md
- Secondary JS / CSS files: secondary_js_css_files.md
- Component defaults: component_defaults.md
- Render API: render_api.md
- Rendering components: rendering_components.md
- Slots: slots.md
- Template tag syntax: template_tag_syntax.md
- HTML attributes: html_attributes.md
- Component views and URLs: component_views_urls.md
- HTTP Request: http_request.md
- Typing and validation: typing_and_validation.md
- Subclassing components: subclassing_components.md
- Autodiscovery: autodiscovery.md