Skip to content

TryGhost/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost Docs

This repository contains the official developer documentation for Ghost, published at docs.ghost.org.

Local development

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 dev

The preview is available at http://localhost:3000 by default.

Validation

Run the documentation checks before opening a pull request:

pnpm lint
pnpm test
pnpm a11y

These 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.

Deployment

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 & License

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.

About

Official docs for Ghost

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

12 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors