From 92ba8425429c92394c321af057b54b12a3909ed8 Mon Sep 17 00:00:00 2001 From: Antoine Leclair Date: Sun, 23 Jun 2024 17:41:52 -0400 Subject: [PATCH] Move env variables in exhaustive docs --- docs/exhaustive-documentation/crons.md | 2 +- .../environment-variables.md | 2 +- docs/exhaustive-documentation/images.md | 2 +- docs/exhaustive-documentation/ports.md | 2 +- docs/exhaustive-documentation/postgresql.md | 2 +- docs/exhaustive-documentation/volumes.md | 2 +- docs/exhaustive-documentation/worker-processes.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename docs/{get-started => exhaustive-documentation}/environment-variables.md (99%) diff --git a/docs/exhaustive-documentation/crons.md b/docs/exhaustive-documentation/crons.md index 5003f83..328b443 100644 --- a/docs/exhaustive-documentation/crons.md +++ b/docs/exhaustive-documentation/crons.md @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 2 --- # Crons diff --git a/docs/get-started/environment-variables.md b/docs/exhaustive-documentation/environment-variables.md similarity index 99% rename from docs/get-started/environment-variables.md rename to docs/exhaustive-documentation/environment-variables.md index 55ebfbc..e080075 100644 --- a/docs/get-started/environment-variables.md +++ b/docs/exhaustive-documentation/environment-variables.md @@ -1,5 +1,5 @@ --- -sidebar_position: 7 +sidebar_position: 1 --- # Environment Variables diff --git a/docs/exhaustive-documentation/images.md b/docs/exhaustive-documentation/images.md index 75b44cd..2144e0e 100644 --- a/docs/exhaustive-documentation/images.md +++ b/docs/exhaustive-documentation/images.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 6 --- # Images diff --git a/docs/exhaustive-documentation/ports.md b/docs/exhaustive-documentation/ports.md index 9b4b18f..e8fc251 100644 --- a/docs/exhaustive-documentation/ports.md +++ b/docs/exhaustive-documentation/ports.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 7 --- # Ports diff --git a/docs/exhaustive-documentation/postgresql.md b/docs/exhaustive-documentation/postgresql.md index 1997007..8be38d1 100644 --- a/docs/exhaustive-documentation/postgresql.md +++ b/docs/exhaustive-documentation/postgresql.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 4 --- # PostgreSQL diff --git a/docs/exhaustive-documentation/volumes.md b/docs/exhaustive-documentation/volumes.md index 7471796..5ebb741 100644 --- a/docs/exhaustive-documentation/volumes.md +++ b/docs/exhaustive-documentation/volumes.md @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 5 --- # Volumes diff --git a/docs/exhaustive-documentation/worker-processes.md b/docs/exhaustive-documentation/worker-processes.md index 433c4b3..624a98e 100644 --- a/docs/exhaustive-documentation/worker-processes.md +++ b/docs/exhaustive-documentation/worker-processes.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Worker Processes