-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 716 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 716 Bytes
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
site_name: B&R Jenkins Helper
nav:
- Home: index.md
plugins:
- search
- mermaid2
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- content.code.copy
markdown_extensions:
- toc:
permalink:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format