File tree Expand file tree Collapse file tree 6 files changed +44
-11
lines changed Expand file tree Collapse file tree 6 files changed +44
-11
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,16 @@ Enjoy your new app!
107
107
108
108
## Discover {golem}
109
109
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 ) .
111
119
112
- <!-- TODO: add more links -->
113
120
114
121
## Code of Conduct
115
122
Original file line number Diff line number Diff line change @@ -84,10 +84,18 @@ Enjoy your new app!
84
84
85
85
## Discover {golem}
86
86
87
- Golem documentation is available at
88
- < https://thinkr-open.github.io/golem/ > .
87
+ ### Your very first time with {golem}
89
88
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 ) .
91
99
92
100
## Code of Conduct
93
101
Original file line number Diff line number Diff line change @@ -44,13 +44,11 @@ navbar:
44
44
- text : Use a maintenance page
45
45
href : articles/topics/maintenance_page.html
46
46
- text : Use bslib
47
- href : ~
47
+ href : articles/topics/use_bslib.html
48
48
- text : -------
49
49
- 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
54
52
contribute :
55
53
text : Contribute
56
54
href : articles/contribute.html
Original file line number Diff line number Diff line change 2
2
title : " Contribute to Golem"
3
3
output : rmarkdown::html_vignette
4
4
vignette : >
5
- %\VignetteIndexEntry{Contribute}
5
+ %\VignetteIndexEntry{Contribute to Golem }
6
6
%\VignetteEngine{knitr::rmarkdown}
7
7
%\VignetteEncoding{UTF-8}
8
8
---
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments