-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
134 lines (124 loc) · 3.59 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
site_name: Documentation
docs_dir: main
site_url: https://docs.e-infra.cz/
extra_css:
- assets/css/extra.css?id=2018100501
- https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- assets/js/hotjar.js
# Repository
repo_name: Docs on GitHub
repo_url: https://github.com/CESNET/eInfra-docs/
edit_uri: edit/master/
# Copyright
copyright: Copyright © 2021-2023 e-INFRA CZ
extra:
generator: false
version: !ENV [SITE_VERSION, 'undef_build_number']
build_date: !ENV [SITE_BUILD_DATE, 'today']
site_title: e-INFRA CZ Documentation
theme:
name: material
favicon: //www.e-infra.cz/file/8a46e25120eb50e33af28a8ff9df2850/282/favicon/logo-e-infra.svg
logo: assets/e-infra.png
custom_dir: e-infra_theme
language: 'en'
static_templates:
- 404.html
features:
- navigation.tabs
- navigation.indexes
- navigation.instant
- navigation.tracking
- toc.follow
- navigation.prune
- content.tooltips
icon:
logo: fontawesome/solid/book-open
repo: fontawesome/brands/github
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
font:
text: 'Montserrat'
code: 'Source Code Pro'
nav:
- 'Overview': index.md
- e-INFRA CZ Account: '!include ./topics/account/mkdocs.yml'
- Data processing:
- compute/index.md
- Concepts: '!include ./topics/compute/concepts/mkdocs.yml'
- MetaCentrum Grid: '!include ./topics/compute/grid/mkdocs.yml'
- Supercomputer: '!include ./topics/compute/supercomputing/mkdocs.yml'
- Kubernetes: '!include ./topics/compute/kubernetes/mkdocs.yml'
- OpenStack: '!include ./topics/compute/openstack/mkdocs.yml'
- SensitiveCloud: '!include ./topics/compute/sensitive/mkdocs.yml'
- Data Storage: '!include ./topics/storage/mkdocs.yml'
- Managed Data Services: '!include ./topics/managed/mkdocs.yml'
- General Information: '!include ./topics/about-us/mkdocs.yml'
plugins:
- monorepo
- i18n:
default_language: en
material_alternate: true
languages:
en:
name: English
build: true
cs:
name: Česky
build: true
nav_translations:
cs:
e-INFRA CZ Account: Účet e-INFRA CZ
Data processing: Zpracování dat
Data Storage: Datova Úložiště
Managed Data Services: Spravované datové služby
General Information: Obecné informace
Account Management: Správa účtů
- mkdocs-jupyter
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)'
lang:
- en
# - git-committers
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
type: date
markdown_extensions:
- abbr
- admonition
- codehilite
- pymdownx.snippets
- pymdownx.arithmatex:
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- markdown.extensions.toc:
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.snippets:
base_path: snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- footnotes
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- meta
- tables
#google_analytics:
# - 'UA-90498826-1'
# - 'auto'