From f1dbb0cb22ed547aa74fc53a41c674f24b716f30 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:00:37 +0000 Subject: [PATCH] Render doc categories section cgen-7e076825e8e844d4b5798aedcbb47864 --- client/pages/docs/DocsGettingStarted.tsx | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index e82dbf1a..d0ab2d73 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -160,6 +160,43 @@ export default function DocsGettingStarted() {

+
+
+

Documentation categories

+

+ Jump into the area you need most. Each category below is mirrored in Builder CMS for collaborative + editing. +

+
+
+ {docCategories.map((category) => ( + + +
+ {category.docs} docs +
+ {category.title} + + {category.description} + +
+ +
    + {category.sections.map((section) => ( +
  • + + {section} +
  • + ))} +
+
+
+ ))} +
+
+
{prerequisites.map((item) => (