-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
64 lines (59 loc) · 1.61 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
site_name: Baltica
site_url: https://github.com/dieterich-lab/Baltica
site_author: Thiago Britto-Borges
repo_url: https://github.com/dieterich-lab/Baltica
edit_uri: tree/master/docs/
site_description: Baltica - Integrated differential junction usage (DJU)
copyright: Thiago Britto-Borges, Dieterichlab - MIT License
use_directory_urls: false
docs_dir: docs/
theme:
name: material
language: 'en'
features:
- instant
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
logo: img/baltica_logo.ico
favicon: img/baltica_logo.ico
extra_css:
- extra.css
nav:
- Index: index.md
- Introduction: intro.md
- Getting started: setup.md
- Project configuration: proj-config.md
- Workflow implementation: workflows.md
- DJU methods result integration: integration.md
- Development guidelines: dev_guide.md
- Baltica output: report.md
- Frequently asked questions: faq.md
- Tutorial: tutorial.md
- References: bibliography.md
- Release notes: release-notes.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- attr_list
plugins:
- search
- bibtex:
bib_file: "docs/bibliography.bib"
cite_style: "pandoc"
#- mkpdfs:
# author: "Thiago Britto Borges"
# design: "docs/report.css"
# output_path: "pdf/baltica_docs.pdf"
# toc_title: "Table of contents"
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/#details