From cdd226e0a297ae7ef0a558e35425e5d150cda921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Br=C3=A9ant?= Date: Fri, 24 Dec 2021 14:56:19 +0100 Subject: [PATCH] add missing topics --- _pkgdown.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index c9d978ec..faf97601 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -5,6 +5,12 @@ hexURL: https://github.com/ThinkR-open/golem/blob/master/inst/rstudio/templates/ development: mode: auto + reference: + - title: Launch app + desc: Function `run_dev()` will execute the content of dev/run_dev.R and launch the application + contents: + - run_dev + reference: - title: Create files desc: These functions create files inside the inst/app folder. These functions can be used outside of a golem project. @@ -138,3 +144,16 @@ reference: - fill_desc - make_dev - with_golem_options + + - title: internal + contents: + - disable_autoload + - get_golem_options + - get_sysreqs + - golem + - is_running + - module_template + - project_hook + - sanity_check + - js_handler_template + - use_module_test