This is the central documentation hub for the ForceCalendar ecosystem.
/docs: General documentation, integration guides, and tutorials.core/: Documentation for the@forcecalendar/coreengine.integration/: Guides for Web Components and Salesforce integration.advanced/: Deep dives into performance and architecture.
/blog: Project updates and technical articles./static: Assets and images.
- Node.js 20+
- npm
npm install# Start the Docusaurus development server
npm start
# Build for production
npm run build
# Generate API documentation (requires @forcecalendar/core)
npm run generate-apiPlease see the main project contribution guidelines. Documentation changes can be submitted via Pull Requests to the docs/ directory.
MIT