diff --git a/apps/docs/.env.sample b/apps/docs/.env.sample index c681af3ec..80463d2b6 100644 --- a/apps/docs/.env.sample +++ b/apps/docs/.env.sample @@ -7,4 +7,5 @@ AI_ASSISTANT_URL= AI_API_ASSISTANT_TOKEN= AI_WEBSITE_ID= AI_API_ASSISTANT_RECAPTCHA_SITE_KEY= -CLOUDINARY_CLOUD_NAME= \ No newline at end of file +CLOUDINARY_CLOUD_NAME= +GTAG_TRACKING_ID= \ No newline at end of file diff --git a/apps/docs/content/features/coding-agents.mdx b/apps/docs/content/features/coding-agents.mdx index d956ab9c6..4f581d3bc 100644 --- a/apps/docs/content/features/coding-agents.mdx +++ b/apps/docs/content/features/coding-agents.mdx @@ -9,6 +9,20 @@ import IntroAgentVisual from '@site/src/components/IntroAgentVisual'; Zerops was built on the idea of **environment parity** — giving developers the full development lifecycle, from remote development to highly available production, with the observability and developer tools for maximum flexibility, and sensible defaults so the configs stay reasonable. Turns out that's **exactly what coding agents need** to produce and iterate on production-ready applications. +
+