diff --git a/README.md b/README.md index 20dedd51..5f2b6c61 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 06b1d899..f1bfac54 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index a8106b23..06fd04cc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,8 +39,6 @@ theme: - navigation.indexes - navigation.sections - navigation.tracking - - navigation.tabs - - navigation.tabs.sticky - navigation.top - search.highlight - search.share diff --git a/requirements-docs.txt b/requirements-docs.txt index 78edaba3..cb3fa442 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -19,7 +19,7 @@ # - mkdocstrings-python # - pymdown-extensions # - black -# - django>=3.2 +# - django>=4.2 # asgiref==3.8.1