mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: mcp server
This commit is contained in:
parent
c4a9d03bb3
commit
e8ee931e16
51 changed files with 2749 additions and 1526 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue