Content model
Typed docs dataset in src/data/docs.ts with tags, outcomes, callouts, and related links.
DevDocs Portal is intentionally structured as a production-style frontend documentation product. The architecture favors typed content, deterministic rendering, and predictable release operations.
Typed docs dataset in src/data/docs.ts with tags, outcomes, callouts, and related links.
App Router pages for landing, docs catalog, dynamic article routes, changelog, and resources.
Reusable UI and layout modules in src/components with docs-specific and landing-specific blocks.
Client-side filtering and sorting in DocsExplorer backed by a typed filter utility.
Metadata API, sitemap generation, robots output, and canonical URL configuration.
Build verification and PM2 runtime restart with smoke-test endpoint checks.