Skip to content

Commit 64948a9

Browse files
authored
Merge pull request #61 from dotkernel/issue-60
Issue #60: Fix versioning in mkdocs
2 parents 91f7f49 + 4e5b638 commit 64948a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ docs_dir: docs/book
22
site_dir: docs/html
33
extra:
44
project: Development
5-
current_version: AlmaLinux9
5+
current_version: v1
66
versions:
7-
- AlmaLinux9
7+
- v1
88
nav:
99
- Home: index.md
10-
- AlmaLinux9:
10+
- v1:
1111
- Introduction: AlmaLinux9/introduction.md
1212
- Setup:
1313
- System Requirements: AlmaLinux9/setup/system-requirements.md

0 commit comments

Comments
 (0)