-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
37 lines (34 loc) · 907 Bytes
/
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
site_name: Hydra-Genetics Prealignment
nav:
- Introduction: intro.md
- Softwares: softwares.md
theme:
name: readthedocs
# logo: "images/hydragenetics_logo.png"
extra_css: [extra.css]
markdown_extensions:
- abbr
- attr_list
- pymdownx.details
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
base_path: ["docs/"]
url_download: "True"
- mdx_spanner
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- yaml-schema:
yaml_files:
- file: "workflow/schemas/config.schema.yaml"
tag: "CONFIGSCHEMA"
- file: "workflow/schemas/resources.schema.yaml"
tag: "RESOURCESSCHEMA"
- snakemake-rule:
rule_folders:
- 'workflow/rules'
schemas:
- 'workflow/schemas/rules.schema.yaml'