Refine HTML pages low-code quickstart entry and examples#54
Draft
basteks wants to merge 1 commit into
Draft
Conversation
- index.md: move the look/SDK/connection mental model here as an approach-neutral "How a page is built" section; relax the "written for developers" intro line since the page fronts both approaches. - low-code-quickstart.md: rename "What this page does" (dangling "this") to "The example: an event sign-up page"; add a bridge paragraph framing the sign-up page as a worked example whose loop a plain form / list / info page is a subset of; remove the "How it works" section (now on overview). - low-code-quickstart.md: add a "Two smaller shapes" section with two tiny, complete pages (a write-only form, a read-only list) making the subset idea concrete. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Round-2 refinements to the HTML pages docs, addressing review remarks on the published (round-1) pages. Draft — pending final sign-off; ready to mark ready + merge once approved.
What changed (2 files)
docs/html-pages/low-code-quickstart.mdWhat this page doesheading (dangling "this") toThe example: an event sign-up page, and added a bridge paragraph framing the sign-up page as a worked example whose read→show→write loop a plain form / list / info page is a subset of.Two smaller shapessection — two tiny, complete, runnable pages that are the sign-up example minus a half: a write-only feedback form (noloadTable) and a read-only list (no form). Makes the "subset" idea concrete for the three use cases named in the intro. Illustrative, so no companion ZIP.How it works (the mental model)section (moved to the overview).docs/html-pages/index.mdHow a page is builtsection (three parts: look / SDK / connection; single file vs modular is just organisation), where the mental model now lives.Notes for reviewers
getting-started.md,example.md, or the downloadable quickstartindex.html/ZIP — the main code block is untouched.node --check.🤖 Generated with Claude Code