gdbgui/mkdocs.yml

27 lines
715 B
YAML
Raw Normal View History

2019-04-01 08:12:53 +02:00
site_name: gdbgui
site_description: A modern, browser-based frontend to gdb (gnu debugger)
theme:
name: "material"
repo_name: cs01/gdbgui
repo_url: https://github.com/cs01/gdbgui
nav:
2019-04-01 18:39:31 +02:00
- Home: "index.md"
- Screenshot Tour: "screenshots.md"
2019-04-01 08:12:53 +02:00
- Installation: "installation.md"
- Getting Started: "gettingstarted.md"
2019-04-01 18:39:31 +02:00
- Examples: "examples.md"
2019-04-29 01:43:03 +02:00
- Guides: "guides.md"
2019-04-01 18:39:31 +02:00
- API: "api.md"
2019-04-01 08:12:53 +02:00
- FAQ: "faq.md"
- Contributing: "contributing.md"
2019-04-01 18:39:31 +02:00
- How it Works: "howitworks.md"
- Contact: "contact.md"
2019-04-01 08:12:53 +02:00
- Changelog: "changelog.md"
markdown_extensions:
2019-04-01 18:39:31 +02:00
- admonition # note blocks, warning blocks -- https://github.com/mkdocs/mkdocs/issues/1659
2019-04-01 08:12:53 +02:00
- markdown.extensions.codehilite:
guess_lang: false