Problem
The source branch (main) has diverged from what's deployed on gh-pages. Content exists in gh-pages that was never added to the source, causing deploys to overwrite it.
Missing from source
content/0.introduction.md - Welcome page
content/3.packages/index.md - Packages overview
content/3.packages/2.laravel/* - Laravel package docs (synced from vatly/vatly-laravel)
content/4.integrations.md - Integrations page
Current state
- gh-pages: Manually restored to previous working version with all content
- main branch: Missing the above content
- SDK sync workflow: Only syncs PHP SDK, not Laravel
Tasks
Context
Incident 2026-02-27: SDK sync deploy overwrote gh-pages and lost Laravel docs + other content that only existed in gh-pages.
Problem
The source branch (main) has diverged from what's deployed on gh-pages. Content exists in gh-pages that was never added to the source, causing deploys to overwrite it.
Missing from source
content/0.introduction.md- Welcome pagecontent/3.packages/index.md- Packages overviewcontent/3.packages/2.laravel/*- Laravel package docs (synced from vatly/vatly-laravel)content/4.integrations.md- Integrations pageCurrent state
Tasks
Context
Incident 2026-02-27: SDK sync deploy overwrote gh-pages and lost Laravel docs + other content that only existed in gh-pages.