Skip to content

Commit 563c57b

Browse files
committed
Move '_get-started' to partials
1 parent 3e19ab0 commit 563c57b

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can install the latest version of r-deckgl from github with:
3535
remotes::install_github("crazycapivara/deckgl")
3636
```
3737

38-
```{r, child="vignettes/_get-started.Rmd"}
38+
```{r, child="vignettes/partials/_get-started"}
3939
```
4040

4141
## Development

docs/pkgdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ pandoc: 1.19.2.1
22
pkgdown: 1.4.1
33
pkgdown_sha: ~
44
articles:
5-
_get-started: _get-started.html
65
deckgl: deckgl.html
76

vignettes/deckgl.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ knitr::opts_chunk$set(
1818
# library(deckgl)
1919
```
2020

21-
```{r, child = "_get-started.Rmd"}
21+
```{r, child = "partials/_get-started"}
2222
```

0 commit comments

Comments
 (0)