diff --git a/content/deployment/architecture.md b/content/deployment/architecture.md
index eff7bc897b8f95e64e7cb866b32183e5771ec679..4ca62e3cb25dd9be706c694e16e9c5047bf244e9 100644
--- a/content/deployment/architecture.md
+++ b/content/deployment/architecture.md
@@ -1,7 +1,7 @@
 +++
 title = "Architectures"
 sort_by = "weight"
-weight = 30
+weight = 10
 +++
 
 
diff --git a/content/deployment/configuration.md b/content/deployment/configuration.md
index 5fc585eb86d1518cd02e7df72b788666e84340bc..1cf7b81c00c418c3268a5366b82a3f0459e36e08 100644
--- a/content/deployment/configuration.md
+++ b/content/deployment/configuration.md
@@ -2,7 +2,7 @@
 title = "Settings"
 description = "All the configuration options available to setup your Arkindex backend"
 
-weight = 30
+weight = 40
 +++
 
 You will find on this page all the configuration settings available for the Arkindex backend. These settings must be stored in a YAML file, and exposed using a Docker volume to the backend and worker container. The configuration path  is set through `CONFIG_PATH` environment variable.
diff --git a/content/deployment/setup.md b/content/deployment/setup.md
index 4002490390676e1db79d27e24bc01d86a2da1f06..6333eb84f6e4c1db09bd4394e1a6b85689e312b1 100644
--- a/content/deployment/setup.md
+++ b/content/deployment/setup.md
@@ -1,8 +1,8 @@
 +++
-title = "Deploy Arkindex with docker-compose"
+title = "Docker setup"
 description = "Deploy Arkindex on your own infrastucture using Linux and docker-compose"
 
-weight = 10
+weight = 30
 +++
 
 This documentation is written for **system administrators**.