mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
fix(v2): remove unnecessary brace from installation doc (#4127)
This commit is contained in:
parent
6b194c6149
commit
0c80fa824c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Docusaurus is a modern static website generator so we need to build the website
|
|||
npm run build
|
||||
```
|
||||
|
||||
and contents will be generated within the `/build` directory, which can be copied to any static file hosting service like [GitHub pages](https://pages.github.com/), [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). Check out the docs on [deployment](deployment.mdx)) for more details.
|
||||
and contents will be generated within the `/build` directory, which can be copied to any static file hosting service like [GitHub pages](https://pages.github.com/), [Vercel](https://vercel.com/) or [Netlify](https://www.netlify.com/). Check out the docs on [deployment](deployment.mdx) for more details.
|
||||
|
||||
## Updating your Docusaurus version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue