Skip to content

Commit 7a9debb

Browse files
chore hotfix pkgdown
1 parent 89b40cb commit 7a9debb

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

_pkgdown.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ reference:
2525

2626
- title: Create a Dockerfile
2727
desc: |
28-
Build a container containing your Shiny App. `add_dockerfile()` creates a "classical" Dockerfile,
28+
Build a container containing your Shiny App. `add_dockerfile()` creates a "classical" Dockerfile,
2929
while `add_dockerfile_shinyproxy()` and `add_dockerfile_heroku()` creates platform specific Dockerfile.
3030
contents:
3131
- add_dockerfile
@@ -34,7 +34,7 @@ reference:
3434

3535
- title: Use files
3636
desc: |
37-
`use_external_js_file` and `use_external_css_file`download files from external sources and install
37+
`use_external_js_file` and `use_external_css_file`download files from external sources and install
3838
them inside the appropriate directory. `use_utils_ui` copies the golem_utils_ui.R to the R folder and `use_utils_server`
3939
copies the golem_utils_server.R to the R folder.
4040
contents:
@@ -88,7 +88,7 @@ reference:
8888

8989
- title: Addins
9090
desc: |
91-
`insert_ns()` takes a selected character vector and wrap it in `ns()`. The series of `go_to_*()`
91+
`insert_ns()` takes a selected character vector and wrap it in `ns()`. The series of `go_to_*()`
9292
addins help you go to common files used in developing a {golem} application.
9393
contents:
9494
- insert_ns
@@ -102,7 +102,7 @@ reference:
102102

103103
- title: JavaScript interaction functions
104104
desc: |
105-
`activate_js` is used in your UI to insert directly the JavaScript functions contained in golem.
105+
`activate_js` is used in your UI to insert directly the JavaScript functions contained in golem.
106106
These functions can be called from the server with `invoke_js`. `invoke_js` can also be used to launch
107107
any JS function created inside a Shiny JavaScript handler.
108108
contents:
@@ -111,7 +111,7 @@ reference:
111111

112112
- title: Options
113113
desc: |
114-
Set and get a series of options to be used with `{golem}`. These options are found inside the
114+
Set and get a series of options to be used with `{golem}`. These options are found inside the
115115
`golem-config.yml` file, found in most cases inside the inst folder.
116116
contents:
117117
- set_golem_options
@@ -126,9 +126,11 @@ reference:
126126
desc: |
127127
`use_recommended_deps` adds shiny, DT, attempt, glue, golem, htmltools to dependencies
128128
`use_recommended_tests` adds a test folder and copy the golem tests
129+
`install_dev_deps` install all packages needed for golem developpement
129130
contents:
130131
- use_recommended_deps
131132
- use_recommended_tests
133+
- install_dev_deps
132134

133135
- title: Misc
134136
contents:
@@ -157,3 +159,5 @@ reference:
157159
- sanity_check
158160
- js_handler_template
159161
- use_module_test
162+
- get_current_config
163+
- pkg_name

0 commit comments

Comments
 (0)