docs: add Silo server documentation with auto-sync workflow (#122) #123
Reference in New Issue
Block a user
Delete Branch "docs/sync-silo-server-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds Silo server documentation to the mdBook site and sets up automated syncing from the
kindred/silorepository.Changes
New files
.gitea/workflows/sync-silo-docs.yml— workflow that syncs Silo server docs into this repo (daily schedule +workflow_dispatchfor webhook triggering)docs/src/silo-server/— 14 markdown files copied fromkindred/silo(specification, configuration, deployment, auth, status, etc.)Modified files
docs/src/SUMMARY.md— added Silo Server section with links to all synced docs.gitea/workflows/docs.yml— added step to fetch fresh silo docs before mdbook build, ensuring the deployed site always has the latestHow it works
docs/src/silo-server/for quick local referencesync-silo-docs.ymlruns daily (06:00 UTC) or onworkflow_dispatch, sparse-clones the silo repo, copies docs, and commits any changesdocs.ymlalso fetches fresh silo docs before each mdbook build, so the deployed site is always currentRelated Issues
Closes #122