This repository contains the documentation content for dj-stripe, synchronized from the main repository.
dev/
- Latest documentation from the main branch2.x/
- Documentation for stable version 2.x (e.g.,2.9/
,2.8/
)versions.json
- Metadata about available versionsLATEST
- File containing the latest stable version number
- When documentation changes are pushed to the main
dj-stripe
repository (main or stable/* branches), a repository dispatch event is triggered - This repository receives the event and syncs the documentation content
- The documentation is organized by version:
main
branch →dev/
directorystable/2.9
branch →2.9/
directory- etc.
- After syncing, a webhook triggers the website rebuild in
dj-stripe.github.io
Each version directory contains a .meta.json
file with sync information:
{
"source_commit": "abc123...",
"source_ref": "refs/heads/main",
"version": "dev",
"updated_at": "2024-01-01T12:00:00Z"
}
Assets (images, logos, etc.) are NOT synced from the main repository. They should be maintained directly in the dj-stripe.github.io
website repository for better organization and performance.