docs: publish recipes with devnotes#794
Conversation
Signed-off-by: Andre Manoel <amanoel@nvidia.com>
|
Fern preview: https://nvidia-preview-pr-794.docs.buildwithfern.com/nemo/datadesigner
|
Greptile SummaryThis PR publishes recipe docs alongside rolling Dev Notes. The main changes are:
|
| Filename | Overview |
|---|---|
| .github/workflows/publish-fern-devnotes.yml | Adds recipe page changes to the workflow path filter; recipe navigation and assets were already covered by existing paths. |
| fern/scripts/fern-published-branch.py | Copies the latest recipe page tree and replaces the top-level Recipes navigation section during Dev Notes publishing. |
| packages/data-designer/tests/docs/test_fern_published_branch.py | Adds coverage for recipe navigation replacement, stale recipe deletion, repeated patching, and preservation of pinned Concepts content. |
Reviews (1): Last reviewed commit: "docs: publish recipes with devnotes" | Re-trigger Greptile
|
Thanks for putting this together, @andreatgretel — this is a tidy, well-tested change. SummaryThis PR makes the Recipes navigation section roll forward with Dev Notes when the FindingsSuggestions — Take it or leave it
What Looks Good
Structural Impact (graphify, 2.4s)Risk: LOW (localized change)
VerdictShip it (with nits) — Only optional suggestions, nothing blocking. The extraction boundaries line up with the real This review was generated by an AI assistant. |
📋 Summary
Publish the complete Recipes section from
mainalongside rolling Dev Notes. This prevents published Dev Notes from linking to unreleased recipe pages without making the rest of the documentation rolling.🔗 Related Issue
N/A
🔄 Changes
fern/versions/latest/pages/recipestree into the publishedlatestdocs.🧪 Testing
.venv/bin/pytest -q packages/data-designer/tests/docs- 15 passed.venv/bin/ruff check --fix ..venv/bin/ruff format .docs-websitesnapshot - 29 recipe pages and navigation references moved tolatest; Concepts remained pinned tov0.6.1.docs-websitedry run cover the changed path.✅ Checklist