chore: fix links, remove top navigation

This commit is contained in:
Gabriel Dugny 2024-04-04 21:38:19 +02:00 committed by Emil Stenström
parent 95400944ec
commit d56e27c05a
4 changed files with 5 additions and 7 deletions

View file

@ -19,8 +19,8 @@ Create simple reusable template components in Django
- 📁 **Single file components**: Keep your Python, CSS, Javascript and HTML in one place (if you wish)
- 🎰 **Slots**: Define slots in your components to make them more flexible.
- 💻 **CLI**: A command line interface to help you create new components.
- 🚀 **Wide compatibility**: Works with [modern and LTS versions of Django](/user_guide/compatibility).
- **Load assets**: Automatically load the right CSS and Javascript files for your components, with [our middleware](/user_guide/middleware).
- 🚀 **Wide compatibility**: Works with [modern and LTS versions of Django](https://emilstenstrom.github.io/django-components/latest/user_guide/requirements_compatibility).
- **Load assets**: Automatically load the right CSS and Javascript files for your components, with [our middleware](https://emilstenstrom.github.io/django-components/latest/user_guide/creating_using_components/middleware).
## Summary

View file

@ -9,9 +9,9 @@ Create simple reusable template components in Django
- ✨ **Reusable components**: [Create components](user_guide/creating_using_components/create_first_component.md) that can be reused in different parts of your project, or even in different projects.
- 📁 **Single file components**: [Keep your Python, CSS, Javascript and HTML in one place](user_guide/creating_using_components/single_file_component.md) (if you wish)
- 🎰 **Slots**: Define [slots](user_guide/creating_using_components/using_slots.md) in your components to make them more flexible.
- 💻 **CLI**: A [command line interface](user_guide/commands.md) to help you create new components.
- 💻 **CLI**: A [command line interface](user_guide/integration/commands.md) to help you create new components.
- 🚀 **Wide compatibility**: Works with [modern and LTS versions of Django](user_guide/installation/requirements_compatibility.md).
- **Load assets**: Automatically load the right CSS and Javascript files for your components, with [our middleware](user_guide/creating_using_components/middleware.md).
- **Load assets**: Automatically load the right CSS and Javascript files for your components, with [our middleware](user_guide/integration/middleware.md).
## Summary

View file

@ -39,8 +39,6 @@ theme:
- navigation.indexes
- navigation.sections
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.share

View file

@ -19,7 +19,7 @@
# - mkdocstrings-python
# - pymdown-extensions
# - black
# - django>=3.2
# - django>=4.2
#
asgiref==3.8.1