-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
85 lines (79 loc) · 2.06 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
82
83
84
85
# Project
site_name: cnb-tools
site_author: Verena Chung
site_description: >-
Convenience tools/functions for challenges and benchmarking
on Synapse.org
# Repository
repo_url: https://github.com/Sage-Bionetworks-Challenges/cnb-tools
repo_name: cnb-tools
# Navigation
nav:
- cnb-tools: index.md
- User Guide:
- Introduction: user-guide/introduction.md
- Cheat sheet: user-guide/cheat-sheet.md
- Contributing: user-guide/contributing.md
- Reference:
- CLI: reference/cli.md
- Validation Toolkit: reference/validation-toolkit.md
- Changelog:
- changelog/release-notes.md
- How to upgrade: changelog/upgrade.md
# Theme configuration
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
admonition:
note: octicons/tag-16
info: octicons/info-16
logo: assets/favicon.png
features:
- content.code.copy
- navigation.footer
- navigation.sections
- search.highlight
- search.share
- search.suggest
- toc.follow
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_section_style: spacy
- autorefs
- termynal:
prompt_literal_start:
- "$"
- "(cnb-tools) $"
extra:
social:
- icon: octicons/home-16
link: https://sagebionetworks.org/challenges-benchmarking/
- icon: fontawesome/brands/github
link: https://github.com/Sage-Bionetworks-Challenges/cnb-tools
- icon: fontawesome/brands/docker
link: https://github.com/Sage-Bionetworks-Challenges/cnb-tools/pkgs/container/cnb-tools
- icon: fontawesome/brands/python
link: https://pypi.org/project/cnb-tools/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: true