We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672b85b commit 0fb9685Copy full SHA for 0fb9685
docs/changelog.md
@@ -0,0 +1 @@
1
+--8<-- "CHANGELOG.md"
mkdocs.yml
@@ -5,6 +5,12 @@ repo_url: "https://github.com/PySlurm/pyslurm"
5
repo_name: "PySlurm/pyslurm"
6
copyright: Copyright © 2023 PySlurm Developers
7
8
+nav:
9
+ - Home:
10
+ - Home: index.md
11
+ - Changelog: changelog.md
12
+ - ...
13
+
14
theme:
15
name: "material"
16
logo: logo.png
0 commit comments