|
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 |
| - |
5 | 1 | # This is to give a default value to the `mode` parameter in the
|
6 | 2 | # `pkgdown::build_site` function. This is useful when building the site locally,
|
7 | 3 | # as it will default to `devel` mode. In practice, this should all be handled
|
8 | 4 | # dynamically by the CI/CD pipeline.
|
9 | 5 | development:
|
10 | 6 | mode: devel
|
11 |
| - version_label: success |
| 7 | + version_label: danger |
12 | 8 |
|
13 | 9 | 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 |
25 | 11 |
|
26 | 12 | url: https://cmu-delphi.github.io/epidatr/
|
27 | 13 |
|
28 | 14 | home:
|
29 | 15 | links:
|
30 | 16 | - text: Get the Python client
|
31 | 17 | 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 | +
|
42 | 29 |
|
43 | 30 | reference:
|
44 | 31 | - title: Data source and signal discovery
|
|
0 commit comments