forked from ThinkR-open/engineering-shiny-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
38 lines (38 loc) · 883 Bytes
/
_bookdown.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
book_filename: engineering-production-grade-shiny-apps
clean: [packages.bib, bookdown.bbl]
delete_merged_file: yes
repo: https://github.com/ThinkR-open/engineering-shiny-book
language:
label:
fig: "FIGURE "
tab: "TABLE "
ui:
edit: "Edit"
chapter_name: "Chapter "
output_dir: _site
before_chapter_script: golembuild.R
after_chapter_script: golemdestroy.R
rmd_files:
- index.Rmd
- 00-app-presentation.Rmd
- 01-big-shiny.Rmd
- 02-planning-ahead.Rmd
- 03-structure.Rmd
- 04-golem.Rmd
- 05-workflow.Rmd
- 06-ux-matters.Rmd
- 07-step-by-step-design.Rmd
- 08-step-by-step-prototype.Rmd
- 09-prototyping.Rmd
- 10-step-by-step-build.Rmd
- 11-step-by-step-secure.Rmd
- 12-secure.Rmd
- 13-deploy.Rmd
- 14-when_optimize.Rmd
- 15-common-app-caveats.Rmd
- 16-optimizing-shiny-code.Rmd
- 17-javascript.Rmd
- 18-css.Rmd
- 19-appendix.Rmd
- 20-session-info.Rmd
- 21-references.Rmd