Skip to content

Commit

Permalink
chore: Update navigation menus with new links and options
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Jul 30, 2024
1 parent 5e78782 commit 1895086
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 1895086

Please sign in to comment.