chore(#3875): add Updating your product developer docs page#3920
chore(#3875): add Updating your product developer docs page#3920Spark450 wants to merge 6 commits into
Conversation
Fixes #3875 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview links
Built from commit 15e15b1. Previews are removed automatically when this PR closes. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tep headings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…al refs, filler phrases Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| </p> | ||
| <goa-link version="2" size="medium"> | ||
| <a | ||
| href="https://bdfranck.github.io/ds2-upgrade-walkthrough/#public-form" |
There was a problem hiding this comment.
Is this the correct URL? We probably shouldn't use something linked to Benji's account?!
Resolves conflict in GetStartedSubMenu.tsx by adopting dev's content-collection-driven nav (the static PAGE_GROUPS array was removed in #3906). The page itself still needs to be migrated from docs/src/pages/.../updating-your-product.astro to an MDX entry in the content collection; that follows in the next commit.
twjeffery
left a comment
There was a problem hiding this comment.
@Spark450 I updated the get started pages in #3906 right before your PR, so the page needs to move into the new shape. I'll add a follow up commit to this branch with the changes needed for you to review.
Changes:
- Move it into the content collection like the other developer pages
- Fix the Setup link in Step 2 with
withBase(), it's 404'ing in the preview.
I also added two content changes while I was in there, happy to revert either:
3. Changed the wording of "branch review" to "Review the updated application".
4. Turned "What to look for" and "Understanding the effort" into tables to better outline that content.
If you're happy with it, we can squash it all together.
Summary
Get started > Developers > Updating your productChanges
docs/src/pages/get-started/developers/updating-your-product.astro— new pagedocs/src/components/nav/GetStartedSubMenu.tsx— nav entry added after "Setup"Content notes
<DropInCallout />component/get-started/developers/setupTest plan
Get started > Developersin the docs site — "Updating your product" appears after "Setup" in the nav/get-started/developers/updating-your-productFixes #3875
🤖 Generated with Claude Code