mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
chore: fix links, remove top navigation
This commit is contained in:
parent
95400944ec
commit
d56e27c05a
4 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -39,8 +39,6 @@ theme:
|
|||
- navigation.indexes
|
||||
- navigation.sections
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- navigation.top
|
||||
- search.highlight
|
||||
- search.share
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# - mkdocstrings-python
|
||||
# - pymdown-extensions
|
||||
# - black
|
||||
# - django>=3.2
|
||||
# - django>=4.2
|
||||
#
|
||||
|
||||
asgiref==3.8.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue