Skip to content

Commit 5f71bd2

Browse files
committed
update articles
1 parent bd9ad2b commit 5f71bd2

File tree

8 files changed

+9
-41
lines changed

8 files changed

+9
-41
lines changed

pkgdown/_pkgdown.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,15 @@ template:
99
assets: "inst/pkgdown/assets"
1010

1111
navbar:
12+
structure:
13+
left: [setup, reference, articles, news]
14+
right: [search, github]
1215
components:
13-
articles:
14-
text: Articles
15-
menu:
16-
- text: "Function Families"
17-
- text: "---"
18-
- text: "collpase"
19-
href: articles/collapse.html
20-
- text: "accordion"
21-
href: articles/accordion.html
22-
- text: "accordion_sidebar"
23-
href: articles/accordion_sidebar.html
24-
- text: "tooltip_popover"
25-
href: articles/tooltip_popover.html
26-
- text: "modal"
27-
href: articles/modal.html
28-
- text: "carousel"
29-
href: articles/carousel.html
30-
- text: "shiny_help_links"
31-
href: articles/shiny_help_links.html
16+
setup:
17+
text: Get Started
18+
href: articles/bsplus.html
19+
20+
3221

3322
reference:
3423
- title: "Components"

vignettes/accordion.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Accordion"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/accordion_sidebar.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Accordion Sidebar"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/carousel.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Carousel"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/collapse.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Collapse"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/modal.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Modals"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/shiny_help_links.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: "Shiny-input help links"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
63
---
74

85
```{r}

vignettes/tooltip_popover.Rmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
title: "Tooltips and popovers"
3-
author: "Ian Lyttle"
4-
date: "`r Sys.Date()`"
5-
output: rmarkdown::html_vignette
2+
title: "Tooltips and Popovers"
63
---
74

85
```{r}

0 commit comments

Comments
 (0)