-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (77 loc) · 1.85 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: SoftPack Builder
site_url: https://wtsi-hgi.github.io/softpack-builder
repo_url: https://github.com/wtsi-hgi/softpack-builder
repo_name: wtsi-hgi/softpack-builder
#strict: true
nav:
- Introduction: index.md
- Topics:
- topics/design.md
- Tutorials:
- tutorials/getting_started.md
- Guides:
- guides/how-to-start-a-build.md
- Reference:
- reference/cli.md
- reference/api.md
- reference/rest.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
language: en
logo: img/softpack.png
favicon: img/favicon.ico
palette:
scheme: preference
primary: indigo
accent: indigo
features:
- navigation.footer
- navigation.top
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.details
- admonition
- toc:
baselevel: 3
permalink: true
- meta
plugins:
- include-markdown
- render_swagger
- search:
lang: en
watch:
- softpack_builder
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/wtsi-hgi/softpack-builder
name: Github
- icon: material/email
link: "mailto:[email protected]"
# to enable disqus, uncomment the following and put your disqus id below
# disqus: disqus_id
# uncomment the following and put your google tracking id below to enable GA
#google_analytics:
#- UA-xxx
#- auto