Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jul 27, 2023
1 parent 5cb3cca commit 91eb9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'

//
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: 'streamhub-go-sdk',
Expand All @@ -12,6 +12,7 @@ export default defineConfig({
],
sidebar: [
{ text: 'Introduction', link: '/' },
{ text: 'Getting started', link: '/getting-started' },
],
},
})

0 comments on commit 91eb9b8

Please sign in to comment.