diff --git a/.vitepress/config.mts b/.vitepress/config.mts index e20cae4..c53a97a 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -20,6 +20,19 @@ export default defineConfig({ { text: "quick-start", link: "/welcome" }, ], }, + { + text: "takos api", + items: [ + { + text: "Protocol", + link: "/server/protocol", + items: [ + { text: "http", link: "/server/protocol/http" }, + { text: "websocket", link: "/server/protocol/websocket" }, + ], + } + ], + }, { text: "takos web api", items: [ @@ -131,19 +144,6 @@ export default defineConfig({ }, ], }, - { - text: "takos api", - items: [ - { - text: "Protocol", - link: "/server/protocol", - items: [ - { text: "http", link: "/server/protocol/http" }, - { text: "websocket", link: "/server/protocol/websocket" }, - ], - } - ], - }, ], socialLinks: [ { icon: "github", link: "https://github.com/vuejs/vitepress" },