1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
site_name: JackTrip
repo_url: https://github.com/jacktrip/jacktrip
edit_uri: edit/dev/docs/
nav:
- Home: index.md
- User Guide:
- Installation: Install.md
- Using custom JACK server name: CustomJackServerName.md
- Developer Guide:
- QMake Build:
- Linux: Build/Linux.md
- Mac OS: Build/Mac.md
- Windows: Build/Windows.md
- Meson Build: Build/Meson_build.md
- Development Tools:
- Formatting: DevTools/Formatting.md
- Static Analysis: DevTools/StaticAnalysis.md
- Write Documentation: Documentation/MkDocs.md
- About:
- Contributors: About/Contributors.md
- Resources: About/Resources.md
- Changelog: About/CHANGELOG.md
- License: About/License.md
plugins:
- macros:
include_yaml:
- releases: docs/changelog.yml
theme:
name: material
features:
- navigation.tabs
markdown_extensions:
- attr_list
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.details
- admonition
|