Problem
The kubernetes-docset and raycast-docset repos share duplicated code:
- verify.py, verify_contribution.py, contribute.py - nearly identical
- Builder patterns (path fixing, external resource stripping)
- Scraper patterns
Every improvement in one docset requires manual porting to the other.
Proposed Solution
Create monorepo dash-docsets with shared library. Config for data, subclassing for behavior.
Related