Context
Sub-issue of #794 — extracting inline C# code examples from documentation into standalone snippet files using pymdownx.snippets.
Pattern established by PR #1104 (batch processing + idempotency).
Scope
| Doc Path |
C# Blocks |
Est. Snippet Files |
Complexity |
docs/core/event_handler/appsync_events.md |
13 |
2–3 |
Low–Medium |
Branch
docs/extract-appsync-events-snippets
Acceptance Criteria
- All inline C# code blocks extracted into
.cs files under docs/snippets/appsync-events/
- Language tags normalized to
csharp
hl_lines recalculated
mkdocs build --strict passes
- Rendered docs visually identical
Context
Sub-issue of #794 — extracting inline C# code examples from documentation into standalone snippet files using
pymdownx.snippets.Pattern established by PR #1104 (batch processing + idempotency).
Scope
docs/core/event_handler/appsync_events.mdBranch
docs/extract-appsync-events-snippetsAcceptance Criteria
.csfiles underdocs/snippets/appsync-events/csharphl_linesrecalculatedmkdocs build --strictpasses