Documentation portal for forceCalendar, built with Fumadocs on Next.js.
All content is MDX under content/docs/:
- Getting started — installation, quick start
core/— engine guides: calendar, events, recurrence, timezones, ICS, search, state, performanceapi/— per-class API reference (Calendar, EventStore, RecurrenceEngine, RRuleParser, ICSParser/Handler, StateManager, …)interface/— Web Components, views, theming, event bussalesforce/— LWC integration, Apex controller, Locker Service, deploymentsecurity/— security model and remediation history
Navigation order is controlled by meta.json files alongside the content.
npm install
npm run dev # http://localhost:3000
npm run buildDocumentation fixes are the easiest way to contribute to forceCalendar — edit the MDX under content/docs/ and open a PR. See the contributing guide.