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) => (