website/docs/index.md
import DocsLandingPage from '../src/components/DocsLandingPage';
<DocsLandingPage />{/* Plain-text section index for readers of the raw markdown (LLMs, search tools). Hidden from the rendered HTML — the visual landing page is rendered by <DocsLandingPage /> above. Keep this list in sync with the SECTIONS array in src/components/DocsLandingPage.js.