-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 1.05 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
site_name: Hdf5Writer
site_description: An Extra-data compatible Hdf5 writer for Karabo
site_url: https://karabo_hdf5writer.readthedocs.io/en/latest/
repo_url: https://www.github.com/European-XFEL/Karabo
copyright: European XFEL GmbH
docs_dir: docs
theme:
name: material
logo: images/logo.png
palette:
scheme: preference
language: en
features:
- announce.dismiss
- content.tabs.link
- navigation.indexes # section index pages
- navigation.expand # expand sections on left sidebar by default
- navigation.top # back to top button
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
font:
text: Roboto
code: Roboto Mono
nav:
- index.md
- Configuration: configuration.md
- Acquisition: acquisition.md
- Data Format: format.md
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/European-XFEL