-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yaml
More file actions
41 lines (36 loc) · 1.35 KB
/
_pkgdown.yaml
File metadata and controls
41 lines (36 loc) · 1.35 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
# The URL where your site will be hosted.
url: "https://github.com/PMCC-BioinformaticsCore/macpie.git"
# The folder where the generated site will be placed.
destination: "docs"
build:
articles: true
template:
bootstrap: 5
navbar:
title: "macpie" # Your package title as it should appear on the navbar.
left:
- text: "Home"
href: index.html
- text: "Vignettes"
menu:
- text: "Overview"
href: articles/macpie.html
- text: "Quality control"
href: articles/quality_control.html
- text: "Transcriptional analyses"
href: articles/transcriptional_analyses.html
- text: "Compound screening"
href: articles/high_throughput_screens.html
- text: "Cross-platform compatibility"
href: articles/cross_platform_compatibility.html
- text: "Integration across modalities"
href: articles/integration_across_modalities.html
- text: "Working with Bioconductor classes"
href: articles/macpie_bioc.html
- text: "Assessing zero-inflation"
href: articles/assessing_zero_inflation.html
- text: "Reference"
href: reference/index.html # Links to your function reference docs.
right:
- icon: fa-github
href: "https://github.com/PMCC-BioinformaticsCore/macpie.git" # Replace with your GitHub repo URL.