This repository contains the official developer documentation for Ghost, published at docs.ghost.org.
Local previews require a Node.js version supported by package.json.
Enable pnpm through Corepack and install the repository dependencies:
corepack enable pnpm
pnpm install
pnpm devThe preview is available at http://localhost:3000 by default.
Run the documentation checks before opening a pull request:
pnpm lint
pnpm test
pnpm a11yThese checks currently expose known findings on main. Compare your results
with main and avoid introducing additional failures.
See the contribution guide for the repository workflow.
The Mintlify GitHub App creates pull request previews. Merging to main
triggers deployment to docs.ghost.org; monitor the
Mintlify Deployment check for the result.
Copyright (c) 2013-2026 Ghost Foundation. All rights reserved.
This code is considered closed-source and not for distribution. There is no open source license associated with this project.