Problem
The GitHub Pages site at https://githubnext.github.io/apm/ still serves the full APM product documentation (getting-started, guides, reference, integrations, enterprise, troubleshooting, etc.). We decided to replace this with a site focused solely on the Python-to-Go migration progress.
IMPORTANT -- the pages site should ONLY have a report on the current migration process. No other project docs at all.
The migration progress page exists at /apm/progress/autoloop-go-migration/ but is buried inside the full Starlight docs. PR #31 ("Disable normal docs publication") was merged but the product pages are still present in docs/src/content/docs/.
What to do
- Remove all product doc pages (
getting-started/, guides/, reference/, integrations/, enterprise/, troubleshooting/, introduction/, contributing/)
- Make the migration progress page (
progress/autoloop-go-migration.mdx) the site index
- Strip down the Starlight config to just the progress dashboard — no sidebar nav for product docs
- Keep the existing autoloop-progress-site workflow that auto-updates the page from
memory/autoloop
Context
The product docs are aspirational — APM is still being migrated from Python to Go. Until the migration is complete and we're ready to ship, the public site should reflect actual project status, not product marketing.
Problem
The GitHub Pages site at https://githubnext.github.io/apm/ still serves the full APM product documentation (getting-started, guides, reference, integrations, enterprise, troubleshooting, etc.). We decided to replace this with a site focused solely on the Python-to-Go migration progress.
IMPORTANT -- the pages site should ONLY have a report on the current migration process. No other project docs at all.
The migration progress page exists at
/apm/progress/autoloop-go-migration/but is buried inside the full Starlight docs. PR #31 ("Disable normal docs publication") was merged but the product pages are still present indocs/src/content/docs/.What to do
getting-started/,guides/,reference/,integrations/,enterprise/,troubleshooting/,introduction/,contributing/)progress/autoloop-go-migration.mdx) the site indexmemory/autoloopContext
The product docs are aspirational — APM is still being migrated from Python to Go. Until the migration is complete and we're ready to ship, the public site should reflect actual project status, not product marketing.