Skip to content

Commit 004b16f

Browse files
committed
Issue #58: Implement one distro per branch structure
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent bbf1eaf commit 004b16f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ docs_dir: docs/book
22
site_dir: docs/html
33
extra:
44
project: Development
5-
current_version: v1
5+
current_version: AlmaLinux9
66
versions:
7-
- v1
7+
- AlmaLinux9
88
nav:
99
- Home: index.md
10-
- v1:
11-
- Introduction: v1/introduction.md
10+
- AlmaLinux9:
11+
- Introduction: AlmaLinux9/introduction.md
1212
- Setup:
13-
- System Requirements: v1/setup/system-requirements.md
14-
- Installation: v1/setup/installation.md
15-
- Setup Packages: v1/setup/setup-packages.md
13+
- System Requirements: AlmaLinux9/setup/system-requirements.md
14+
- Installation: AlmaLinux9/setup/installation.md
15+
- Setup Packages: AlmaLinux9/setup/setup-packages.md
1616
- Virtualhosts:
17-
- Overview: v1/virtualhosts/overview.md
18-
- Create virtualhost: v1/virtualhosts/create-virtualhost.md
19-
- FAQ: v1/faq.md
17+
- Overview: AlmaLinux9/virtualhosts/overview.md
18+
- Create virtualhost: AlmaLinux9/virtualhosts/create-virtualhost.md
19+
- FAQ: AlmaLinux9/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)