Skip to content

Commit

Permalink
Renames folder, adds README
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Sep 22, 2024
1 parent e6dd790 commit b7fb571
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions utils/website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Build reference, and render site

```r
source("utils/website/build_reference.R")
quarto::quarto_render(as_job = FALSE)
```
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source("utils/reference/index-page.R")
source("utils/reference/list-to-qmd.R")
source("utils/reference/rd-to-list.R")
source("utils/website/index-page.R")
source("utils/website/list-to-qmd.R")
source("utils/website/rd-to-list.R")
suppressPackageStartupMessages(library(purrr))
library(fs)
library(cli)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reference_to_qmd <- function(file_in, pkg = ".", template = NULL) {
con <- reference_convert(parsed)

if (is.null(template)) {
template_path <- "utils/reference/_reference.qmd"
template_path <- "utils/website/_reference.qmd"
} else {
template_path <- template
}
Expand Down
File renamed without changes.

0 comments on commit b7fb571

Please sign in to comment.