Skip to content

Commit 486f793

Browse files
committed
doc: initiate some pages
1 parent 43c2248 commit 486f793

File tree

6 files changed

+44
-11
lines changed

6 files changed

+44
-11
lines changed

README.Rmd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,16 @@ Enjoy your new app!
107107

108108
## Discover {golem}
109109

110-
Golem documentation is available at <https://thinkr-open.github.io/golem/>.
110+
### Your very first time with {golem}
111+
112+
You can find find a full tutorial on how to create your first `golem` app [here](x).
113+
114+
A lot of resources are available to help you get started with `golem` [here](x).
115+
116+
### Contribute
117+
118+
You love `golem` and want to contribute? Check out our documentation on how to contribute [here](x).
111119

112-
<!-- TODO: add more links -->
113120

114121
## Code of Conduct
115122

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,18 @@ Enjoy your new app!
8484

8585
## Discover {golem}
8686

87-
Golem documentation is available at
88-
<https://thinkr-open.github.io/golem/>.
87+
### Your very first time with {golem}
8988

90-
<!-- TODO: add more links -->
89+
You can find find a full tutorial on how to create your first `golem`
90+
app [here](x).
91+
92+
A lot of resources are available to help you get started with `golem`
93+
[here](x).
94+
95+
### Contribute
96+
97+
You love `golem` and want to contribute? Check out our documentation on
98+
how to contribute [here](x).
9199

92100
## Code of Conduct
93101

pkgdown/_pkgdown.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ navbar:
4444
- text: Use a maintenance page
4545
href: articles/topics/maintenance_page.html
4646
- text: Use bslib
47-
href: ~
47+
href: articles/topics/use_bslib.html
4848
- text: -------
4949
- text: Backend
50-
- text: Add routing
51-
href: ~
52-
- text: TODO
53-
href: ~
50+
- text: Add routing with brochure
51+
href: articles/topics/add_routing.html
5452
contribute:
5553
text: Contribute
5654
href: articles/contribute.html

vignettes/contribute.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Contribute to Golem"
33
output: rmarkdown::html_vignette
44
vignette: >
5-
%\VignetteIndexEntry{Contribute}
5+
%\VignetteIndexEntry{Contribute to Golem}
66
%\VignetteEngine{knitr::rmarkdown}
77
%\VignetteEncoding{UTF-8}
88
---

vignettes/topics/add_routing.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Add routing with brochure"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Add routing with brochure}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
8+
---
9+
10+
# TODO: add content

vignettes/topics/use_bslib.Rmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Use bslib with Golem"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{Use bslib with Golem}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
8+
---
9+
10+
# TODO: add content

0 commit comments

Comments
 (0)