mirror of
https://github.com/django-components/django-components.git
synced 2025-11-25 08:21:20 +00:00
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run
9 lines
415 B
YAML
9 lines
415 B
YAML
# `.nav.yml` is provided by https://lukasgeiter.github.io/mkdocs-awesome-nav
|
|
nav:
|
|
- Installation: installation.md
|
|
- Create your first component: your_first_component.md
|
|
- Adding JS and CSS: adding_js_and_css.md
|
|
- Components in templates: components_in_templates.md
|
|
- Parametrising components: parametrising_components.md
|
|
- Adding slots: adding_slots.md
|
|
- Rendering components: rendering_components.md
|