Fix docs stars rendering and add new feature documentation #986
+1,350
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses critical documentation issues and brings docs.openadapt.ai in line with the latest OpenAdapt capabilities, particularly the new screenshot autogeneration system developed for openadapt-viewer.
Critical Fixes
**adapt**stars rendering issue - Text "software adapter" was displaying with literal stars instead of bold formattingMajor Improvements
Changes
Files Modified (4)
docs/index.md- Fixed stars issue (line 5)docs/design/landing-page-strategy.md- Fixed stars issue (line 32)docs/packages/viewer.md- Expanded from 136 to 336 lines (+148%)docs/packages/ml.md- Expanded from 155 to 277 lines (+79%)Files Created (3)
docs/_scripts/generate_docs_screenshots.py- Screenshot automation (450 lines)docs/_scripts/README.md- Script documentationdocs/DOCS_UPDATE_SUMMARY.md- Comprehensive summaryTotal Impact
Test Plan
mkdocs build --strict(requires review environment)mkdocs serve(requires review environment)Documentation
All changes are documented in
docs/DOCS_UPDATE_SUMMARY.mdwhich includes:Related Issues
Screenshots
Screenshot automation script is included but screenshots not yet generated.
Run after PR merge:
🤖 Generated with Claude Code