mirror of
https://github.com/alpic-ai/skybridge.git
synced 2026-09-14 19:59:55 +08:00
8fd1fe87aa
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Skybridge Documentation
This documentation site is built with Mintlify.
If you're contributing to the docs, start with DOCUMENTATION-MANIFESTO.md. It is required reading for new documentation contributors and explains what belongs in the docs, how to write in Skybridge's voice, and what to verify before opening a PR.
Local Development
pnpm install
pnpm dev
Opens a local preview at http://localhost:3000.
Linting
pnpm lint
Checks for broken links.
Deployment
Documentation is deployed on mintlify branch pushes, which automatically happen on release workflow.