From: Naeem Model Date: Tue, 7 Jan 2025 00:05:08 +0000 (+0000) Subject: Create subheadings in pkgdown reference page X-Git-Url: https://git.nmode.ca/Rnaught/commitdiff_plain/0896809ab4bda3039ada864cc91665e0ce78f25c Create subheadings in pkgdown reference page --- diff --git a/.gitignore b/.gitignore index 678c87a..1969a54 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ vignettes/*.html vignettes/*.R docs -pkgdown diff --git a/_pkgdown.yml b/_pkgdown.yml deleted file mode 100644 index 57aae6b..0000000 --- a/_pkgdown.yml +++ /dev/null @@ -1,3 +0,0 @@ -url: https://MI2YorkU.github.io/Rnaught -template: - bootstrap: 5 diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml new file mode 100644 index 0000000..b98609b --- /dev/null +++ b/pkgdown/_pkgdown.yml @@ -0,0 +1,17 @@ +url: https://MI2YorkU.github.io/Rnaught +template: + bootstrap: 5 +reference: +- title: "Estimators" + contents: + - id + - idea + - seq_bayes + - wp +- title: "Web Application" + contents: + - web +- title: "Datasets" + contents: + - COVIDCanada + - COVIDCanadaPT