-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs_template.yml
36 lines (36 loc) · 1.02 KB
/
mkdocs_template.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
site_name: ProposalDM
repo_url: 'https://github.com/ivoa/ProposalDM'
theme:
name: material
features:
- navigation.tabs
- content.action.edit
- content.tooltips
markdown_extensions:
- tables
- footnotes
- attr_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- plantuml_markdown:
format: svg
remove_inline_svg_size: false
cachedir: build/generated/plantuml
nav:
- Introduction: index.md
- Model Design:
- Concepts : concepts.md
- Use Cases:
- Introduction: usecases/intro.md
- Telescopes: usecases/telescopeDescriptions.md
- Observations: usecases/observationDescriptions.md
- Code: code.md
- Schema: schema.md
- AutoGenerated Documentation:
- JavaDoc: generated/javadoc/index.html