docs: remove HR dividers and normalize See-also format across wiki
Remove 141 standalone horizontal-rule dividers used for visual section
separation (PUNCT-04) from 9 pages: web-sdk-reports (56), gwp-developer-
guide (39), web-sdk-reference (19), web-sdk-actions (8), web-sdk-
troubleshooting (7), web-sdk-under-the-hood (7), web-sdk-system-endpoints
(2), platform-sdk-report-manager-query-reference (2), platform-sdk-
report-manager (1). Proper heading hierarchy already separates the
sections in every case.
Normalize 103 See-also entries to the LINK-09 colon format across 27
pages. The page audit at the start of the session showed entries mixed
three formats: bold+dash ("- **[X](y)** - desc"), plain-dash
("- [X](y) - desc"), and colon ("- [X](y): desc"). This commit rewrites
all three to the colon form; bare links with no description are left
alone.
Some files in this commit carry bundled pre-existing working-tree
changes from an earlier cleanup pass (**Label:** bold-pseudo-header
flattening, Title Case to sentence case, etc.) that were already
uncommitted when this session started.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
docs: expand and refine SDK wiki guides
docs: standardize reference sections and improve sidebar organization
- Rename all "Related Guides" and "Additional Resources" to "See also"
- Standardize casing to "See also" (lowercase 'a')
- Reorder Platform SDK sidebar: move setup topics after Getting Started
- Reorder Plugin SDK sidebar: move State Management earlier, Database later
Fix incorrect event type names across Web SDK and Plugin SDK documentation
- Web SDK: Fix event names in reports, incidents, and examples (AccessDenied → AccessRefused/CardholderAccessRefused, DoorForced → DoorForceOpen, DoorHeld → OpenedForTooLong)
- Plugin SDK: Fix obsolete event types (AccessDenied → AccessRefused, DoorForcedOpen → DoorOpenWhileLockSecure, DoorOpenTooLong → DoorOpenedForTooLong)
- Add curl Content-Length: 0 requirement notes for Web SDK endpoints
- All changes validated against source code enums and live testing
Fixes 20+ documentation errors that would cause compile failures when developers copy examples.
Normalize markdown filenames to lowercase
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>