From 245744eaaad36b7140d95b33d3fcae1beb6dbdea Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Sat, 7 Jun 2025 07:39:46 +0300 Subject: [PATCH 1/2] Issue #60: Fix versioning in mkdocs Signed-off-by: alexmerlin --- docs/book/{AlmaLinux9 => v1}/faq.md | 0 docs/book/{AlmaLinux9 => v1}/introduction.md | 0 docs/book/{AlmaLinux9 => v1}/setup/installation.md | 0 docs/book/{AlmaLinux9 => v1}/setup/setup-packages.md | 0 docs/book/{AlmaLinux9 => v1}/setup/system-requirements.md | 0 docs/book/{AlmaLinux9 => v1}/virtualhosts/create-virtualhost.md | 0 docs/book/{AlmaLinux9 => v1}/virtualhosts/overview.md | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename docs/book/{AlmaLinux9 => v1}/faq.md (100%) rename docs/book/{AlmaLinux9 => v1}/introduction.md (100%) rename docs/book/{AlmaLinux9 => v1}/setup/installation.md (100%) rename docs/book/{AlmaLinux9 => v1}/setup/setup-packages.md (100%) rename docs/book/{AlmaLinux9 => v1}/setup/system-requirements.md (100%) rename docs/book/{AlmaLinux9 => v1}/virtualhosts/create-virtualhost.md (100%) rename docs/book/{AlmaLinux9 => v1}/virtualhosts/overview.md (100%) diff --git a/docs/book/AlmaLinux9/faq.md b/docs/book/v1/faq.md similarity index 100% rename from docs/book/AlmaLinux9/faq.md rename to docs/book/v1/faq.md diff --git a/docs/book/AlmaLinux9/introduction.md b/docs/book/v1/introduction.md similarity index 100% rename from docs/book/AlmaLinux9/introduction.md rename to docs/book/v1/introduction.md diff --git a/docs/book/AlmaLinux9/setup/installation.md b/docs/book/v1/setup/installation.md similarity index 100% rename from docs/book/AlmaLinux9/setup/installation.md rename to docs/book/v1/setup/installation.md diff --git a/docs/book/AlmaLinux9/setup/setup-packages.md b/docs/book/v1/setup/setup-packages.md similarity index 100% rename from docs/book/AlmaLinux9/setup/setup-packages.md rename to docs/book/v1/setup/setup-packages.md diff --git a/docs/book/AlmaLinux9/setup/system-requirements.md b/docs/book/v1/setup/system-requirements.md similarity index 100% rename from docs/book/AlmaLinux9/setup/system-requirements.md rename to docs/book/v1/setup/system-requirements.md diff --git a/docs/book/AlmaLinux9/virtualhosts/create-virtualhost.md b/docs/book/v1/virtualhosts/create-virtualhost.md similarity index 100% rename from docs/book/AlmaLinux9/virtualhosts/create-virtualhost.md rename to docs/book/v1/virtualhosts/create-virtualhost.md diff --git a/docs/book/AlmaLinux9/virtualhosts/overview.md b/docs/book/v1/virtualhosts/overview.md similarity index 100% rename from docs/book/AlmaLinux9/virtualhosts/overview.md rename to docs/book/v1/virtualhosts/overview.md From 8bed9e583ad42690f8db5b9b29ad6beb550becaa Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Sat, 7 Jun 2025 07:43:54 +0300 Subject: [PATCH 2/2] Issue #60: Fix versioning in mkdocs Signed-off-by: alexmerlin --- mkdocs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3d0eda1..bbe7e20 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,15 +8,15 @@ extra: nav: - Home: index.md - v1: - - Introduction: AlmaLinux9/introduction.md + - Introduction: v1/introduction.md - Setup: - - System Requirements: AlmaLinux9/setup/system-requirements.md - - Installation: AlmaLinux9/setup/installation.md - - Setup Packages: AlmaLinux9/setup/setup-packages.md + - System Requirements: v1/setup/system-requirements.md + - Installation: v1/setup/installation.md + - Setup Packages: v1/setup/setup-packages.md - Virtualhosts: - - Overview: AlmaLinux9/virtualhosts/overview.md - - Create virtualhost: AlmaLinux9/virtualhosts/create-virtualhost.md - - FAQ: AlmaLinux9/faq.md + - Overview: v1/virtualhosts/overview.md + - Create virtualhost: v1/virtualhosts/create-virtualhost.md + - FAQ: v1/faq.md site_name: development site_description: "WSL2 Development Environment" repo_url: "https://github.com/dotkernel/development"