Skip to content

Commit 4925bfd

Browse files
authored
docs: fix example links (#88)
1 parent 09307d6 commit 4925bfd

1 file changed

Lines changed: 55 additions & 37 deletions

File tree

docs/src/.vitepress/config.ts

Lines changed: 55 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -58,43 +58,61 @@ export default withMermaid(
5858
alt: 'MCP-UI Logo',
5959
},
6060

61-
nav: [
62-
{ text: 'Home', link: '/' },
63-
{ text: 'Guide', link: '/guide/introduction' },
64-
{ text: 'Team', link: '/team' },
65-
{
66-
text: 'Examples',
67-
items: [
68-
{
69-
text: 'Live Demo',
70-
link: 'https://scira-mcp-chat-git-main-idosals-projects.vercel.app/',
71-
},
72-
{
73-
text: 'UI Inspector',
74-
link: 'https://github.com/idosal/ui-inspector',
75-
},
76-
{ text: 'Server Examples', link: '/guide/server/usage-examples' },
77-
{ text: 'Client Examples', link: '/guide/client/usage-examples' },
78-
],
79-
},
80-
{
81-
text: 'Packages',
82-
items: [
83-
{
84-
text: '@mcp-ui/client',
85-
link: 'https://www.npmjs.com/package/@mcp-ui/client',
86-
},
87-
{
88-
text: '@mcp-ui/server',
89-
link: 'https://www.npmjs.com/package/@mcp-ui/server',
90-
},
91-
{
92-
text: 'mcp_ui_server Gem',
93-
link: 'https://rubygems.org/gems/mcp_ui_server',
94-
},
95-
],
96-
},
97-
],
61+
nav: [
62+
{ text: 'Home', link: '/' },
63+
{ text: 'Guide', link: '/guide/introduction' },
64+
{ text: 'Team', link: '/team' },
65+
{
66+
text: 'Examples',
67+
items: [
68+
{
69+
text: 'Live Demo',
70+
link: 'https://scira-mcp-chat-git-main-idosals-projects.vercel.app/',
71+
},
72+
{
73+
text: 'UI Inspector',
74+
link: 'https://github.com/idosal/ui-inspector',
75+
},
76+
{
77+
text: 'Server Examples',
78+
items: [
79+
{
80+
text: 'TypeScript',
81+
link: '/guide/server/typescript/usage-examples',
82+
},
83+
{ text: 'Ruby', link: '/guide/server/ruby/usage-examples' },
84+
],
85+
},
86+
{
87+
text: 'Client Examples',
88+
items: [
89+
{ text: 'React', link: '/guide/client/react-usage-examples' },
90+
{
91+
text: 'Web Components',
92+
link: '/guide/client/wc-usage-examples',
93+
},
94+
],
95+
},
96+
],
97+
},
98+
{
99+
text: 'Packages',
100+
items: [
101+
{
102+
text: '@mcp-ui/client',
103+
link: 'https://www.npmjs.com/package/@mcp-ui/client',
104+
},
105+
{
106+
text: '@mcp-ui/server',
107+
link: 'https://www.npmjs.com/package/@mcp-ui/server',
108+
},
109+
{
110+
text: 'mcp_ui_server Gem',
111+
link: 'https://rubygems.org/gems/mcp_ui_server',
112+
},
113+
],
114+
},
115+
],
98116

99117
sidebar: {
100118
'/guide/': [

0 commit comments

Comments
 (0)