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/logging.md |
40 |
6–8 |
High |
Branch
docs/extract-logging-snippets
Acceptance Criteria
- All inline C# code blocks extracted into
.cs files under docs/snippets/logging/
- 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/logging.mdBranch
docs/extract-logging-snippetsAcceptance Criteria
.csfiles underdocs/snippets/logging/csharphl_linesrecalculatedmkdocs build --strictpasses