Documentation system
PublisherStudio documentation follows the same release shape as LocalGPT while using PublisherStudio names, routes, and source layout.
Inputs
- maintained Markdown under
docs/articles; - public and protected C# XML comments from
PublisherStudio.Web.xml; - the built
PublisherStudio.Web.dllfor API metadata.
Outputs
- searchable DocFX HTML under
wwwroot/help-docs; PublisherStudio-<version>.pdf;- generated API pages;
documentation-status.json;- a searchable XML-comment catalog exposed by the running app.
Kawaii design guide
The website and PDF use the same soft pink, violet, and warm neutral palette. Decorative motion respects reduced-motion preferences. Light, dark, and system themes are selectable from a dedicated control that remains above the navigation layer.
The decoration is a smile, not a fog machine: headings stay clear, code remains readable, and technical warnings keep their seriousness.
GitHub Pages
The workflow publishes the documentation already shipped inside a release archive. It validates the manifest, theme assets, relative links, API index, and optional PDF before deploying. This keeps the public site tied to a real PublisherStudio release rather than an unrelated documentation-only build.