forked from cpp-linter/cpp-linter-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (43 loc) · 1.06 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
site_name: C/C++ Linter Action
site_description: "Developer documentation from sources."
site_url: "https://cpp-linter.github.io/cpp-linter-action"
repo_url: "https://github.com/cpp-linter/cpp-linter-action"
repo_name: "cpp-linter/cpp-linter-action"
edit_uri: ""
nav:
- index.md
- contributing-guidelines.md
theme:
name: material
features:
- navigation.top
logo: images/logo.png
favicon: images/favicon.ico
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: cyan
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/lightbulb
name: Switch to light mode
extra_css:
- stylesheets/extra.css
plugins:
- search
- include-markdown
markdown_extensions:
- pymdownx.superfences
- pymdownx.tasklist
- toc:
permalink: true
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite