-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
89 lines (79 loc) · 2.24 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
86
87
# Nom du site
site_name: Bioinfo training
# Description facultative (utilisée dans les métadonnées et les moteurs de recherche)
site_description: ""
# URL de base (utile pour le déploiement sur GitHub Pages)
site_url: https://srh-bzd.github.io/bioinfo-training
# URL et nom du repo
repo_url: https://github.com/srh-bzd/bioinfo-training
repo_name: srh-bzd/bioinfo-training
edit_uri: edit/main/docs/
# Chemin du logo
# logo: images/logo.png
# Thème Material
theme:
name: material
language: fr
features:
- navigation.tabs
- navigation.expand
- navigation.indexes
- header.autohide
palette:
- scheme: default
primary: black
accent: blue
toggle:
icon: material/lightbulb-night-outline
name: Mode sombre
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/lightbulb-outline
name: Mode clair
icon:
repo: fontawesome/brands/github
features:
- toc.follow
- toc.integrate
- navigation.top
- content.code.copy
- navigation.tabs
- search.highlight
# Configuration des plugins
plugins:
- search
# Extensions Markdown
markdown_extensions:
- tables
- toc
- codehilite
- pymdownx.extra
- pymdownx.snippets
# Structure de la navigation
nav:
- Accueil: index.md
- Cours :
- Vue d'ensemble : lessons/lessons.md
- RNAseq : lessons/rnaseq-lesson.md
- Tutoriels :
- Vue d'ensemble : training/training.md
- Analyses :
- RNAseq : training/analysis/rnaseq-training.md
- Développement :
- MkDocs : training/dev/mkdocs.md
- Visualisation :
- Diagramme de Venn : training/visualization/venn.md
- Connaissances :
- Vue d'ensemble : knowledge/knowledge.md
- Bases de données :
- RefSeq : knowledge/databases/refseq.md
- Références :
- Le transcriptome humain : knowledge/references/human-transcriptome.md
- Le génome humain: knowledge/references/human-genome.md
- Les annotations du génome humain : knowledge/references/human-annotations.md
- Outils :
- Inférence du strandedness : knowledge/tools/rnaseq-strandedness.md
- Biais d'assemblage : knowledge/tools/assembly-bias.md
- À propos: about.md