diff --git a/site/.vitepress/config.mts b/site/.vitepress/config.mts index 2d540e6..d93f298 100644 --- a/site/.vitepress/config.mts +++ b/site/.vitepress/config.mts @@ -46,8 +46,9 @@ export default defineConfig({ { text: 'Game Profiles', link: '/features/game-profiles.md' }, { text: 'Game Options', link: '/features/game-options.md' }, { text: 'Grid Containers', link: '/features/grid-containers.md' }, - { text: 'Hotkeys', link: '/features/hotkeys.md' }, - { text: 'Scripting', link: '/features/scripting.md' }, + // TODO + // { text: 'Hotkeys', link: '/features/hotkeys.md' }, + // { text: 'Scripting', link: '/features/scripting.md' }, { text: 'Tooltips', link: '/features/tooltips.md' } ] }