How is the website updated to reflect changes in Swiftly DocC? Is it a manual process to get the updates? There have been a few documentation fixes in Swiftly, e.g.
main ← tomassliz:patch-1
opened 07:59PM - 22 Aug 25 UTC
Use the plural form for the "completions" folder to maintain consistent naming.
…
Prefix the generated Zsh completions file with an underscore; otherwise, it won't match the expected naming convention, and the completions will not work.
and
main ← bkhouri:t/main/update_documentation_link
opened 12:49PM - 02 Apr 26 UTC
Links in various documents were being rendered with a broken link. Modify the li… nk to use the `<doc:page>` syntax.
but the documentation as rendered on https://www.swift.org/swiftly/documentation/swiftly does not contain these fixes.
I tried looking through the repository for the website but could not figure out how the documentation is included or built.