Skip to content

Sync in-repo docs/ folder with Hugo website docs #5001

Description

@Ma77Ball

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.

  1. Reconcile content so that docs/ matches the website, taking the newer version where they differ.
  2. Add a cron job in the website repo that periodically pulls the latest docs/ from this repo and commits/rebuilds the site.
  3. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions