Skip to content

Commit de03bbb

Browse files
committed
x
1 parent ee4f656 commit de03bbb

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

internal/website/_data/navigation.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@ core:
22
- title: Overview
33
url: /docs/
44
- title: Getting Started
5-
url: /docs/getting-started/
5+
url: /docs/getting-started.html
66
- title: Architecture
7-
url: /docs/architecture/
7+
url: /docs/architecture.html
88
- title: Configuration
9-
url: /docs/config/
9+
url: /docs/config.html
1010
- title: Observability
11-
url: /docs/observability/
11+
url: /docs/observability.html
1212
interfaces:
1313
- title: Registry
14-
url: /docs/registry/
14+
url: /docs/registry.html
1515
- title: Broker
16-
url: /docs/broker/
16+
url: /docs/broker.html
1717
- title: Transport
18-
url: /docs/transport/
18+
url: /docs/transport.html
1919
- title: Store
20-
url: /docs/store/
20+
url: /docs/store.html
2121
- title: Plugins
22-
url: /docs/plugins/
22+
url: /docs/plugins.html
2323
examples:
2424
- title: Learn by Example
2525
url: /docs/examples/
2626
- title: Real-World Examples
2727
url: /docs/examples/realworld/
2828
guides:
2929
- title: Comparison
30-
url: /docs/guides/comparison/
30+
url: /docs/guides/comparison.html
3131
- title: Migration Guides
3232
url: /docs/guides/migration/
3333
project:
3434
- title: ADR Index
35-
url: /docs/architecture/index.html
35+
url: /docs/architecture/
3636
- title: Contributing
37-
url: /docs/contributing/
37+
url: /docs/contributing.html
3838
- title: Roadmap
39-
url: /docs/roadmap/
39+
url: /docs/roadmap.html
4040
- title: Server (optional)
41-
url: /docs/server/
41+
url: /docs/server.html
4242
search_order:
43-
- /docs/getting-started/
44-
- /docs/architecture/
45-
- /docs/config/
46-
- /docs/observability/
47-
- /docs/registry/
48-
- /docs/broker/
49-
- /docs/transport/
50-
- /docs/store/
51-
- /docs/plugins/
43+
- /docs/getting-started.html
44+
- /docs/architecture.html
45+
- /docs/config.html
46+
- /docs/observability.html
47+
- /docs/registry.html
48+
- /docs/broker.html
49+
- /docs/transport.html
50+
- /docs/store.html
51+
- /docs/plugins.html
5252
- /docs/examples/
5353
- /docs/examples/realworld/
54-
- /docs/guides/comparison/
54+
- /docs/guides/comparison.html
5555
- /docs/guides/migration/
56-
- /docs/architecture/index.html
57-
- /docs/contributing/
58-
- /docs/roadmap/
59-
- /docs/server/
56+
- /docs/architecture/
57+
- /docs/contributing.html
58+
- /docs/roadmap.html
59+
- /docs/server.html

0 commit comments

Comments
 (0)