Skip to content

Commit 3b24d73

Browse files
committed
Fix for newer mkdocs in nixpkgs 22.05
1 parent 753e740 commit 3b24d73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ site_name: Alternative Haskell Infrastructure for Nixpkgs
1313
theme: readthedocs
1414
site_url: null
1515
repo_url: https://github.com/input-output-hk/haskell.nix
16-
permalink: true
1716
markdown_extensions:
1817
- admonition
1918
- footnotes
2019
- tables
2120
- toc:
2221
permalink: true
2322

24-
# this is called `nav` in more recent mkdocs versions. Mine
25-
# right now is 0.17.5
26-
pages:
23+
nav:
2724
- 'Introduction': index.md
2825
- 'Motivation': motivation.md
2926
- 'Architecture': architecture.md

0 commit comments

Comments
 (0)