Skip to content

Commit be4d1b1

Browse files
committed
Update _pkgdown.yml so new articles automatically appear
1 parent d6581b0 commit be4d1b1

File tree

1 file changed

+26
-34
lines changed

1 file changed

+26
-34
lines changed

_pkgdown.yml

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -217,37 +217,29 @@ reference:
217217
- map_data
218218

219219
navbar:
220-
title: ~
221-
type: default
222-
left:
223-
- text: Reference
224-
href: reference/index.html
225-
- text: Articles
226-
menu:
227-
- text: Aesthetic specifications
228-
href: articles/ggplot2-specs.html
229-
- text: Extending ggplot2
230-
href: articles/extending-ggplot2.html
231-
- text: News
232-
menu:
233-
- text: "Release notes"
234-
- text: "Version 3.1.0"
235-
href: https://www.tidyverse.org/articles/2018/10/ggplot2-3-1-0/
236-
- text: "Version 3.0.0"
237-
href: https://www.tidyverse.org/articles/2018/07/ggplot2-3-0-0/
238-
- text: "Version 2.2.0"
239-
href: https://blog.rstudio.com/2016/11/14/ggplot2-2-2-0/
240-
- text: "Version 2.1.0"
241-
href: https://blog.rstudio.com/2016/03/03/ggplot2-2-1-0/
242-
- text: "Version 2.0.0"
243-
href: https://blog.rstudio.com/2015/12/21/ggplot2-2-0-0/
244-
- text: "Version 1.0.0"
245-
href: https://blog.rstudio.com/2015/01/09/ggplot2-updates/
246-
- text: "------------------"
247-
- text: "Change log"
248-
href: news/index.html
249-
- text: Extensions
250-
href: http://www.ggplot2-exts.org/gallery/
251-
right:
252-
- icon: fa-github fa-lg
253-
href: https://github.com/tidyverse/ggplot2
220+
structure:
221+
right: [extensions, github]
222+
components:
223+
home: ~
224+
news:
225+
text: News
226+
menu:
227+
- text: "Release notes"
228+
- text: "Version 3.1.0"
229+
href: https://www.tidyverse.org/articles/2018/10/ggplot2-3-1-0/
230+
- text: "Version 3.0.0"
231+
href: https://www.tidyverse.org/articles/2018/07/ggplot2-3-0-0/
232+
- text: "Version 2.2.0"
233+
href: https://blog.rstudio.com/2016/11/14/ggplot2-2-2-0/
234+
- text: "Version 2.1.0"
235+
href: https://blog.rstudio.com/2016/03/03/ggplot2-2-1-0/
236+
- text: "Version 2.0.0"
237+
href: https://blog.rstudio.com/2015/12/21/ggplot2-2-0-0/
238+
- text: "Version 1.0.0"
239+
href: https://blog.rstudio.com/2015/01/09/ggplot2-updates/
240+
- text: "------------------"
241+
- text: "Change log"
242+
href: news/index.html
243+
extensions:
244+
text: Extensions
245+
href: http://www.ggplot2-exts.org/gallery/

0 commit comments

Comments
 (0)