This repo collects the collaborative work on Cube AI documentation.
Documentation is auto-generated from Markdown files in this repo using Docusaurus.
Doc repo can be fetched from GitHub:
git clone https://github.com/ultravioletrs/cube-docs.git
cd cube-docsInstall dependencies:
npm installnpm run startThis command starts a local development server and opens up a browser window at http://localhost:3000. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
The documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.
You can also manually deploy using:
npm run serveThis serves the production build locally for testing before deployment.