Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

File metadata and controls

25 lines (19 loc) · 1.03 KB

Backlog

PowerForge.Web (Engine)

API Docs parity (DocFX-style)

  • Render XML tags beyond summary/remarks: example, exception, value, typeparam, seealso
  • Add access modifiers + async/readonly/static/virtual info in signatures
  • Group overloads and surface constructors separately
  • Optional source links per type/member (GitHub line mapping)
  • Optional per‑type mini‑TOC (“In this article”)
  • Type hierarchy tree (base chain + derived types when available)

Engine quality

  • Validate layout hooks (extra_css_html / extra_scripts_html) so per-page assets load.
  • Warn when Prism local assets are missing (prevent silent 404s).
  • Prism theme overrides (light/dark) for reusable site theming.
  • Pipeline defaults: include audit step (links/assets/nav/rendered).
  • See Docs/PowerForge.Web.Backlog.md for full engine parity + roadmap.

PSPublishModule / PowerForge (DotNet Publish Engine)

  • Cross-repo build replacement implementation plan:
    • Docs/PSPublishModule.DotNetPublish.ImplementationPlan.md

Websites