-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
63 lines (58 loc) · 1.28 KB
/
_pkgdown.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
url: https://github.com/co-analysis/deckhand/
template:
bootstrap: 5
bslib:
bg: "#ffffff"
fg: "#4d4e53"
primary: "#005abb"
code_font: {google: "Fira Code"}
navbar:
bg: primary
structure:
left: [articles, reference]
footer:
structure:
left: legal
right: built_with
components:
legal: © Crown Copyright, 2022, Cabinet Office
reference:
- title: Rmarkdown
desc: Use the co_deck output format
- contents:
- co_deck
- title: Chart helpers
desc: Use {ggplot2} charts in your report
- contents:
- co_colours
- scale_co
- theme_co_report
- tint_hex
- insert_svg
- title: Table helpers
desc: Use {gt} tables in your report
- contents:
- output_table
- title: Other helpers
- contents:
- co_logo
- export_plot
- show_co_colours
- show_example_report
articles:
- title: Working with deckhand
desc: >
Using the deckhand Rmarkdown template, its layout and structure,
suggested approaches for workflow and collaboration.
navbar: "{deckhand} fundamentals"
contents:
- articles/layout
- articles/workflow
- articles/collaboration
- title: "Including charts and tables"
desc: >
How to create charts and tables that work with the deckhand template.
navbar: Charts and tables
contents:
- articles/charts
- articles/tables