-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
112 lines (110 loc) · 2.71 KB
/
mkdocs.yml
File metadata and controls
112 lines (110 loc) · 2.71 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: Pydio Documentation
site_url: https://docs.pydio.com/
docs_dir: docs
site_dir: site
use_directory_urls: true
repo_url: https://github.com/pydio/cells
theme:
name: material
custom_dir: overrides
favicon: pydio-favicon.png
logo: pydio-grey-coral.svg
static_templates:
- 404.html
palette:
- scheme: default
primary: teal
accent: deep orange
- scheme: slate
primary: indigo
accent: lime
toggle:
icon: material/weather-night
name: Switch to light mode
navigation_depth: 4 # Support deep navigation
features:
- navigation.tabs
- navigation.sections # Render nested sections in sidebar
#- navigation.expand # Keep sections expanded
- navigation.top # Add back-to-top button
- navigation.tracking # Update URL on scroll
#- navigation.footer
- search.highlight
- search.suggest
- content.zoom
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
#- search.share
#- search.suggest
- toc.follow
#- toc.integrate
icon:
repo: fontawesome/brands/github
font:
text: Roboto
code: Roboto Mono
plugins:
- tags
- meta
- search
- awesome-nav
- glightbox:
touchNavigation: true
zoomable: true
width: 100%
height: auto
- mike:
version_selector: true # Enables the version selector
canonical_version: latest # Default version for SEO (optional)
css_dir: css # Where to put version selector CSS
#javascript_dir: js # Where to put version selector JS
markdown_extensions:
- admonition
- md_in_html
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
- tables
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.blocks.caption
- 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
extra:
version:
provider: mike
alias: true
default: latest
extra_css:
- stylesheets/pydio.css