Hosted docs are out of date #1550
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1550
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Discovered this while attempting to, ironically, update the docs for another thing I was looking at last night, and as discovered via conversations in the matrix room the hosted docs are out of sync with the docs in the repo. Easily seen via the difference in how to build docs locally:
Hosted version
Repo version
At the end of the hosted page the Last Updated shows 12/28/2025, 12:59:31 AM while the most recent commit to that page within the repo was last week.
Looking at it I'm not sure that
book.tomlin the repo root is needed either. AFAIK it was needed formdbookbut since that's not being used any more I'm not sure if the new system is still using it.There's also some desync between the main
contributingdoc page (docs/contributing.mdxwhich is a symlink to theCONTRIBUTING.mdfile in the repo root) and the one listed underdocs/development/contributing.mdx. It looks like the one underdocs/developmentis just an older/out of date version of the one in the repo root, I wonder if it should either be removed or symlinked like the other one.Contributing.md is #1471.
You're right about it being out of date though, thats really odd.
https://forgejo.ellis.link/continuwuation/continuwuity/actions/runs/12758/jobs/0/attempt/1 - looks like it's not deploying to the main domain for some reason? Cc @morgan
could be a missing token or something on my runner, but seems unlikely since its able to deploy to a subdomain just fine.
either way, ping me on matrix if you need my input or changes to the runner, I'll pay attention to the issue as well
documentation.ymlseems to be working fine nowadaysYeah