Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhayes3 committed Aug 26, 2024
1 parent 22007f4 commit f56b097
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'My Docs',
title: 'Binks.py Docs',
social: {
github: 'https://github.com/withastro/starlight',
},
Expand All @@ -14,7 +14,7 @@ export default defineConfig({
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Example Guide', slug: 'guides/example' },
{ label: 'Commands Guide', slug: 'guides/commands' },
],
},
{
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/commands/chat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Chat
description: Chat command
---

## Chat

- **/chat**
9 changes: 4 additions & 5 deletions src/content/docs/commands/commands.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: Commands
description: Commands overview.
template: splash
---

import { Card, CardGrid } from '@astrojs/starlight/components';
import { Card, CardGrid } from "@astrojs/starlight/components";

## Commands

<CardGrid stagger>
<Card title="Core commands" icon="pencil">
Core commands
</Card>
<Card title="Core commands" icon="pencil">
Core commands
</Card>
</CardGrid>

0 comments on commit f56b097

Please sign in to comment.