-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yaml
91 lines (83 loc) · 2.24 KB
/
mkdocs.yaml
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
86
87
88
89
90
91
site_name: bycon Documentation
site_description: 'Documentation for the bycon GA4GH Beacon framework'
site_author: Michael Baudis
repo_name: bycon
repo_url: https://github.com/progenetix/bycon
reference_server_url: https://progenetix.org
###############################################################################
nav:
- Documentation Home: /
- Setup & Maintainance:
- Installation: installation.md
- Importing Data: importers/index.md
- Housekeeping: housekeepers/index.md
- Beacon API:
- Beacon API: API.md
- Services API: API-services.md
- API Parameters: API-parameters.md
- Recent Changes: changes.md
# - Upcoming & To Do: future.md
- Code Repositories:
- bycon: https://github.com/progenetix/bycon
- byconaut: https://github.com/progenetix/byconaut
- Front End: https://github.com/progenetix/beaconplus-web
- Progenetix Front End: https://github.com/progenetix/progenetix-web
- More Info:
- Progenetix Site: http://progenetix.org
- baudisgroup@UZH: https://info.baudisgroup.org
- Beacon Documentation: https://docs.genomebeacons.org
###############################################################################
markdown_extensions:
- toc:
toc_depth: 2-3
permalink: true
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: ga4gh-beacon
repo: beacon-v2
- pymdownx.emoji
theme:
# name: readthedocs
name: material
palette:
primary: deep orange
favicon: img/site-logo-topright.png
logo: img/site-logo-topright.png
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.expand
plugins:
- search
- macros
- mermaid2
- mkdocstrings
- include-markdown
extra:
excerpt_separator: <!--more-->
blog_list_length: 100
social:
- icon: fontawesome/brands/github
link: https://github.com/progenetix
extra_css:
- css/extra.css