Skip to content

Commit 19d6f41

Browse files
kylemclarenclaude
andcommitted
Add CLI Reference section to sidebar and publish CLI docs
Publish the CLI installation and authentication pages by removing draft: true, and add a CLI Reference section to the sidebar with Installation, Authentication, and Commands pages. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b4facd2 commit 19d6f41

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/content/docs/cli/authentication.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: CLI Authentication
33
description: Authenticate the Sprites CLI with your Fly.io account
4-
draft: true
54
---
65

76
import { LinkCard, CardGrid } from '@/components/react';

src/content/docs/cli/installation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: CLI Installation
33
description: Install the Sprites CLI on macOS, Linux, or Windows
4-
draft: true
54
---
65

76
import { Callout, LinkCard, CardGrid } from '@/components/react';

src/lib/sidebar.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ export const sidebarConfig: SidebarGroup[] = [
112112
{ label: 'Working with Sprites', slug: 'working-with-sprites' },
113113
],
114114
},
115+
{
116+
label: 'CLI Reference',
117+
items: [
118+
{ label: 'Installation', slug: 'cli/installation' },
119+
{ label: 'Authentication', slug: 'cli/authentication' },
120+
{ label: 'Commands', slug: 'cli/commands' },
121+
],
122+
},
115123
{
116124
label: 'API Reference',
117125
items: [

0 commit comments

Comments
 (0)