-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
81 lines (81 loc) · 2.27 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
site_name: OBP Architecture Documentation
site_url: https://openbraininstitute.github.io/platform-docs/
repo_url: https://github.com/openbraininstitute/platform-docs
copyright: '© 2024 Blue Brain Project/EPFL, 2025 Open Brain Institute'
extra:
generator: false
nav:
- Home: README.md
- Overview: overview/README.md
- Services:
- modules/README.md
- Accounting Service:
- modules/accounting/README.md
- modules/accounting/accounting.md
- modules/authnz/README.md
- modules/corewebapp/README.md
- modules/interactive/README.md
- Machine Learning Services:
- modules/machinelearning/README.md
- modules/machinelearning/agent/README.md
- modules/machinelearning/inference/README.md
- modules/machinelearning/literature/README.md
- modules/memodelanalysis/README.md
- modules/meshgeneration/README.md
- modules/knowledgegraph/README.md
- modules/pointcloud/README.md
- ParallelCluster Provisioner:
- modules/provisioner/README.md
- modules/provisioner/ParallelCluster_PoC.md
- modules/thumbnail/README.md
- modules/vlab/README.md
- modules/visualization/README.md
- modules/workflow/README.md
- Template: modules/template/README.md
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
theme:
name: material
icon:
logo: fontawesome/solid/brain
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.expand
- content.code.copy
- content.action.edit
- toc.integrate
- toc.follow
- search.suggest
- search.highlight
extra_css:
- assets/stylesheets/extra.css
plugins:
- search
- callouts
markdown_extensions:
- admonition
- attr_list
- footnotes
- nl2br # for mkdocs-callouts
- sane_lists
- toc:
permalink: "#"
toc_depth: 3
- pymdownx.details
- 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
docs_dir: docs
edit_uri: edit/main/docs
site_dir: build