Sync docs from RoldSI/superred main (39677c1) - #2
Open
RoldSI wants to merge 1 commit into
Open
Conversation
All upstream docs changes since the last sync (c83f11e), not only the catalogue ones: - /modules catalogue gains four entries (Libertas, Attack Anything, OpenClaw, MalTool), 35 -> 39, and modules.html learns to link a module that lives in its own repository straight from a full URL in `repo` - controller docs: a cap also bounds the cleanup after it, cleanup budget keys on a cancellation in flight, and the dropped post-task reset_ephemeral_state (controller.md, results.md, running-evaluations.md, writing-a-target.md, writing-an-optimizer.md) - results.md now states the ASR treatment the code actually implements, counting a timeout The /superred subpath adaptation is re-applied on top: baseurl and url in _config.yml, relative_url wrapping, no CNAME. The catalogue needed no baseurl handling: its tile links are built in JavaScript from an absolute GitHub constant, and the new branch for own-repo modules uses the full URL in `repo` as-is. Only one new markdown link, in reference/controller.md, required wrapping.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the documentation site from
RoldSI/superredmain (c83f11e→39677c1), re-applying the adaptation this mirror needs to render atrdi.berkeley.edu/superred/.This carries every upstream docs change since the last sync, not only the catalogue ones — the sync replaces the whole
docs/tree rather than cherry-picking.What changed upstream
Seven files, all modifications:
_data/modules.yml,modules.htmlreporeference/controller.md,guide/running-evaluations.md,guide/writing-a-target.md,guide/writing-an-optimizer.mdreset_ephemeral_statereference/results.mdWhat was adapted for
/superredUpstream docs are authored for a domain root, so root-absolute paths (
/assets,/guide,/reference,/modules) 404 under a subpath. Re-applied on top of the sync:_config.yml:baseurl: /superred,url: https://rdi.berkeley.eduhref/srcand markdown link wrapped in| relative_url(164 wrappings)CNAME(upstream's namessuperred.simonsure.com)The catalogue needed no baseurl handling: its tile links are built in JavaScript from an absolute GitHub constant, and the new own-repo branch uses the full URL in
repoas-is. Only one new markdown link, inreference/controller.md, required wrapping.Verification
Built locally with Jekyll and audited the rendered HTML, since Pages only builds from
mainand so cannot preview this branch:/superred-prefixedpipnames, MalTool keeps its own-repo URL (RoldSI/MalTool/tree/init/maltool-claim), and the page reports 39 modulesTwo completeness checks:
diff -rqbetweentransform(RoldSI@39677c1)and this branch'sdocs/is empty — nothing upstream is left behind, and the adaptation is exactly reproducibleNote for a future root domain
The wrapping uses
relative_urlrather than a hardcoded/superred, so if this ever moves to a domain root, clearingbaseurlrestores correct links with no further edits.