-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_pkgdown.yml
More file actions
98 lines (90 loc) · 2.42 KB
/
_pkgdown.yml
File metadata and controls
98 lines (90 loc) · 2.42 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
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
88
89
90
91
92
93
94
95
96
97
98
url: https://stephenslab.github.io/mvsusieR
template:
bootstrap: 5
light-switch: true
math-rendering: katex
bslib:
base_font: { google: "Roboto" }
heading_font: { google: "Roboto Slab" }
code_font: { google: "JetBrains Mono" }
development:
mode: auto
home:
links:
- text: Learn more
href: https://github.com/stephenslab/mvsusieR
- text: Report a bug
href: https://github.com/stephenslab/mvsusieR/issues
#authors:
# Add your package authors here following the same format
# Example:
# John Doe:
# href: https://johndoe.com/
# Jane Smith:
# href: https://github.com/janesmith
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github, lightswitch]
components:
intro:
icon: fa fa-play-circle
text: Get Started
href: articles/mvsusie_intro.html
aria-label: Get started with mvsusieR
reference:
icon: fa fa-file-code
text: Functions
href: reference/index.html
aria-label: Function reference
articles:
icon: fa fa-book-reader
text: Vignettes
href: articles/index.html
aria-label: Articles and vignettes
news:
icon: fa fa-newspaper
text: News
href: news/index.html
aria-label: Package news
github:
icon: fab fa-github
href: https://github.com/stephenslab/mvsusieR
aria-label: View source on GitHub
# Optional: Organize your reference documentation
#reference:
# - title: "Main Functions"
# desc: "Core functions for multivariate SuSiE analysis"
# contents:
# - starts_with("mvsusie")
# - title: "Data Processing"
# desc: "Functions for data preparation and processing"
# contents:
# - has_concept("data")
# - title: "Visualization"
# desc: "Functions for plotting and visualization"
# contents:
# - has_concept("plot")
# - title: "Utilities"
# desc: "Helper and utility functions"
# contents:
# - has_concept("utilities")
# Optional: Organize articles/vignettes
articles:
- title: "Getting Started"
navbar: ~
contents:
- ends_with("_intro")
#- title: "Examples"
# desc: "Example analyses and use cases"
# contents:
# - starts_with("example")
#- title: "Advanced Topics"
# desc: "Advanced usage and methodology"
# contents:
# - matches("advanced|technical")
# Optional: Footer customization
footer:
structure:
left: developed_by
right: built_with