This is the documentation website for WATA (Warrants Automated Trading Assistant), built using Docusaurus 3.
To start the development server:
cd wata-docs
npm startThis will start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
To build the static site:
npm run buildThis command generates static content into the build directory.
To deploy to GitHub Pages:
npm run gh-pagesThis will build the website and push it to the gh-pages branch of your repository. Make sure you have proper GitHub permissions and SSH keys set up.
docs/: Documentation files in Markdownsrc/: React components and pagesstatic/: Static files like imagesdocusaurus.config.js: Docusaurus configurationsidebars.js: Sidebar configuration
Contributions to improve the documentation are welcome. Please feel free to submit pull requests or open issues if you find something that could be improved.