fix sidebar link
This commit is contained in:
parent
22378bc57c
commit
34885dd8d0
@ -120,10 +120,10 @@ export default {
|
|||||||
items: [
|
items: [
|
||||||
{ text: 'UI Color Settings', link: '/plugin-tutorial/usage/ui-color' },
|
{ text: 'UI Color Settings', link: '/plugin-tutorial/usage/ui-color' },
|
||||||
{ text: 'Connect to MCP Server', link: '/plugin-tutorial/usage/connect-mcp' },
|
{ text: 'Connect to MCP Server', link: '/plugin-tutorial/usage/connect-mcp' },
|
||||||
{ text: 'MCP Basic Debugging', link: '/en/plugin-tutorial/usage/debug' },
|
{ text: 'MCP Basic Debugging', link: '/plugin-tutorial/usage/debug' },
|
||||||
{ text: 'MCP Self-Check Tool', link: '/en/plugin-tutorial/usage/self-check' },
|
{ text: 'MCP Self-Check Tool', link: '/plugin-tutorial/usage/self-check' },
|
||||||
{ text: 'Connect to LLM', link: '/plugin-tutorial/usage/connect-llm' },
|
{ text: 'Connect to LLM', link: '/plugin-tutorial/usage/connect-llm' },
|
||||||
{ text: 'MCP Interaction Testing', link: '/en/plugin-tutorial/usage/test-with-llm' },
|
{ text: 'MCP Interaction Testing', link: '/plugin-tutorial/usage/test-with-llm' },
|
||||||
{ text: 'Connect to Multiple MCP Services', link: '/plugin-tutorial/usage/multi-server' },
|
{ text: 'Connect to Multiple MCP Services', link: '/plugin-tutorial/usage/multi-server' },
|
||||||
{ text: 'Distribute Experiment Results', link: '/plugin-tutorial/usage/distribute-result' },
|
{ text: 'Distribute Experiment Results', link: '/plugin-tutorial/usage/distribute-result' },
|
||||||
{ text: 'Implement SSE Authenticator', link: '/plugin-tutorial/usage/sse-oauth2' }
|
{ text: 'Implement SSE Authenticator', link: '/plugin-tutorial/usage/sse-oauth2' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user