Skip to content

Commit

Permalink
add missing topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurData authored and ColinFay committed Jan 21, 2022
1 parent 4e6fbc7 commit cdd226e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit cdd226e

Please sign in to comment.