-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path_bookdown.yml
More file actions
49 lines (43 loc) · 900 Bytes
/
_bookdown.yml
File metadata and controls
49 lines (43 loc) · 900 Bytes
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
book_filename: "client-side-web-development"
output_dir: build
language:
ui:
chapter_name: ["Chapter "]
edit: https://github.com/info340/book/edit/master/%s
rmd_files:
- index.Rmd
## environment setup and fundamentals
- setup.Rmd
- client-side.Rmd
## HTML & CSS
- html-fundamentals.Rmd
- css-fundamentals.Rmd
- html-semantics.Rmd
- css-selectors.Rmd
- css-properties.Rmd
# - css-layout.Rmd
- responsive-css.Rmd
- css-frameworks.Rmd
## JavaScript
- javascript.Rmd
- functional-programming.Rmd
- dom.Rmd
- libraries.Rmd # inc jQuery
- es6.Rmd
## React
- react-intro.Rmd
# - react-tools.Rmd
- react-interactive.Rmd
- router.Rmd
## Data
- ajax.Rmd
- firebase.Rmd
## Special Topics
- appendix.Rmd
- code-style-guide.Rmd
- jest.Rmd
- webpack.Rmd
- react-class-components.Rmd
- css-in-js.Rmd
- redux.Rmd
- react-native.Rmd