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
+3-3
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ Prettier has not been configured to run when committing files, but this can be a
115
115
116
116
## Static Site
117
117
118
-
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
118
+
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the main branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
119
119
120
-
To enable the site go to the GitHub settings and change the GitHub Pages "Source" setting to "master branch /docs folder".</p>
120
+
To enable the site go to the GitHub settings and change the GitHub Pages "Source" setting to "main branch /docs folder".</p>
121
121
122
122
To build the site, run:
123
123
@@ -134,7 +134,7 @@ npm run docs:serve
134
134
To watch the site files, and re-build automatically, run:
135
135
136
136
```bash
137
-
npm run docs:watch
137
+
npm run docs:gen:watch
138
138
```
139
139
140
140
The site will usually be served at http://localhost:8000.
0 commit comments