docs: add guides

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-15 10:14:40 +01:00
parent 28692d82ae
commit bc3d7b7ea8
31 changed files with 4491 additions and 11 deletions

View File

@@ -3,9 +3,14 @@ title: Astro
---
import { Step, Steps } from 'fumadocs-ui/components/steps';
import { Callout } from 'fumadocs-ui/components/callout';
import CommonSdkConfig from '@/components/common-sdk-config.mdx';
import WebSdkConfig from '@/components/web-sdk-config.mdx';
<Callout>
Looking for a step-by-step tutorial? Check out the [Astro analytics guide](/guides/astro-analytics).
</Callout>
## Installation
<Steps>