mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
docs(v2): be more polite (#2566)
* docs(v2): be more polite * Update deployment.md Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
parent
434da1d7ea
commit
7092daf435
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ To build the static files of your website for production, run:
|
|||
npm run build
|
||||
```
|
||||
|
||||
Once it finishes, you should see the production build under the `build/` directory.
|
||||
Once it finishes, the static files will be generated within the `build/` directory.
|
||||
|
||||
You can deploy your site to static site hosting services such as [ZEIT Now](https://zeit.co/now), [GitHub Pages](https://pages.github.com/), [Netlify](https://www.netlify.com/), [Render](https://render.com/static-sites), and [Surge](https://surge.sh/help/getting-started-with-surge). Docusaurus sites are statically rendered so they work without JavaScript too!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue