Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f06776a

Browse files
committed
fix cli ref link
1 parent c2211fd commit f06776a

File tree

3 files changed

+1
-229
lines changed

3 files changed

+1
-229
lines changed

docs/reference/cli/installation.mdx

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/reference/cli/stacks.mdx

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/config/index.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -207,24 +207,7 @@ export const navigation: NavEntry[] = [
207207
{
208208
title: 'CLI',
209209
icon: CommandLineIcon,
210-
items: [
211-
{
212-
title: 'Overview',
213-
href: '/reference/cli',
214-
},
215-
{
216-
title: 'Installation',
217-
href: '/reference/cli/installation',
218-
},
219-
{
220-
title: 'Local Development',
221-
href: '/reference/cli/local-development',
222-
},
223-
{
224-
title: 'Stacks',
225-
href: '/reference/cli/stacks',
226-
},
227-
],
210+
href: '/reference/cli',
228211
},
229212
{
230213
title: 'Env Vars',

0 commit comments

Comments
 (0)