-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (68 loc) · 1.95 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
# WARNING: mkdocs doesn't work with gh-pages activated
# Just don't activate github page then 'mkdocs gh-deploy --clean'
site_name: Knowledge Center
site_url: https://github.com/constellr/product-lst
repo_url: https://github.com/constellr/product-lst
repo_name: constellr/product-lst
edit_uri: https://github.com/constellr/product-lst/tree/main/docs/
nav:
- Home: index.md
- Product Portfolio:
- Constellr's product offer: Constellr-product-offer.md
- Product deliverables: product-deliverables.md
- Technical specifications: Technical-specification.md
- End User Platform Documentation:
- UI documentation: UI-documentation.md
- API documentation: API-documentation.md
- Use cases: use-cases.md
- Explorer Lab: demo.md
theme:
name: material
show_toc: false
favicon: assets/logo-constellr-dark-icon.svg
logo: assets/logo-constellr-dark-icon.svg
features:
#- navigation.tabs
#- navigation.top
#- toc.integrate
#- content.tooltips
text-align: right
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
strict: true
markdown_extensions:
- attr_list
- md_in_html
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- mike
- bibtex:
bib_file: docs/refs.bib
# cite_style: "pandoc"
extra:
version:
provider: mike