forked from CCBR/LOGAN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (44 loc) · 1.15 KB
/
mkdocs.yml
File metadata and controls
51 lines (44 loc) · 1.15 KB
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
site_name: CCBR LOGAN
site_author: CCR Collaborative Bioinformatics Resource
site_url: https://ccbr.github.io/LOGAN
site_description: >-
CCBR whoLe genOme-sequencinG Analysis pipeliNe (LOGAN)
repo_name: CCBR/LOGAN
repo_url: https://github.com/CCBR/LOGAN
edit_uri: https://github.com/CCBR/LOGAN/edit/main/
# Copyright
copyright: Copyright © 2023-{{ now().year }} CCR Collaborative Bioinformatics Resource
# Configuration
theme:
name: readthedocs
locale: en
custom_dir: docs/overrides
# Plugins
plugins:
- search
- git-revision-date
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/solid/users
link: http://bioinformatics.cancer.gov
- icon: fontawesome/brands/github
link: https://github.com/CCBR
- icon: fontawesome/brands/docker
link: https://hub.docker.com/orgs/nciccbr/repositories
extra_css:
- css/custom.css
extra_javascript:
- js/custom.js
# Extensions
markdown_extensions:
- pymdownx.snippets:
check_paths: true
nav:
- Home: "index.md"
- Pipeline:
- Tumor-Normal: "user-guide/pipeline.md"
- Tools:
- Comparisons: "user-guide/tool_comparisons.md"