Developer documentation for Outline, built with Docusaurus.
Live site: https://developer.getoutline.org
- Node.js >= 20
Install dependencies:
npm installStart the local development server (English only):
npm startThis opens http://localhost:3000 with hot-reloading enabled.
To start the dev server in a specific locale:
npm start -- --locale ruBuild the site for all locales:
npm run buildBuild for a single locale (much faster, useful for testing):
npm run build -- --locale enPreview the production build locally:
npm run serveThe site is hosted on Cloudflare Pages with the Git integration enabled. Deployment is automatic:
- Merging to
maintriggers a production deploy to https://developer.getoutline.org. - Opening a pull request creates a preview deployment with its own URL.
Cloudflare Pages builds with npm run build (output in build/) on the Node
version pinned in .nvmrc. There is no manual deploy step.
To verify translations locally before opening a PR:
npm run verify