Skip to content

Commit 8bed9e5

Browse files
committed
Issue #60: Fix versioning in mkdocs
Signed-off-by: alexmerlin <[email protected]>
1 parent 245744e commit 8bed9e5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ extra:
88
nav:
99
- Home: index.md
1010
- v1:
11-
- Introduction: AlmaLinux9/introduction.md
11+
- Introduction: v1/introduction.md
1212
- Setup:
13-
- System Requirements: AlmaLinux9/setup/system-requirements.md
14-
- Installation: AlmaLinux9/setup/installation.md
15-
- Setup Packages: AlmaLinux9/setup/setup-packages.md
13+
- System Requirements: v1/setup/system-requirements.md
14+
- Installation: v1/setup/installation.md
15+
- Setup Packages: v1/setup/setup-packages.md
1616
- Virtualhosts:
17-
- Overview: AlmaLinux9/virtualhosts/overview.md
18-
- Create virtualhost: AlmaLinux9/virtualhosts/create-virtualhost.md
19-
- FAQ: AlmaLinux9/faq.md
17+
- Overview: v1/virtualhosts/overview.md
18+
- Create virtualhost: v1/virtualhosts/create-virtualhost.md
19+
- FAQ: v1/faq.md
2020
site_name: development
2121
site_description: "WSL2 Development Environment"
2222
repo_url: "https://github.com/dotkernel/development"

0 commit comments

Comments
 (0)