-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (41 loc) · 1.2 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
site_name: MSCR docs
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
plugins:
- glightbox
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
nav:
- 'Metadata schema and crosswalk registry':
- Introduction: index.md
- UI Usage Guide: 'mscr/ui-guide.md'
- Deployment: 'mscr/mscr-deployment.md'
- MSCR Concepts: 'mscr/functional-overview.md'
- API:
- 'Getting started': 'mscr/api-getting-started.md'
- 'Usage guide': 'mscr/api-usage-guide.md'
- 'Release notes': 'mscr/release-notes.md'
- 'Vocabulary service':
- 'Getting started': voc-service/getting-started.md
- 'Group management':
- 'Getting started': groups/getting-started.md
- 'Usage guide': groups/usage-guide.md
- 'Developers Guide':
- 'Getting started': developer/develop-guide.md