We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5842b3 commit 95c2806Copy full SHA for 95c2806
sidebars.ts
@@ -24,6 +24,7 @@ const sidebars: SidebarsConfig = {
24
type: "html",
25
value: '<span class="sidebar-section">Getting Started</span>',
26
},
27
+ { type: "doc", id: "builder/index" },
28
{
29
type: "category",
30
label: "Quick Start",
src/custom/_sidebar.css
@@ -321,7 +321,7 @@ aside[class*="docSidebarContainer"] .menu__caret {
321
font-weight: 700;
322
text-transform: uppercase;
323
letter-spacing: 0.05em;
324
- color: var(--ifm-color-emphasis-700);
+ color: var(--ifm-color-emphasis-600);
325
padding: 16px 0 4px;
326
display: block;
327
}
0 commit comments