Add an integration
An integration page documents how a language, framework, database or piece of infrastructure sends signals to avuru obs.
- Copy
templates/integration.mdx. - Drop it under the right folder:
integrations/{languages,frameworks,databases,infra}/. - Fill the front-matter —
support_levelandsince_versionare required (the linter enforces this). - Use the shared components:
<InstallSelector />,<SupportMatrix />,<ConfigBuilder />.
See Spring for a complete worked example.
:::tip Required front-matter
title, description, tags, support_level (community | official | experimental), and since_version. Miss one and npm run lint:docs fails.
:::