Skip to content

Commit 9d386d9

Browse files
committed
Tweaks for vignettes
1 parent ec2468f commit 9d386d9

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

_pkgdown.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,29 @@ reference:
204204
- autoplot
205205
- fortify
206206
- map_data
207+
208+
navbar:
209+
title: ~
210+
type: default
211+
left:
212+
- text: Reference
213+
href: reference/index.html
214+
- text: Articles
215+
menu:
216+
- text: Aesthetic specifications
217+
href: articles/aesthetic-specification.html
218+
- text: Extending ggplot2
219+
href: articles/extending-ggplot2.html
220+
- text: News
221+
menu:
222+
- text: "Release notes"
223+
- text: "Version 2.2.0"
224+
href: articles/releases/ggplot2-2.2.0.html
225+
- text: "------------------"
226+
- text: "Change log"
227+
href: news/index.html
228+
- text: News
229+
href: news/index.html
230+
right:
231+
- icon: fa-github fa-lg
232+
href: https://github.com/tidyverse/ggplot2

vignettes/extending-ggplot2.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Extending ggplot2"
3-
author: "Hadley Wickham"
4-
date: "`r Sys.Date()`"
53
output: rmarkdown::html_vignette
64
vignette: >
75
%\VignetteIndexEntry{Extending ggplot2}

vignettes/ggplot2-specs.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: "Aesthetic specifications"
3-
author: "Hadley Wickham"
4-
date: "`r Sys.Date()`"
53
output: rmarkdown::html_vignette
64
vignette: >
75
%\VignetteIndexEntry{Aesthetic specifications}

0 commit comments

Comments
 (0)