Skip to content

Commit 0fb9685

Browse files
committed
Actually show CHANGELOG in the documentation
1 parent 672b85b commit 0fb9685

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--8<-- "CHANGELOG.md"

mkdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ repo_url: "https://github.com/PySlurm/pyslurm"
55
repo_name: "PySlurm/pyslurm"
66
copyright: Copyright &copy; 2023 PySlurm Developers
77

8+
nav:
9+
- Home:
10+
- Home: index.md
11+
- Changelog: changelog.md
12+
- ...
13+
814
theme:
915
name: "material"
1016
logo: logo.png

0 commit comments

Comments
 (0)