File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ This repository hosts
25
25
- The [ HTTP openapi spec] ( routes-openapi.yaml ) and corresponding [ docs] ( https://signadot.github.io/routesapi/http-api ) .
26
26
- A [ Go client] ( go-routesapi/README.md ) with supporting libraries and a command for querying the gRPC
27
27
and HTTP services.
28
- - Example applications with message queues.
28
+ - [ Example applications] ( examples/ ) with message queues.
29
29
- Documentation
30
30
* [ Sandbox Routing] ( docs/sandbox-routing.md )
31
31
* [ Workload Rules] ( docs/workload-rules.md )
32
- * [ Sidecar Routing] ( docs/sidecar-routing.md )
33
- * [ Message queues] ( docs/message-queues.md )
34
32
35
33
36
34
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This directory contains a Go client of the [Signadot Routes API](../README.md).
9
9
- A generated Go client.
10
10
- Libraries for destination workload routing.
11
11
- A command for querying the route server.
12
+ - Docs
13
+ * [ Sidecar Routing] ( docs/sidecar-routing.md )
14
+ * [ Message queues] ( docs/message-queues.md )
12
15
13
16
14
17
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments