File tree Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ golem::run_dev()
105
105
106
106
Enjoy your new app!
107
107
108
- ## Discover { golem}
108
+ ## Play with golem
109
109
110
- ### Your very first time with { golem}
110
+ ### Your very first time with golem
111
111
112
112
You can find find a full tutorial on how to create your first ` golem ` app [ here] ( x ) .
113
113
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ golem::run_dev()
82
82
83
83
Enjoy your new app!
84
84
85
- ## Discover { golem}
85
+ ## Play with golem
86
86
87
- ### Your very first time with { golem}
87
+ ### Your very first time with golem
88
88
89
89
You can find find a full tutorial on how to create your first ` golem `
90
90
app [ here] ( x ) .
Original file line number Diff line number Diff line change @@ -34,8 +34,10 @@ navbar:
34
34
menu :
35
35
- text : Create your first Golem application
36
36
href : articles/tutos/first-golem-app.html
37
- - text : Add your first module and communication
38
- href : ~
37
+ - text : Add your first module
38
+ href : articles/tutos/golem_with_modules.html
39
+ - text : Communication between modules
40
+ href : articles/tutos/communication_with_modules.html
39
41
topics :
40
42
text : Advanced topics
41
43
menu :
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Communication with modules"
3
+ output : rmarkdown::html_vignette
4
+ vignette : >
5
+ %\VignetteIndexEntry{Communication with modules}
6
+ %\VignetteEngine{knitr::rmarkdown}
7
+ %\VignetteEncoding{UTF-8}
8
+ ---
9
+
10
+ # TODO: add content
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Golem modules"
3
+ output : rmarkdown::html_vignette
4
+ vignette : >
5
+ %\VignetteIndexEntry{Golem modules}
6
+ %\VignetteEngine{knitr::rmarkdown}
7
+ %\VignetteEncoding{UTF-8}
8
+ ---
9
+
10
+ # TODO: add content
You can’t perform that action at this time.
0 commit comments