Skip to content

Commit d79d9ca

Browse files
committed
doc: extend documentation skeleton
1 parent 486f793 commit d79d9ca

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ golem::run_dev()
105105

106106
Enjoy your new app!
107107

108-
## Discover {golem}
108+
## Play with golem
109109

110-
### Your very first time with {golem}
110+
### Your very first time with golem
111111

112112
You can find find a full tutorial on how to create your first `golem` app [here](x).
113113

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ golem::run_dev()
8282

8383
Enjoy your new app!
8484

85-
## Discover {golem}
85+
## Play with golem
8686

87-
### Your very first time with {golem}
87+
### Your very first time with golem
8888

8989
You can find find a full tutorial on how to create your first `golem`
9090
app [here](x).

pkgdown/_pkgdown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ navbar:
3434
menu:
3535
- text: Create your first Golem application
3636
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
3941
topics:
4042
text: Advanced topics
4143
menu:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)