forked from cpp-linter/cpp-linter-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
69 lines (65 loc) · 1.67 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: C/C++ Linter Action
site_description: "Developer documentation from sources."
site_url: "https://shenxianpeng.github.io/cpp-linter-action"
repo_url: "https://github.com/shenxianpeng/cpp-linter-action"
edit_uri: "blob/master/docs/"
repo_name: "shenxianpeng/cpp-linter-action"
nav:
- index.md
- "Dev Docs":
- API Reference/cpp_linter.md
- API Reference/cpp_linter.run.md
- API Reference/cpp_linter.clang_tidy.md
- API Reference/cpp_linter.clang_tidy_yml.md
- API Reference/cpp_linter.clang_format_xml.md
- API Reference/cpp_linter.thread_comments.md
theme:
name: material
logo: images/icon_large.png
features:
- navigation.top
favicon: images/icon_large.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: light blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: indigo
accent: cyan
toggle:
icon: material/lightbulb
name: Switch to light mode
extra_css:
- stylesheets/extra.css
plugins:
- search
- include-markdown
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
# show_if_no_docstring: true
show_source: true
heading_level: 2
watch:
- cpp_linter
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: true
- pymdownx.highlight:
linenums_style: pymdownx-inline
- pymdownx.inlinehilite