Skip to content

Commit

Permalink
Use 'mkdocs-literate-nav' for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
hwhsu1231 committed Jan 23, 2024
1 parent 306e137 commit b44243a
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 128 deletions.
75 changes: 2 additions & 73 deletions mkdocs.yml
Original file line number Diff line number Diff line change
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'

Loading

0 comments on commit b44243a

Please sign in to comment.