Back to Cocoindex

*Programming guide*

docs/src/content/docs/programming_guide/index.mdx

1.0.15492 B
Original Source

import DocCardGrid from '@cocoindex/brand/DocCardGrid.astro'; import { programmingGuideGroups } from '/src/data/section-grids';

Start with Core Concepts for the mental model and the diagrams behind it. These pages are the working reference for each building block once the ideas click: what it does, the APIs you call, and how it fits the declarative, incremental model.

<DocCardGrid groups={programmingGuideGroups} ariaLabel="Programming guide" />