You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,16 @@ This repository contains the public facing source of https://developers.arcgis.c
4
4
5
5
We use this repository to build out the internal docs infrastructure. This way, you, the community can contribute.
6
6
7
-
## Building the docs
7
+
## Building docs
8
8
9
-
To build **API Reference** run `dev/generate-api-ref.R`. This will clone all of the repositories and build the documentation using pkgdown and some other magic.
9
+
```bash
10
+
# update api reference
11
+
just doc-ref
12
+
13
+
# update articles
14
+
just doc-pages
15
+
```
10
16
11
-
## Building the articles
17
+
To build **API Reference** run `dev/generate-api-ref.R`. This will clone all of the repositories and build the documentation using pkgdown and some other magic.
12
18
13
-
To build all other documentation run `dev/generate-docs.R`. This will render `.qmd` files using R Markdown and perform syntax hilighting with downlit.
19
+
To build all other documentation run `dev/generate-docs.R`. This will render `.qmd` files using R Markdown and perform syntax hilighting with downlit.
0 commit comments