mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
26 lines
715 B
YAML
26 lines
715 B
YAML
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:
|
|
- Home: "index.md"
|
|
- Screenshot Tour: "screenshots.md"
|
|
- Installation: "installation.md"
|
|
- Getting Started: "gettingstarted.md"
|
|
- Examples: "examples.md"
|
|
- Guides: "guides.md"
|
|
- API: "api.md"
|
|
- FAQ: "faq.md"
|
|
- Contributing: "contributing.md"
|
|
- How it Works: "howitworks.md"
|
|
- Contact: "contact.md"
|
|
- Changelog: "changelog.md"
|
|
|
|
markdown_extensions:
|
|
- admonition # note blocks, warning blocks -- https://github.com/mkdocs/mkdocs/issues/1659
|
|
- markdown.extensions.codehilite:
|
|
guess_lang: false
|