-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
92 lines (89 loc) · 2.41 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
nav:
- Introduction: index.md
- Colors: colors.md
- Screen Sizing: screen-sizing.md
- Security: security.md
- API Reference:
- ati: ati.md
- ati (compatability): ati-compat.md
- tnz: tnz.md
- zti: zti.md
site_name: Tn3270 to Z Python library
site_url: https://ibm.github.io/tnz
repo_url: https://github.com/IBM/tnz/
edit_uri: edit/main/docs/ # required for GHE, theme will not do Enterprise automatically
# Theme
theme:
name: material
features:
- navigation.expand
palette:
- primary: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: 'IBM Plex Sans'
code: 'IBM Plex Mono'
# Plugins
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
filters:
- "!^_"
inherited_members: true
separate_signature: true
show_category_heading: true
show_root_toc_entry: false
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
show_if_no_docstring: true
- minify:
minify_html: true
# Markdown extensions
markdown_extensions:
- markdown.extensions.toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
permalink: §
- markdown.extensions.admonition:
- markdown.extensions.smarty:
smart_quotes: false
- pymdownx.betterem:
- pymdownx.critic:
- markdown.extensions.attr_list:
- markdown.extensions.def_list:
- markdown.extensions.tables:
- markdown.extensions.abbr:
- markdown.extensions.footnotes:
- markdown.extensions.md_in_html:
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.highlight:
css_class: codehilite
linenums_style: pymdownx-inline
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.escapeall:
hardbreak: true
nbsp: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.progressbar:
- pymdownx.mark:
- pymdownx.striphtml:
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.tabbed:
copyright: Copyright © IBM 2022, 2023