Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 5, 2024
1 parent 5012daf commit b673c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ The following guide will walk you through the process of getting a Svecodocs pro
Clone the Svecodocs starter template:

```bash
pnpx degit svecosystem/svecodocs/starter
pnpx degit svecosystem/svecodocs/start
```

## Navigation

The starter template comes with a basic navigation structure to get your started. To customize the navigation, adjust the `src/lib/navigation.ts` file.

```ts
import { createNavigation } from "@svecodocs/kit";
import { defineNavigation } from "@svecodocs/kit";

export const navigation = createNavigation({
export const navigation = defineNavigation({
// Customize the navigation here
});
```
Expand Down

0 comments on commit b673c3b

Please sign in to comment.