bugbash fixes#574
Conversation
zastrowm
commented
Feb 21, 2026
- feat: Initial bootstrap and rendering of pages in new CMS (feat: Initial bootstrap and rendering of pages in new CMS #505)
- feat: Implement sidebar from mkdocs.yml (feat: Implement sidebar from mkdocs.yml #525)
- feat: Convert markdown constructs to astro equivalents (feat: Convert markdown constructs to astro equivalents #527)
- feat: Add preview builds of new CMS (feat: Add preview builds of new CMS #536)
- feat: Handle relative files (feat: Handle relative files #533)
- Update after merge from main + remove un-needed workflow
- feat: CMS - Switch to copying files instead of hard-linking (feat: CMS - Switch to copying files instead of hard-linking #541)
- feat: Generate API Documentation Pages (feat: Generate API Documentation Pages #549)
- feat: Add top bar navigation (feat: Add top bar navigation #552)
- feat: Update sidebar links to match the flatter style of strandsagent dot com (feat: Update sidebar links to match the flatter style of strandsagent dot com #553)
- feat: Site look & feel - matching the existing site (feat: Site look & feel - matching the existing site #556)
- fix: Fix links pointing to api documentation (fix: Fix links pointing to api documentation #563)
- Migrate workflows to new CMS (Migrate workflows to new CMS #561)
- feat: Implement llms.txt and raw.md files for easy human/agent docs (feat: Implement llms.txt and raw.md files for easy human/agent docs #564)
- use sidebar labels for the sidebar (use sidebar labels for the sidebar #572)
- Handle ??? tips
- Theme code snippets correctly
…ents#505) Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
…s#527) Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
…agents#541) Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
… dot com (strands-agents#553) Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
…trands-agents#564) Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Documentation Deployment FailedThe documentation deployment encountered an error. Please check the deployment logs for more details. |
|
Assessment: Comment (Retrospective Review) This is a well-executed CMS migration from MkDocs to Astro/Starlight. The architecture is well-documented and the test coverage is solid. Review Categories
Overall, solid work on the CMS migration infrastructure. The conversion-at-build-time strategy is pragmatic for maintaining compatibility during the transition period. 👍 |