-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (56 loc) · 1.49 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
site_name: Lynara
site_url: https://mirumee.github.io/lynara/
repo_url: https://github.com/mirumee/lynara
repo_name: mirumee/lynara
copyright: Copyright © 2024 - Mirumee Software
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_black.svg
favicon: assets/logo_white_small.svg
palette:
scheme: slate
primary: custom
accent: custom
features:
- toc.follow
- content.code.copy
- content.code.annotate
- content.tabs.link
- navigation.indexes
plugins:
- offline:
enabled: !ENV [OFFLINE, false]
- search
- charts:
use_data_path: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- https://unpkg.com/[email protected]/dist/sorts/tablesort.number.min.js
- javascripts/tablesort.js
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- footnotes
- tables