Update docs_website/README.md

This commit is contained in:
mik-tf 2024-10-16 14:42:40 +00:00
parent 041c75e1e8
commit ea5e5f0f04

View File

@ -24,18 +24,6 @@ $ yarn build
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
### Docusaurus Documentation
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER=<Your GitHub username> yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
To learn more about how to use Docusaurus, you can refer to the [official documentation](https://docusaurus.io/docs).