Feature Summary
The Hugo website still builds from its own copy of the docs, separate from the docs/ folder in this repo. Every doc change has to be made twice, and the two will drift. We need one source of truth.
Proposed Solution or Design
Make the docs/ folder in this repo the source the Hugo website builds from, pulled in by a scheduled job on the website side.
- Reconcile content so that
docs/ matches the website, taking the newer version where they differ.
- Add a cron job in the website repo that periodically pulls the latest
docs/ from this repo and commits/rebuilds the site.
- Remove the duplicate docs from the website repo once the scheduled sync is working, so this repo stays the single source of truth.
Affected Area
Other
Feature Summary
The Hugo website still builds from its own copy of the docs, separate from the
docs/folder in this repo. Every doc change has to be made twice, and the two will drift. We need one source of truth.Proposed Solution or Design
Make the
docs/folder in this repo the source the Hugo website builds from, pulled in by a scheduled job on the website side.docs/matches the website, taking the newer version where they differ.docs/from this repo and commits/rebuilds the site.Affected Area
Other