-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (76 loc) · 1.96 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
site_name: Smyth
site_url: https://mirumee.github.io/smyth/
repo_url: https://github.com/mirumee/smyth
repo_name: mirumee/smyth
copyright: Copyright © 2024 - Mirumee Software
theme:
name: material
logo: assets/logo_black.svg
favicon: assets/logo_white_small.svg
custom_dir: docs/overrides
palette:
scheme: slate
primary: custom
accent: custom
features:
- toc.follow
- content.code.copy
- content.code.annotate
- content.tabs.link
- navigation.footer
- navigation.tracking
- navigation.expand
- search.suggest
nav:
- index.md
- User Guide:
- user_guide/index.md
- user_guide/event_functions.md
- user_guide/invoke.md
- user_guide/concurrency.md
- user_guide/environment.md
- user_guide/all_settings.md
- user_guide/custom_entrypoint.md
- user_guide/non_http.md
plugins:
- offline:
enabled: !ENV [OFFLINE, false]
- search
- termynal:
prompt_literal_start:
- "$"
- ">"
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- https://unpkg.com/tablesort@5.3.0/dist/sorts/tablesort.number.min.js
- javascripts/tablesort.js
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- footnotes
- tables
- toc:
permalink: true