Internal site. Jolli authentication required to view.
Skip to Content
Edge Cases — Manifest

Last Updated: 5/6/2026


Edge Cases — Manifest

Every link below is a test case. Click each one. If a click 404s, the build crashes, content renders weirdly, or copy-paste from a code sample is corrupted — that’s a finding.

Content tree shape

  • 4-deep folder — sidebar should still link this
  • Folder with only an index, no siblings
  • Folder with weird filenames — see the dots variant and the spaces variant
  • Compatible MDX — <Callout> should render

Path mappings

  • Path-mapped page — was at /from-legacy/moved in source. The /from-legacy URL should 404.
  • The sidebar lists a phantom-page entry that doesn’t exist on disk. Clicking it should 404 (it’s a known limitation of “declared keys are kept verbatim”).

Content patterns

OpenAPI

Site config edges

  • Primary hue is 355 (red, near the wrap-around point) — if the theme palette breaks, you’ll see it
  • Path mapping rewrites from-legacy/modern/
  • Footer mixes regular URLs with mailto: and tel: — verify they pass through

See TEST_CHECKLIST.md for the full per-test verification list.