feat: mcp server

This commit is contained in:
Jacky 2025-04-29 17:15:42 +08:00
parent c4a9d03bb3
commit e8ee931e16
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
51 changed files with 2749 additions and 1526 deletions

View file

@ -31,6 +31,15 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: 'Contributing', link: '/guide/contributing' }
]
},
{
text: 'MCP',
collapsed: false,
items: [
{ text: 'Overview', link: '/guide/mcp' },
{ text: 'Configuration Management', link: '/guide/mcp-config' },
{ text: 'Nginx Service Management', link: '/guide/mcp-nginx' },
]
},
{
text: 'Configuration',
collapsed: false,

View file

@ -36,6 +36,15 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: '贡献代码', link: '/zh_CN/guide/contributing' }
]
},
{
text: 'MCP',
collapsed: false,
items: [
{ text: '概述', link: '/zh_CN/guide/mcp' },
{ text: '配置文件管理', link: '/zh_CN/guide/mcp-config' },
{ text: 'Nginx 服务管理', link: '/zh_CN/guide/mcp-nginx' },
]
},
{
text: '配置',
collapsed: false,

View file

@ -36,6 +36,15 @@ export const zhTWConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: '貢獻程式碼', link: '/zh_TW/guide/contributing' }
]
},
{
text: 'MCP',
collapsed: false,
items: [
{ text: '概述', link: '/zh_TW/guide/mcp' },
{ text: '配置文件管理', link: '/zh_TW/guide/mcp-config' },
{ text: 'Nginx 服務管理', link: '/zh_TW/guide/mcp-nginx' },
]
},
{
text: '配置',
collapsed: false,