-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
117 lines (105 loc) · 2.33 KB
/
_quarto.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
project:
type: book
editor:
render-on-save: true
book:
title: "Shiny App-Packages"
author: "Martin Frigaard"
description: |
Getting your app into an R package
reader-mode: true
site-url: https://mjfrigaard.github.io/shiny-app-pkgs/
repo-url: https://github.com/mjfrigaard/shiny-app-pkgs
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- preface.qmd
- part: intro.qmd
chapters:
- whole_game.qmd
- shiny.qmd
- packages.qmd
- development.qmd
- part: app_packages.qmd
chapters:
- document.qmd
- dependencies.qmd
- data.qmd
- launch.qmd
- external.qmd
- part: debug.qmd
chapters:
- debugger.qmd
- debug_print.qmd
- debug_apps.qmd
- logging.qmd
- part: tests.qmd
chapters:
- test_suite.qmd
- test_specs.qmd
- test_tools.qmd
- test_modules.qmd
- test_system.qmd
- part: deploy.qmd
chapters:
- shinyappsio.qmd
- docker.qmd
- gha.qmd
- pkgdown.qmd
- part: frameworks.qmd
chapters:
- golem.qmd
- leprechaun.qmd
- charpente.qmd
- rhino.qmd
#- part: style.qmd
# chapters:
# - design.qmd
# - html_css.qmd
# - js.qmd
- part: special_topics.qmd
chapters:
- code.qmd
- non_r_code.qmd
- app_data.qmd
- stack_traces.qmd
- entanglement.qmd
appendices:
- glossary.qmd
- github.qmd
- create.qmd
- bdd.qmd
- test_snapshots_mocks.qmd
- comparisons.qmd
- rhino_cicd.qmd
format:
html:
theme: [flatly, custom.scss]
#dark: [superhero, dark_custom.scss]
highlight-style: arrow
toc: true
lightbox: true
toc-depth: 5
date: last-modified
date-format: iso
toc-location: right
toc-title: Contents
toc-expand: true
code-overflow: scroll
code-link: false
#code-block-bg: "#f8f8f8"
#code-block-border-left: "#99bbc9"
code-annotations: hover
number-sections: true
callout-icon: false
code-fold: show
code-summary: 'show/hide'
df-print: tibble
dpi: 320
fig-format: retina
fig-asp: 0.618
fontsize: 1.025em
linestretch: 1.35
mermaid:
theme: forest