-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (68 loc) · 1.53 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
64
65
66
67
68
69
---
# Copyright (C) 2023 Maxwell G <[email protected]>
# SPDX-License-Identifier: MIT
site_name: tomcli
repo_url: "https://git.sr.ht/~gotmax23/tomcli/tree/main"
edit_uri: "item/doc"
repo_name: "sr.ht/~gotmax23/tomcli"
docs_dir: doc
theme:
name: material
font: false
icon:
repo: "fontawesome/regular/circle"
edit: "material/eye"
features:
- content.code.copy
- content.action.edit
- navigation.sections
palette:
- media: "(prefers-color-scheme: light)"
primary: pink
accent: pink
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: pink
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.magiclink
- pymdownx.superfences
plugins:
- exclude:
glob:
- "tomcli*.1"
- "tomcli*.1.scd"
- "*.py"
- "requirements.*"
- "venv/**"
- gen-files:
scripts:
- doc/mkdocs_mangen.py
watch:
- README.md
- NEWS.md
- doc/
- mkdocs.yml
nav:
- Home: "index.md"
- News: "news.md"
- Subcommands:
- tomcli: tomcli1.md
- tomcli-get: tomcli-get1.md
- tomcli-formatters: tomcli-formatters1.md
- tomcli-set: tomcli-set1.md
- tomcli-set-arrays: tomcli-set-arrays1.md
- tomcli-set-lists: tomcli-set-lists1.md