{currentDoc.title}
+ + {/* Optional subtitle/description */} + {currentDoc.description && ( ++ {currentDoc.description} +
+ )} - {/* Sections */} + {/* Sections - GitBook Style */} {currentDoc.sections.map((section, idx) => ( -
@@ -1166,49 +1186,65 @@ export default function Docs() {
{section.code && (
- {section.code}
+
+ {section.code}
+
)}
{section.content && (
{section.code}
+
+ {section.code}
+
{section.content}
@@ -1217,64 +1253,83 @@ export default function Docs() { {section.list && (-
{section.list.map((item, listIdx) => (
-
- {item} +
- {item} ))}
- Get Started + Next Steps
Quick Start
Jump into your dashboard now @@ -1357,15 +1412,17 @@ export default function Docs() { })()} - {/* ========== RIGHT SIDEBAR (TOC - Dynamic) ========== */} + {/* RIGHT SIDEBAR - Table of Contents (GitBook Style) */} {!isMobile && !isTablet && (