Skip to content

Commit

Permalink
update docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 26, 2024
1 parent 35c32dc commit 3cf1a0b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ export default defineConfig({
},
sidebar: [
{
label: 'Guides',
label: 'Getting started',
items: [
{ label: 'What is Smoltable?', link: '/' },
{ label: 'Installation', link: '/guides/installation/' },
{ label: 'Installation', link: '/guides/installation/' }
],
},
{
label: 'Guides',
items: [
{ label: 'Wide-column data design', link: '/guides/wide-column-intro/' },
{ label: 'Column keys', link: '/guides/column-keys' },
{ label: 'Locality groups', link: '/guides/locality-groups' },
Expand Down

0 comments on commit 3cf1a0b

Please sign in to comment.