Skip to content

Commit 95c2806

Browse files
committed
fix: include builder index page in manual sidebar
1 parent b5842b3 commit 95c2806

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const sidebars: SidebarsConfig = {
2424
type: "html",
2525
value: '<span class="sidebar-section">Getting Started</span>',
2626
},
27+
{ type: "doc", id: "builder/index" },
2728
{
2829
type: "category",
2930
label: "Quick Start",

src/custom/_sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ aside[class*="docSidebarContainer"] .menu__caret {
321321
font-weight: 700;
322322
text-transform: uppercase;
323323
letter-spacing: 0.05em;
324-
color: var(--ifm-color-emphasis-700);
324+
color: var(--ifm-color-emphasis-600);
325325
padding: 16px 0 4px;
326326
display: block;
327327
}

0 commit comments

Comments
 (0)