-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (37 loc) · 902 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: KPN Theme
site_description: 'A KPN theme for MkDocs'
site_url: 'https://kpn.github.io/mkdocs-kpn-theme/'
theme:
name: kpn
repo_name: 'kpn/mkdocs-kpn-theme'
repo_url: https://github.com/kpn/mkdocs-kpn-theme/
extra:
version:
provider: 'manual'
version: 1.7.3
copyright: 'Copyright © KPN'
markdown_extensions:
- admonition
- toc:
permalink: true
- footnotes
- pymdownx.critic
- pymdownx.emoji
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.highlight:
use_pygments: false
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- plantuml_markdown:
server: http://www.plantuml.com/plantuml
- pymdownx.tabbed
plugins:
- search:
prebuild_index: true