-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (61 loc) · 1.33 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
site_name: 3270Connect
site_description: User Guide for the 3270Connect Command-Line Utility
site_author: 3270.io
copyright: '© 2023-2024 3270.io'
site_url: https://3270.io
repo_url: https://github.com/3270io/3270Connect
#edit_uri: edit/master/docs/
docs_dir: docs
site_dir: app/static
theme:
name: material
logo: logo.png
palette:
primary: teal
features:
- navigation.instant
- navigation.instant.progress
- toc.integrate
- navigation.expand
- navigation.top
- navigation.footer
nav:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic-usage.md
- Workflow Actions: workflow.md
- Advanced Features: advanced-features.md
plugins:
- search
- mkdocs-video:
is_video: True
video_autoplay: False
markdown_extensions:
- codehilite:
guess_lang: false
- admonition
- toc:
toc_depth: 3
- pymdownx.highlight:
use_pygments: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- attr_list
- def_list
- pymdownx.tasklist:
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- footnotes
- pymdownx.snippets:
base_path:
- docs
url_download:
- true
extra:
version: 1.0.7