This documentation website is built using Docusaurus 2, a modern static website generator.
docs/platform
provides docs for our MLOps platformdocs/launch
provides docs for TensorOpera®Launchdocs/train
provides docs for TensorOpera®Traindocs/deploy
provides docs for TensorOpera®Deploydocs/federate
provides docs for TensorOpera®Federate (reusing our existing contents from federated learning)
- Create a new branch for your local edit
- Edit md files under docs folder
- Build and debug with introduction in Section "Installation"
- Visit http://localhost:3000/ to preview the content change
- GitHub PR (Pull Request) and ask Chaoyang or Al to review and merge
npm install
npm run build
npm run start
Note: please the above commands are the same as we use in CI/CD. Please make sure you