Update code sample tab references for TypeScript split#5056
Update code sample tab references for TypeScript split#5056shannonbradshaw wants to merge 1 commit into
Conversation
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hey @shannonbradshaw — CI is green and no reviewer is assigned yet. Could you request one when you have a chance? Auto-comment from overwatch. Will not re-nudge for 7 days. |
1 similar comment
|
Hey @shannonbradshaw — CI is green and no reviewer is assigned yet. Could you request one when you have a chance? Auto-comment from overwatch. Will not re-nudge for 7 days. |
|
@IanWhalen when you have a moment, could you take a look at #5056 and #5058? Both document your TypeScript split work in app#11937. Thanks! |
|
ah I totally don't have any alerts set up for CRs. need to look into something. |
|
Hey @shannonbradshaw — this PR has been approved and CI has been green for 17+ business days. Ready to merge? Auto-comment from overwatch. Will not re-nudge for 7 days. |
The Viam app CONNECT tab split the single "TypeScript" code sample tab into "Browser TS" and "Server-side TS" (Node.js). Update four pages that instructed users to select the old tab name. https://claude.ai/code/session_01VHGqDtUDo7U3psP6p9dsi1
61415b0 to
0d8d480
Compare

Source changes
Docs changes
docs/build-apps/setup/typescript.md: "select TypeScript" → "select Browser TS" (this page is about browser apps)docs/build-apps/setup/node.md: "select TypeScript" → "select Server-side TS" (this page is about Node.js apps)docs/build-apps/setup/react-native.md: "select TypeScript" → "select Browser TS" (React Native uses the browser SDK)docs/tutorials/control/drive-rover.md: "select TypeScript" → "select Browser TS" (this tutorial builds a browser app)How I found these
select.*TypeScriptandTypeScript.*tabin CONNECT tab context; found 4 pages with instructions that reference the old tab nameGenerated by daily docs change agent
Generated by Claude Code