Skip to content

Commit 5c4eec3

Browse files
committed
docs: flatten Private Multisig out of Solutions category
The SOLUTIONS section header already groups these items, so the extra Solutions category wrapper was redundant.
1 parent 95c2806 commit 5c4eec3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sidebars.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ const sidebars: SidebarsConfig = {
6868
},
6969
{
7070
type: "category",
71-
label: "Solutions",
72-
items: [{ type: "autogenerated", dirName: "builder/solutions" }],
71+
label: "Private Multisig",
72+
link: { type: "doc", id: "builder/solutions/private-multisig/index" },
73+
items: [
74+
{ type: "autogenerated", dirName: "builder/solutions/private-multisig" },
75+
],
7376
},
7477

7578
// ── REFERENCE

0 commit comments

Comments
 (0)