Public documentation for CalKeep, the calendar synchronization and scheduling platform.
Live site: docs.calkeep.com
The fastest path is the Edit this page link at the bottom of any doc on the live site — it opens a GitHub PR flow.
Or locally:
git clone https://github.com/ldrcoach/calkeep-docs.git
cd calkeep-docs
npm install
npm start # http://localhost:3000 with hot reloadPages live in docs/ as plain Markdown (with optional MDX). The sidebar order is defined in sidebars.ts. Brand colors and global styles are in src/css/custom.css.
- Docusaurus 3 on the classic preset
- TypeScript config
- Hosted on GitHub Pages with a custom domain via CNAME
- Deployed by GitHub Actions on every push to
main
Documentation content is © CalKeep. Code in this repo (config + workflows) is MIT.