This is the documentation website for WATA (Warrants Automated Trading Assistant), built using Docusaurus 3.
To start the development server:
cd wata-docs
npm start
This 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 build
This command generates static content into the build
directory.
To deploy to GitHub Pages:
npm run gh-pages
This 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.