Skip to content

Commit 0dd6f14

Browse files
committed
delphidocs pkg, mv related down the sidebar
1 parent 09ba648 commit 0dd6f14

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

_pkgdown.yml

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,31 @@
1-
# Colors should stay consistent across epipredict, epiprocess, and epidatr,
2-
# using Carnegie Red
3-
# https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
4-
51
# This is to give a default value to the `mode` parameter in the
62
# `pkgdown::build_site` function. This is useful when building the site locally,
73
# as it will default to `devel` mode. In practice, this should all be handled
84
# dynamically by the CI/CD pipeline.
95
development:
106
mode: devel
11-
version_label: success
7+
version_label: danger
128

139
template:
14-
bootstrap: 5
15-
bootswatch: cosmo
16-
bslib:
17-
font_scale: 1.0
18-
primary: "#C41230"
19-
success: "#B4D43C"
20-
link-color: "#C41230"
21-
22-
navbar:
23-
bg: primary
24-
type: light
10+
package: delphidocs
2511

2612
url: https://cmu-delphi.github.io/epidatr/
2713

2814
home:
2915
links:
3016
- text: Get the Python client
3117
href: https://github.com/cmu-delphi/epidatpy/
32-
- text: View the Delphi Website
33-
href: https://delphi.cmu.edu/
34-
- text: Introduction to Delphi's Tooling Work
35-
href: https://cmu-delphi.github.io/delphi-tooling-book/
36-
- text: The epiprocess R package
37-
href: https://cmu-delphi.github.io/epiprocess/
38-
- text: The epipredict R package
39-
href: https://cmu-delphi.github.io/epipredict/
40-
- text: The epidatasets R package
41-
href: https://cmu-delphi.github.io/epidatasets/
18+
sidebar:
19+
structure: [links, license, community, citation, authors, related, dev]
20+
components:
21+
related:
22+
title: Delphi packages and resources
23+
text: |
24+
* [The epiprocess R package](https://cmu-delphi.github.io/epiprocess/)
25+
* [The epipredict R package](https://cmu-delphi.github.io/epipredict/)
26+
* [The epidatasets R package](https://cmu-delphi.github.io/epidatasets/)
27+
* [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
28+
4229
4330
reference:
4431
- title: Data source and signal discovery

0 commit comments

Comments
 (0)