The primehub docs is located at https://docs.primehub.io/
The site is hosted on the github pages of the primehub-site repository
-
Clone the repo
git clone [email protected]:InfuseAI/primehub-site.git
-
Checkout the master
git checkout master
-
Install the dependency
cd website npm install
-
Run the site locally
npm start
- This site is based on docusaurus
- Edit the content in
docs/
- Add document entries in
website/sidebars.json
- For more information, please see docusaurus documentation
Single command to publish
GIT_USER=USERNAME CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages
Please see publish the site document in docusaurus for detail