diff --git a/docs/howto/custom_branding.rst b/docs/advanced_topics/custom_branding.rst similarity index 100% rename from docs/howto/custom_branding.rst rename to docs/advanced_topics/custom_branding.rst diff --git a/docs/howto/deploying.rst b/docs/advanced_topics/deploying.rst similarity index 85% rename from docs/howto/deploying.rst rename to docs/advanced_topics/deploying.rst index 013729b18..9ef240b00 100644 --- a/docs/howto/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -4,7 +4,7 @@ Deploying Wagtail On your server ~~~~~~~~~~~~~~ -Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance ` for the non-Python services we recommend. If you are running Debian or Ubuntu, this installation script for our Vagrant box may be useful: +Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance ` for the non-Python services we recommend. If you are running Debian or Ubuntu, this installation script for our Vagrant box may be useful: `github.com/torchbox/wagtaildemo/blob/master/etc/install/install.sh `_ diff --git a/docs/howto/index.rst b/docs/advanced_topics/index.rst similarity index 81% rename from docs/howto/index.rst rename to docs/advanced_topics/index.rst index 4d630f03f..ac80878d0 100644 --- a/docs/howto/index.rst +++ b/docs/advanced_topics/index.rst @@ -1,5 +1,5 @@ -How to -====== +Advanced topics +=============== .. toctree:: diff --git a/docs/howto/multilingual_sites.rst b/docs/advanced_topics/multilingual_sites.rst similarity index 100% rename from docs/howto/multilingual_sites.rst rename to docs/advanced_topics/multilingual_sites.rst diff --git a/docs/howto/performance.rst b/docs/advanced_topics/performance.rst similarity index 100% rename from docs/howto/performance.rst rename to docs/advanced_topics/performance.rst diff --git a/docs/howto/settings.rst b/docs/advanced_topics/settings.rst similarity index 100% rename from docs/howto/settings.rst rename to docs/advanced_topics/settings.rst diff --git a/docs/howto/third_party_tutorials.rst b/docs/advanced_topics/third_party_tutorials.rst similarity index 100% rename from docs/howto/third_party_tutorials.rst rename to docs/advanced_topics/third_party_tutorials.rst diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index 9c6b6a5e1..c1342513a 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -36,7 +36,7 @@ Your site is now accessible at ``http://localhost:8000``, with the admin backend There are a few optional packages which are not installed by default but are recommended to improve performance or add features to Wagtail, including: - * :doc:`Elasticsearch `. + * :doc:`Elasticsearch `. * :ref:`image_feature_detection`. diff --git a/docs/index.rst b/docs/index.rst index f1a753947..c632a15c7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ Below are some useful links to help you get started with Wagtail. * :doc:`topics/writing_templates` * :doc:`topics/images/index` * :doc:`topics/search/index` - * :doc:`howto/third_party_tutorials` + * :doc:`advanced_topics/third_party_tutorials` * **Using Wagtail** @@ -35,7 +35,7 @@ Index getting_started/index topics/index - howto/index + advanced_topics/index reference/index support editor_manual/index