Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'mkdocs-literate-nav' for navigation #309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
75 changes: 2 additions & 73 deletions mkdocs.yml
Expand Up @@ -36,6 +36,8 @@ theme:
plugins:
- search
- privacy
- literate-nav:
nav_file: SUMMARY.md

extra_css:
- 'stylesheets/extra.css'
Expand Down Expand Up @@ -82,76 +84,3 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde

nav:
- 'Getting Started': index.md
- news.md
- Package Index: https://packages.msys2.org
- Documentation:
# For users of MSYS2 which just use the provided software
# or develop their software using MSYS2 provided packages/tools.
- docs/what-is-msys2.md
- docs/who-is-using-msys2.md
- docs/environments.md
- docs/updating.md
- docs/ci.md
- docs/terminals.md
- docs/ides-editors.md
- docs/installer.md
- Package Management:
- docs/package-management.md
- docs/package-naming.md
- docs/repos-mirrors.md
- docs/package-management-tips.md
- docs/package-management-faq.md
- docs/filesystem-paths.md
- docs/configuration.md
- Languages & Tools:
- docs/cmake.md
- docs/autotools.md
- docs/python.md
- docs/git.md
- docs/cpp.md
- docs/pkgconfig.md
- docs/windows_support.md
- docs/faq.md
- Development:
# For MSYS2 developers, maintaining, creating packages, porting packages,
# infrastructure, mirrors etc and everything else.
- Packaging:
- dev/new-package.md
- dev/update-package.md
- dev/package-guidelines.md
- dev/package-licensing.md
- dev/pkgbuild.md
- dev/mirrors.md
- dev/keyring.md
- dev/python.md
- dev/build-process.md
- dev/accounts.md
- Other Topics:
# Old stuff that should ideally move to the above categories in the future
- wiki/Home.md
- wiki/Creating-Packages.md
- wiki/Devtopics.md
- wiki/Distributing.md
- wiki/GDB-qtcreator.md
- wiki/History.md
- wiki/How-does-MSYS2-differ-from-Cygwin.md
- wiki/Launchers.md
- wiki/MSYS2-installation.md
- wiki/MSYS2-introduction.md
- wiki/MSYS2-reinstallation.md
- wiki/Porting.md
- wiki/Setting-up-SSHd.md
- wiki/Signing-packages.md
- wiki/Sudo.md
- wiki/Terminals.md
- wiki/JIT-Debugging.md
- wiki/arm64.md
- 'get-involved.md'
- 'license.md'
- 'privacy.md'
- 'contact.md'
- 'codeofconduct.md'