Add ConformalForecast anchor to preview docs navigation - #52
Open
nasaul wants to merge 1 commit into
Open
Conversation
The anchor must exist before the pipeline runs: merge_navigation looks it up by name and returns early if absent, so without it the pages copy in with nothing linking to them. groups is left empty on purpose — merge_docs.py fills it at build time from conformalforecast's own docs.json. merge_docs.py is updated here too because this branch's copy is the one the workflow executes (it checks out Nixtla/docs at this ref and runs merge_docs.py from the checkout).
This was referenced Aug 12, 2026
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.
Adds the
ConformalForecastanchor to the preview navigation, ahead of wiring conformalforecast into the build pipeline.Merge order: this PR has no dependencies — merge it first.
merge_navigationlooks the anchor up by name and returns early when it is absent, so the anchor has to exist before the pipeline runs. Merge the pipeline PR first and the pages get copied in with nothing linking to them.groupsis left empty on purpose —merge_docs.pyfills it at build time from conformalforecast’s owndocs.json.merge_docs.pyis updated here too, because this branch’s copy is the one that actually executes: the workflow checks outNixtla/docsat this ref and runsmerge_docs.pyfrom the checkout. The copy onmainis kept in sync but never runs.Same shape as #45, which did this for SynForecast.
Verification
Ran the preview pipeline end to end against this branch’s tree plus the real
conformalforecast@docs-previewcheckout (rm -rf .git,cp -R, then the realmerge_docs.py):.mdxon disklight.png,dark.png,favicon.svgall presentBlocks
add-conformalforecast-to-pipeline) — must not merge until this one lands.