Skip to content

8x8Cloud/public-developer-docs

Repository files navigation

developer-docs

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.

Development Scripts

For detailed documentation on all development scripts, see Development Scripts.

Quick reference:

  • yarn start - Start development server with hot-reloading
  • yarn build - Production build and validation
  • yarn serve - Serve production build locally
  • yarn clear - Clear Docusaurus cache

Development Workflow

Starting work:

yarn install    # Install/update dependencies (first time or after pulling changes)
yarn start      # Start development server

During 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 successfully

If build fails:

yarn clear      # Clear cache
yarn build      # Try again

Repository Structure

For detailed repository structure, see Project Structure.


Technical Notes

All technical patterns and decisions are documented in the technical-notes/ directory:


Additional Resources

About

public-developer-docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors