-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
42 lines (38 loc) · 1006 Bytes
/
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
site_name: Hologit Documentation
site_description: Hologit lets you declaratively define virtual sub-branches within any Git branch
site_author: Jarvus Innovations
copyright: 2020 Jarvus Innovations
repo_url: https://github.com/JarvusInnovations/hologit
edit_uri: edit/develop/docs
theme:
name: material
features:
- navigation.tabs
palette:
primary: "orange"
accent: "deep purple"
plugins:
- search
- awesome-pages
extra_javascript:
- https://unpkg.com/mermaid@8.5.0/dist/mermaid.min.js
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: "!!python/name:pymdownx.superfences.fence_div_format"
- pymdownx.smartsymbols
- meta
- toc:
# insert a blank space before the character
permalink: " ¶"
- smarty
- mdx_truly_sane_lists