Problem
The documentation currently lives in a separate repository (https://github.com/FartLabs/jsonx_docs/), which creates maintenance overhead:
- Two repositories to manage, update, and sync
- Additional overhead for CI/CD, issues, and permissions
- Harder to keep docs in sync with code changes
- Fragmented contributor experience
Proposal
Migrate the documentation from into this repository, likely under a directory. This would:
- Centralize all project assets in one place
- Simplify documentation updates (PRs can include both code and docs)
- Reduce maintenance burden
- Improve contributor experience
Migration Steps
- Copy all content from to in this repo
- Update any relative links and references
- Archive or deprecate the repository (or mark as read-only)
- Update any links in README, websites, etc. pointing to the old docs repo
Would anyone be opposed to consolidating the repos? Happy to help with the migration if there's agreement.
Problem
The documentation currently lives in a separate repository (https://github.com/FartLabs/jsonx_docs/), which creates maintenance overhead:
Proposal
Migrate the documentation from into this repository, likely under a directory. This would:
Migration Steps
Would anyone be opposed to consolidating the repos? Happy to help with the migration if there's agreement.