diff --git a/docs_website/README.md b/docs_website/README.md index 0c6c2c2..eb5a69c 100644 --- a/docs_website/README.md +++ b/docs_website/README.md @@ -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= 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). \ No newline at end of file