Doxxy
Doxxy is a GitHub Action for publishing documentation. Keep markdown in your repo, review changes in pull requests, and Doxxy publishes to Confluence, SharePoint, Zendesk, ServiceNow, Notion, and Google Drive on every push.
It runs inside your GitHub runner. Your docs and destination credentials never pass through Doxxy servers; the servers are only contacted for license validation. See the Security Model.
This documentation is itself published by Doxxy, from the repo's /docs folder.
Start here
New to Doxxy? Sync a markdown folder to Confluence in about ten minutes:
- Create a Confluence API token
- Add a
doxxy.tomlconfig file - Add the GitHub Actions workflow
- Push, and verify the generated pages
Follow the Confluence quickstart. Other platforms each have their own setup guide.
Learn the model
- How Doxxy Works - Git is the source of truth; destinations are made to match it.
- Sync Behavior - what creates, updates, and retires pages.
- Drift and Destination Edits - ownership, orphans, and hand-edited pages.
- Security Model - what leaves your runner and what doesn't.
Reference
- doxxy.toml - the full configuration reference.
- Markdown Support - what renders where.
- Destinations - per-platform setup, configuration, and the capability matrix.
- Troubleshooting - when a sync fails or does something unexpected.