Skip to content

docs(sse): sweep SSE docs, fix callout typography, correct sse-limit contract#296

Open
ErickXavier wants to merge 1 commit into
mainfrom
docs/NOJS-287
Open

docs(sse): sweep SSE docs, fix callout typography, correct sse-limit contract#296
ErickXavier wants to merge 1 commit into
mainfrom
docs/NOJS-287

Conversation

@ErickXavier

Copy link
Copy Markdown
Collaborator

Summary

  • Add missing sitemap entries (sse, pagination, head-management, plugins, directive-compatibility)
  • Add each + sse row and limitation section to directive-compatibility.md
  • Fix sse.md: add sse-limit to append examples, correct "proxy" wording, note native onclick for reconnect, update sse-limit type to positive integer per T2 merge
  • Fix llms-full.txt nav chain: Data Fetching Previous was Head Management, corrected to Getting Started
  • Dedup sse.tpl error-handling code example (removed duplicate $sse status indicators)
  • Fix callout typography in sse.tpl, conditionals.tpl, i18n.tpl (wrap bare t on div in <p> for .callout p styles)
  • Fix standalone t-html="key" bug in data-binding.tpl (corrected to t="key" t-html)
  • Correct docs/CLAUDE.md highlight class reference (.hl-* for docs pages, .tok-* for landing hero)
  • Correct CHANGELOG.md sse-limit validation wording to positive integer
  • Update sse-limit descriptions in all 5 locales (en/pt/es/fr/it) to positive-integer contract

Verification

  • All 35 locale JSON files pass JSON.parse() validation
  • All t= keys in edited templates resolve in all 5 locales
  • Zero bare t= callout divs remain in edited templates
  • Zero standalone t-html="key" patterns remain

…mit contract

- sitemap.xml: add sse, pagination, head-management, plugins,
  directive-compatibility entries (cross-checked vs sidebar.tpl)
- directive-compatibility.md: add each+sse row and sse-on-loop-element
  limitation section
- sse.md: add sse-limit to append examples that triggered runtime warn;
  fix "proxy" wording to "read-only wrapper"; note native onclick for
  reconnect escape hatch; correct sse-limit type from non-negative to
  positive integer (0/empty now warn per T2 merge)
- llms-full.txt: fix Data Fetching nav footer (Previous was Head
  Management, corrected to Getting Started); update sse-limit attribute
  description to positive-integer contract
- sse.tpl: dedup error-handling code example (remove duplicate $sse
  status indicators); wrap bare-t callout divs in <p> for .callout p
  typography
- conditionals.tpl, i18n.tpl: same callout <p> wrap fix
- data-binding.tpl: fix standalone t-html="key" to t="key" t-html
- docs/CLAUDE.md: correct highlight class reference (.hl-* for docs,
  .tok-* for landing hero)
- CHANGELOG.md: correct sse-limit validation wording to positive integer
- locales (en/pt/es/fr/it): update sse-limit descriptions to match
  positive-integer contract across cheatsheet and SSE attribute tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant