We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: audit Platform and Plugin SDK pages for source accuracy and heading consistency Audited 17 Platform SDK pages and 19 Plugin SDK pages against the SDK source. Removed wrong member references (User.EmailAddress, Cardholder "Email" label, Server.CustomProperties), added a missing top-level heading on platform-sdk-referencing-assemblies, and converted title-case H2/H3 headings to sentence case for consistency with the rest of the wiki. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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: 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.
Add missing plugin SDK documentation - Document GetServerCertificate(), GetAvailableNetworkCards(), SetNetworkCard() methods - Document DatabaseManager.UseSingleUserDatabaseCreation property - Add complete PluginDescriptor properties table (ServiceDomain, Supports64Bits, ApplicationId) - Clarify SupportedEventSubscription vs SetEventFilter relationship and interaction - Document OnSdkFederationActionRequestReceived for federated action requests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Normalize markdown filenames to lowercase Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>