-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (78 loc) · 2.32 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
site_name: BAM Masterdata
site_description: Documentation page for the BAM Masterdata.
site_author: BAM Data Store
repo_url: https://github.com/BAMresearch/bam-masterdata
nav:
- Home: index.md
- Tutorial:
- Create Masterdata: tutorials/create-masterdata.md
- Basic pyBIS usage: tutorials/pybis.md
- How-to guides:
- Overview: howtos/overview.md
- pyBIS:
- Initial setup: howtos/pybis/setup.md
- Create spaces: howtos/pybis/spaces.md
- Create projects: howtos/pybis/projects.md
- Create collections: howtos/pybis/collections.md
- Create objects: howtos/pybis/objects.md
- Modify objects properties: howtos/pybis/objects_props.md
- Define parent-child relationships: howtos/pybis/parent_child.md
- Create datasets: howtos/pybis/datasets.md
- Searches and filters: howtos/pybis/searches.md
- Explanations:
- Data Store: explanations/data-store.md
- OpenBIS : explanations/openbis.md
- pyBIS : explanations/pybis.md
- References:
- Collection: references/collection.md
- Controlled Vocabulary: references/controlled-vocabulary.md
- Dataset: references/dataset.md
theme:
name: material
palette:
primary: custom
accent: custom
# - scheme: default
# - media: "(prefers-color-scheme: light)"
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
# - scheme: slate
# - media: "(prefers-color-scheme: dark)"
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
logo: assets/datastore-logo.png
favicon: assets/datastore-logo-white.png
features:
- navigation.path
- navigation.footer
- navigation.top
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: True
toc_depth: 3
- pymdownx.arithmatex:
generic: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.1.0/js-yaml.min.js'
- 'https://unpkg.com/cytoscape@3.19.1/dist/cytoscape.min.js'