micro--go-micro
abc7e3e052
* Initial plan * Add MCP tools registry and agent playground to README and docs navigation Co-authored-by: asim <17530+asim@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: asim <17530+asim@users.noreply.github.com>
66 行
1.6 KiB
YAML
66 行
1.6 KiB
YAML
core:
|
|
- title: Overview
|
|
url: /docs/
|
|
- title: Getting Started
|
|
url: /docs/getting-started.html
|
|
- title: MCP & AI Agents
|
|
url: /docs/mcp.html
|
|
- title: Deployment
|
|
url: /docs/deployment.html
|
|
- title: Architecture
|
|
url: /docs/architecture.html
|
|
- title: Configuration
|
|
url: /docs/config.html
|
|
- title: Observability
|
|
url: /docs/observability.html
|
|
interfaces:
|
|
- title: Registry
|
|
url: /docs/registry.html
|
|
- title: Broker
|
|
url: /docs/broker.html
|
|
- title: Transport
|
|
url: /docs/transport.html
|
|
- title: Store
|
|
url: /docs/store.html
|
|
- title: Plugins
|
|
url: /docs/plugins.html
|
|
examples:
|
|
- title: Learn by Example
|
|
url: /docs/examples/
|
|
- title: Real-World Examples
|
|
url: /docs/examples/realworld/
|
|
guides:
|
|
- title: Comparison
|
|
url: /docs/guides/comparison.html
|
|
- title: Migration Guides
|
|
url: /docs/guides/migration/
|
|
project:
|
|
- title: ADR Index
|
|
url: /docs/architecture/
|
|
- title: Contributing
|
|
url: /docs/contributing.html
|
|
- title: Roadmap
|
|
url: /docs/roadmap.html
|
|
- title: Get Badge
|
|
url: /badge.html
|
|
- title: Server (optional)
|
|
url: /docs/server.html
|
|
search_order:
|
|
- /docs/getting-started.html
|
|
- /docs/mcp.html
|
|
- /docs/architecture.html
|
|
- /docs/config.html
|
|
- /docs/observability.html
|
|
- /docs/registry.html
|
|
- /docs/broker.html
|
|
- /docs/transport.html
|
|
- /docs/store.html
|
|
- /docs/plugins.html
|
|
- /docs/examples/
|
|
- /docs/examples/realworld/
|
|
- /docs/guides/comparison.html
|
|
- /docs/guides/migration/
|
|
- /docs/architecture/
|
|
- /docs/contributing.html
|
|
- /docs/roadmap.html
|
|
- /docs/server.html |