-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.14 KB
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
site_name: libcopp
site_url: https://libcopp.atframe.work
repo_url: https://github.com/owent/libcopp
repo_name: owent/libcopp
edit_uri: edit/v2/docs/
docs_dir: docs
site_dir: site
nav:
- Home: index.md
- Examples: examples/index.md
- Channels: channels.md
- Reference: reference/index.md
- Changelog: changelog.md
- Benchmarks:
- Overview: benchmarks/index.md
- Windows: benchmarks/windows.md
- Linux: benchmarks/linux.md
theme:
name: material
logo: assets/icon.png
favicon: favicon.ico
features:
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
- include-markdown:
comments: false
rewrite_relative_urls: true
preserve_includer_indent: true
- macros
- drawio
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- attr_list
extra_css:
- assets/highlight.css
- assets/custom.css
extra_javascript:
- assets/setup_lineno.js