From 132444b49658d3052d022820e1b90d17034150b2 Mon Sep 17 00:00:00 2001 From: Vanshika-Rana Date: Tue, 30 Jun 2026 22:49:38 +0530 Subject: [PATCH 1/2] docs: fix ZCP dark mode and sidebar, embed coding agents video, add GitHub lifecycle automation --- apps/docs/.env.sample | 3 +- apps/docs/content/features/coding-agents.mdx | 14 ++ .../content/references/github-integration.mdx | 45 +++- apps/docs/docusaurus.config.js | 12 +- apps/docs/sidebars.js | 4 + apps/docs/src/css/custom.css | 104 ++++++++- .../theme/DocSidebarItem/Category/index.tsx | 43 ++++ yarn.lock | 205 +----------------- 8 files changed, 210 insertions(+), 220 deletions(-) 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. +
+