Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (27 sloc)
780 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site_name: gdbgui | |
site_description: A 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 | |
extra: | |
analytics: | |
provider: google | |
property: UA-90243909-2 |