The public CoreGrid website - the marketing pages (Home, About, Features, AI Decision Support, Pricing, Contact) and the customer-facing product documentation (User Manual, Planned Features), built with Docusaurus.
This is a public, informational site, not the authenticated management application described in the product SRS - there is no sign-in, no personal data and no asset data here. Internal engineering documentation (architecture, repository layout, domain model) is kept out of this site and lives elsewhere.
| Path | Content |
|---|---|
src/pages/ |
Marketing pages: /, /about, /features, /ai-decision-support, /pricing, /contact |
docs/ |
Customer-facing documentation, served at /docs/* |
static/img/ |
Logo and other static assets |
docusaurus.config.ts |
Site config: navbar, footer, theme |
sidebars.ts |
Documentation sidebar structure |
npm install
npm startnpm run build
npm run serve # preview the production build locally