mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
17 lines
760 B
YAML
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
|