-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
55 lines (51 loc) · 1.4 KB
/
mkdocs.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: CrashCatch
site_url: https://keithpotz.github.io/CrashCatch
repo_url: https://github.com/keithpotz/CrashCatch
theme:
name: material
palette:
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
- navigation.sections
- toc.integrate
- content.code.copy
- content.action.edit
highlightjs: true
language: en
highlightjs_theme: github
nav:
- Home: index.md
- Quick Start: quickstart.md
- Linux Support: linux.md
- CMake Integration: cmake.md
- Examples: examples.md
- Screenshots: screenshots.md
- License: license.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
linenums: true
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/keithpotz/CrashCatch
name: CrashCatch on GitHub
badges:
- image: https://img.shields.io/github/stars/keithpotz/CrashCatch?style=social
link: https://github.com/keithpotz/CrashCatch/stargazers
name: GitHub Stars
- image: https://img.shields.io/github/forks/keithpotz/CrashCatch?style=social
link: https://github.com/keithpotz/CrashCatch/network/members
name: GitHub Forks