Skip to content

Commit 6bd4820

Browse files
authored
Merge pull request #62 from dotkernel/issue-60
Issue #60: Fix versioning in mkdocs
2 parents 64948a9 + 8bed9e5 commit 6bd4820

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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)