Contributing to the Wiki

The SirPepperPot Wiki is published as a static DocFX site. Most pages are ordinary Markdown files, so normal wiki content does not require C# knowledge.

Typical article workflow

  1. Edit or add a Markdown file under the appropriate docs/ section.
  2. Add the page to that section's toc.yml if it is new.
  3. Preview locally when needed.
  4. Commit and push the change.
  5. Cloudflare Pages rebuilds wiki.sirpepperpot.com automatically.

Community Toolkit exception

The Community Toolkit API Reference is special because it can be generated from the public surface of compiled SDK assemblies. Generated API metadata should be produced through the repository's private-source-safe workflow rather than by publishing the SDK source.

Content boundaries

Keep project documentation in the project that owns it. In particular, do not use EOR behavior as proof that the standalone Community Toolkit SDK supports a feature.