We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b54fb commit 7c0f677Copy full SHA for 7c0f677
vocs/sidebar/anvil-cli-reference.ts
@@ -2,6 +2,7 @@ import { SidebarItem } from "vocs";
2
3
export const anvilCliReference: SidebarItem = {
4
text: "Reference",
5
+ link: "/anvil/reference",
6
collapsed: true,
7
items: [
8
{ text: "anvil", link: "/anvil/reference/anvil" },
vocs/sidebar/chisel-cli-reference.ts
export const chiselCliReference: SidebarItem = {
+ link: "/chisel/reference",
{ text: "chisel", link: "/chisel/reference/chisel" },
0 commit comments