This repository contains the Power Trade support documentation, migrated from GitBook to Docusaurus for cost savings and better control.
# Install dependencies
npm install
# Start local dev server
npm startThis command starts a local development server and opens up a browser window. 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 site automatically deploys to GitHub Pages when you push to the main branch via GitHub Actions.
To use docs.power.trade:
- Add a
CNAMEfile to thestaticdirectory withdocs.power.trade - Configure DNS to point
docs.power.tradetopower-trade.github.io - Enable custom domain in GitHub Pages settings
This site was migrated from GitBook (https://support.power.trade/) to save $780/year while maintaining all functionality.
- How to use PowerTrade
- Trading guides
- Legal documentation
- Email: support@power.trade
- Telegram: https://t.me/power_trade
- Website: https://power.trade
Built with Docusaurus ❤️