File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -204,3 +204,29 @@ reference:
204
204
- autoplot
205
205
- fortify
206
206
- 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
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Extending ggplot2"
3
- author : " Hadley Wickham"
4
- date : " `r Sys.Date()`"
5
3
output : rmarkdown::html_vignette
6
4
vignette : >
7
5
%\VignetteIndexEntry{Extending ggplot2}
Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Aesthetic specifications"
3
- author : " Hadley Wickham"
4
- date : " `r Sys.Date()`"
5
3
output : rmarkdown::html_vignette
6
4
vignette : >
7
5
%\VignetteIndexEntry{Aesthetic specifications}
You can’t perform that action at this time.
0 commit comments