micro--go-micro
cf9629c41f
- /blog/ - Blog index page - /blog/1 - First post announcing micro deploy - /docs/deployment.md - Deployment guide in website docs - Updated navigation to include Blog link - New blog layout template Co-authored-by: Shelley <shelley@exe.dev>
63 行
1.5 KiB
YAML
63 行
1.5 KiB
YAML
core:
|
|
- title: Overview
|
|
url: /docs/
|
|
- title: Getting Started
|
|
url: /docs/getting-started.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/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 |