Skip to content

Commit ada7c44

Browse files
committed
Make MkDocs TOC two-level
MkDocs states that, for the readthedocs theme, only two levels of navigation are supported - see https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs. This commit changes the TOC to using only two levels of navigation.
1 parent 7f933f7 commit ada7c44

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

mkdocs.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,16 @@ pages:
4040
- Advanced documentation:
4141
- Build overview: build_overview.md
4242
- Project documentation:
43+
- For Contributors:
4344
- Contributors guide: CONTRIBUTING.md
44-
- Maintainer guide:
45-
- Releases: maintainers/releases.md
46-
- Maintainer team process: maintainers/team_process.md
47-
- Add GHC version: maintainers/ghc.md
48-
- Docker images: maintainers/docker.md
49-
- Upgrading MSYS2: maintainers/msys.md
50-
- HaskellStack.org: maintainers/haskellstack.org.md
51-
- Signing key: SIGNING_KEY.md
45+
- For Maintainers:
46+
- Releases: maintainers/releases.md
47+
- Maintainer team process: maintainers/team_process.md
48+
- Add GHC version: maintainers/ghc.md
49+
- Docker images: maintainers/docker.md
50+
- Upgrading MSYS2: maintainers/msys.md
51+
- HaskellStack.org: maintainers/haskellstack.org.md
52+
- Signing key: SIGNING_KEY.md
5253
- Glossary: glossary.md
5354

5455
markdown_extensions:

0 commit comments

Comments
 (0)