forked from runtimerevolution/knowledge-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (24 loc) · 665 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (24 loc) · 665 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
site_name: Runtime Revolution Knowledge Base
theme:
name: material
palette:
primary: indigo
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/runtimerevolution/knowledge-base.git
repo_name: runtimerevolution/knowledge-base
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- footnotes
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
plugins:
- search
- mkdocs-jupyter