Documentation source for 8x8 Developer Portal developer.8x8.com - APIs, SDKs, guides, and integration resources for 8x8 platform developers.
Built with Docusaurus, a modern static site generator optimized for technical documentation.
For detailed documentation on all development scripts, see Development Scripts.
Quick reference:
yarn start- Start development server with hot-reloadingyarn build- Production build and validationyarn serve- Serve production build locallyyarn clear- Clear Docusaurus cache
Starting work:
yarn install # Install/update dependencies (first time or after pulling changes)
yarn start # Start development serverDuring development:
- Make incremental changes and review in browser at
http://localhost:3000 - Monitor terminal output for warnings or errors
- Test navigation through sidebar menus
Before committing:
yarn build # Validate everything builds successfullyIf build fails:
yarn clear # Clear cache
yarn build # Try againFor detailed repository structure, see Project Structure.
All technical patterns and decisions are documented in the technical-notes/ directory:
- Development Scripts - Detailed yarn command documentation
- Sidebar Deprecation Pattern - How to mark deprecated documentation in navigation