-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
63 lines (57 loc) · 1.51 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: "Termynal"
site_url: "https://termynal.github.io/termynal.py/"
site_description: "A lightweight and modern animated terminal window for mkdocs"
repo_name: "termynal/termynal.py"
repo_url: "https://github.com/termynal/termynal.py"
edit_uri: "edit/main/docs/"
copyright: "Copyright © 2024 Danil Akhtarov"
nav:
- "Home": README.md
- "Configuration": configuration.md
- "Contributing": contributing.md
- "Changelog": changelog.md
- "Code of Conduct": code-of-conduct.md
theme:
name: material
language: en
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: black
accent: yellow
icon:
repo: fontawesome/brands/github
plugins:
- termynal:
title: "shell"
buttons: "macos"
prompt_literal_start:
- "$"
- ">"
- ">>>"
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
markdown_extensions:
- admonition
- codehilite
- markdown_include.include:
base_path: .
- pymdownx.highlight:
anchor_linenums: true
linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true