docs: add example addon template (#395)
All checks were successful
Build and Test / build (pull_request) Successful in 30m3s

- Create docs/examples/example-addon/ with a complete, copy-paste-ready
  addon skeleton demonstrating command registration, context injection,
  dock panels, lifecycle hooks, and event bus subscription
- Add Examples section to docs/src/SUMMARY.md
- Add quick-start cross-reference in writing-an-addon.md
This commit is contained in:
2026-03-05 10:32:12 -06:00
parent c5881147d0
commit 2f89f8cbb0
9 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1 @@
"""Example addon for Kindred Create."""