1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00
This commit is contained in:
Asim Aslam
2025-11-13 19:49:34 +00:00
parent ee4f656fa5
commit de03bbbf81

View File

@@ -2,24 +2,24 @@ core:
- title: Overview - title: Overview
url: /docs/ url: /docs/
- title: Getting Started - title: Getting Started
url: /docs/getting-started/ url: /docs/getting-started.html
- title: Architecture - title: Architecture
url: /docs/architecture/ url: /docs/architecture.html
- title: Configuration - title: Configuration
url: /docs/config/ url: /docs/config.html
- title: Observability - title: Observability
url: /docs/observability/ url: /docs/observability.html
interfaces: interfaces:
- title: Registry - title: Registry
url: /docs/registry/ url: /docs/registry.html
- title: Broker - title: Broker
url: /docs/broker/ url: /docs/broker.html
- title: Transport - title: Transport
url: /docs/transport/ url: /docs/transport.html
- title: Store - title: Store
url: /docs/store/ url: /docs/store.html
- title: Plugins - title: Plugins
url: /docs/plugins/ url: /docs/plugins.html
examples: examples:
- title: Learn by Example - title: Learn by Example
url: /docs/examples/ url: /docs/examples/
@@ -27,33 +27,33 @@ examples:
url: /docs/examples/realworld/ url: /docs/examples/realworld/
guides: guides:
- title: Comparison - title: Comparison
url: /docs/guides/comparison/ url: /docs/guides/comparison.html
- title: Migration Guides - title: Migration Guides
url: /docs/guides/migration/ url: /docs/guides/migration/
project: project:
- title: ADR Index - title: ADR Index
url: /docs/architecture/index.html url: /docs/architecture/
- title: Contributing - title: Contributing
url: /docs/contributing/ url: /docs/contributing.html
- title: Roadmap - title: Roadmap
url: /docs/roadmap/ url: /docs/roadmap.html
- title: Server (optional) - title: Server (optional)
url: /docs/server/ url: /docs/server.html
search_order: search_order:
- /docs/getting-started/ - /docs/getting-started.html
- /docs/architecture/ - /docs/architecture.html
- /docs/config/ - /docs/config.html
- /docs/observability/ - /docs/observability.html
- /docs/registry/ - /docs/registry.html
- /docs/broker/ - /docs/broker.html
- /docs/transport/ - /docs/transport.html
- /docs/store/ - /docs/store.html
- /docs/plugins/ - /docs/plugins.html
- /docs/examples/ - /docs/examples/
- /docs/examples/realworld/ - /docs/examples/realworld/
- /docs/guides/comparison/ - /docs/guides/comparison.html
- /docs/guides/migration/ - /docs/guides/migration/
- /docs/architecture/index.html - /docs/architecture/
- /docs/contributing/ - /docs/contributing.html
- /docs/roadmap/ - /docs/roadmap.html
- /docs/server/ - /docs/server.html