ソースを参照

Move pkgdown articles to root of vignettes/

tags/v0.3.0
コミット
779bc612d4
3個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      pkgdown/_pkgdown.yml
  2. +1
    -1
      vignettes/fonts.Rmd
  3. +1
    -1
      vignettes/themes.Rmd

+ 2
- 2
pkgdown/_pkgdown.yml ファイルの表示

href: reference/index.html href: reference/index.html
themes: themes:
text: Themes text: Themes
href: articles/singles/themes.html
href: articles/themes.html
fonts: fonts:
text: Fonts text: Fonts
href: articles/singles/fonts.html
href: articles/fonts.html
template-vars: template-vars:
text: Template Variables text: Template Variables
href: articles/template-variables.html href: articles/template-variables.html

vignettes/singles/fonts.Rmd → vignettes/fonts.Rmd ファイルの表示

tvv <- xaringanthemer:::template_variables$variable tvv <- xaringanthemer:::template_variables$variable
``` ```


```{r child="../../man/fragments/_fonts.Rmd"}
```{r child="../man/fragments/_fonts.Rmd"}
``` ```

vignettes/singles/themes.Rmd → vignettes/themes.Rmd ファイルの表示

knitr::opts_chunk$set(results = "asis", echo=FALSE) knitr::opts_chunk$set(results = "asis", echo=FALSE)
``` ```


```{r child="../../man/fragments/_themes.Rmd"}
```{r child="../man/fragments/_themes.Rmd"}
``` ```

読み込み中…
キャンセル
保存