diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index cf50908..78fe4e8 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -46,7 +46,7 @@ export default defineConfig({ items: [ { text: 'Getting Started', link: '/getting-started' }, { text: 'Installation', link: '/installation' }, - { text: 'Hello World', link: '/hello-world' } + { text: 'Hello Toilet', link: '/hello-toilet' } ] } ],