phase 1 5 docs site

We need a running Next.js + Fumadocs app before any custom design work. The landing site already links to `docs.ibexharness.com`, which 404s today. This milestone proves `pnpm docs:dev`, routing, and MDX compilation. Default Fumadocs styling is acceptable temporarily; Matte Graphite lands in D.2.2.

Milestone D.2.1 — Bootstrap Fumadocs application

Status: Planned
Goal: D.2
Phase: 1.5 — Docs Site
Wave: 2
Estimated effort: 3 hours
ADR required: None

Spec detail: MASTER_BRIEF.md Part D (D.2.1).


Why This Milestone Exists

We need a running Next.js + Fumadocs app before any custom design work. The landing site already links to docs.ibexharness.com, which 404s today.

This milestone proves pnpm docs:dev, routing, and MDX compilation. Default Fumadocs styling is acceptable temporarily; Matte Graphite lands in D.2.2.

Fumadocs on Next 15 App Router matches ADR-0023 and the master brief Part C.


Non-Goals

  • Matte Graphite tokens (D.2.2)
  • Full sidebar IA (D.3.1)
  • Production domain attach (D.6.2)

Branch

feat/d2-1-bootstrap

PR Title

feat(docs): bootstrap Fumadocs app at docs/app (D.2.1)


Prerequisites


Deliverables

  • docs/app/ Fumadocs scaffold per MASTER_BRIEF D.2.1
  • Seed content/docs/getting-started/introduction.mdx
  • source.config.ts, next.config.mjs, src/lib/source.ts

See MASTER_BRIEF Part D (D.2.1) for full acceptance detail.


Files Affected

File PathActionNotes
docs/app/package.jsonAddFumadocs dependencies
docs/app/content/docs/getting-started/introduction.mdxAddSeed page
docs/app/src/app/docs/[[...slug]]/page.tsxAddDoc route

Testing Requirements

  • verifyDocsDev_Boots: pnpm docs:dev serves localhost without console errors
  • verifyRootRedirect_Introduction: / redirects to introduction page
  • verifyHydration_NoWarnings: No hydration warnings on seed page

Acceptance Criteria

  • pnpm docs:dev boots
  • Introduction page renders
  • No hydration errors in browser console

Risks

RiskProbabilityImpactMitigation
Fumadocs version skew with Next 15MediumHighPin versions per MASTER_BRIEF §C.2
Buf/proto gen unrelated breakageLowLowDocs app isolated under docs/app
Default theme misleads design reviewMediumLowDocument that D.2.2 replaces tokens
Edit on GitHub

Last updated on

On this page

0%