Skip to content

Commit

Permalink
Docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Feb 22, 2024
1 parent 6950144 commit 8402b12
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,23 @@ module.exports = {
text: 'General',
items:
[
{text: 'Usage', link: '/general'},
{text: 'Field & settings', link: '/field'},
{text: 'Getting started', link: '/getting-started'},
{text: 'Indices', link: '/indices'},
{text: 'Templating', link: '/templating'},
{text: 'Settings', link: '/settings'},
{text: 'Configuration', link: '/configuration'},
{text: 'Console commands', link: '/console'},

]
},
{
text: 'Extending Scout',
items:
[
{text: 'Events', link: '/events'},
{text: 'Splitting elements', link: '/splitting-elements'},
{text: 'Replicas', link: '/replicas'},
]
},
],
nav: [
{
Expand Down
4 changes: 4 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Configuration
---
# Events
4 changes: 4 additions & 0 deletions docs/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Events
---
# Events
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Configuration
---
# Events
4 changes: 4 additions & 0 deletions docs/indices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Events
---
# Events

0 comments on commit 8402b12

Please sign in to comment.