docs: rewrite getting started guide with hands-on fixes#2379
docs: rewrite getting started guide with hands-on fixes#2379kapunahelewong wants to merge 4 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Here's a visual recap of what changed: Open the full interactive recap |
|
this looks great - only thing missing is translations. english is updated, but we translate docs to ~10 other locales (point a coding agent at it and it can translate for you. they aren't perfect, obv are AI translated, but still people have shared appreciation for it) the builder bot comment above looks like a good one too to make sure our snippet follows best practices |
There was a problem hiding this comment.
Builder reviewed your changes — looks good ✅
Review Details
Incremental Code Review Summary
The latest commit updates the Traditional Chinese Getting Started localization and related catalog content. The updated guide preserves the expected seven-step structure, anchors, links, code fences, commands, action names, and route examples. Review agents also confirmed the i18n catalog guard and documentation validation/typecheck pass.
The previously reported unscoped text_analyses persistence issue remains open and is intentionally not resubmitted in this incremental review. No new confirmed functional documentation defects were found.
Risk level: Low.
🧪 Browser testing: Skipped — PR only modifies documentation and localization metadata, with no application UI or runtime behavior changes.

Rewrote the Getting Started guide end-to-end after following it as a
first-time user and documenting gaps, missing instruction, and
clarifying details.
Changes by section:
Section 1 (Create a chat app)
no email verification required locally)
Section 2 (Connect an AI engine) — new section
with no explanation
and manual API key entry
rather than the in-app setup panel
Section 3 (Add an action)
the terminal and from chat
template in a connected workspace) with a self-contained analyze-text
action that has no external dependencies
Section 4 (Render the result inline)
didn't resolve) with bg-blue-500, and replaced percentage heights
(which collapsed in flex-col) with pixel heights via MAX_BAR_PX
Section 5 (Persist data in SQL)
Chat template by default, its absence caused a TS error
creation step
is not a direct dependency of the Chat template)
delete-text-analysis
Section 6 (Add a page the agent can open)
actions built in section 5
Section 7 (Let the agent navigate) — renamed from "Add a page"
Throughout
and Forms-specific examples