Skip to content

Commit

Permalink
Move vignettes to articles, update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Oct 25, 2023
1 parent 71b4ecc commit 9f75e09
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ inst/testdata/create_test_data.R
^LICENSE\.md$
^CRAN-SUBMISSION$
^updating-mocks\.md$
^vignettes/articles$
19 changes: 14 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,22 @@ navbar:
structure:
left: [intro, glossary, reference, articles]
right: [search, github]
components:
intro:
text: Get Started
left:
- icon: fa-home
href: index.html
- text: Get Started
href: articles/REDCapTidieR.html
glossary:
text: Glossary
- text: Glossary
href: articles/glossary.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: "Diving Deeper: Understanding REDCapTidieR Data Tibbles"
href: articles/diving_deeper.html
- text: "Exporting to Excel"
desc: "Convert Data Tibbles to XLSX Sheets"
href: articles/export_to_xlsx.html

template:
bootstrap: 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
title: "Diving Deeper: Understanding REDCapTidieR Data Tibbles"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Diving Deeper: Understanding REDCapTidieR Data Tibbles}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
output: rmarkdown::html_document
---

```{r, include = FALSE}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
title: "Exporting to Excel"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Exporting to Excel}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
output: rmarkdown::html_document
---

```{r, include = FALSE}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 9f75e09

Please sign in to comment.