Skip to content

Commit 2e50035

Browse files
committed
update descriptions and tags
1 parent 89ba7bc commit 2e50035

File tree

68 files changed

+116
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+116
-99
lines changed

src/reference/config/bindings/amqp/.partials/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `array` of `object`
44
5-
Conditional `amqp`-specific routes for adapting HTTP request-response streams to Kafka topic streams.
5+
Conditional `amqp` specific routes.
66

77
```yaml
88
routes:

src/reference/config/bindings/amqp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shortTitle: amqp
77
category:
88
- Binding
99
tag:
10-
- Server
10+
- amqp
11+
- server
1112
---
1213

1314
# amqp Binding

src/reference/config/bindings/amqp/server.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
shortTitle: server
3-
category:
4-
- Binding
5-
tag:
6-
- Server
73
---
84

95
# amqp server

src/reference/config/bindings/asyncapi/.partials/routes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `array` of `object`
44
5-
Conditional `asyncapi`-specific routes for adapting streams.
5+
Conditional `asyncapi` specific routes.
66

77
```yaml
88
routes:
@@ -69,10 +69,10 @@ with:
6969

7070
> `string`
7171

72-
AsyncAPI spec identifier that the route exits with to the next binding
72+
AsyncAPI spec identifier that the route exits with to the next binding.
7373

7474
#### with.operation-id
7575

7676
> `string`
7777

78-
AsyncAPI OperationId that the route exits with to the next binding
78+
AsyncAPI OperationId that the route exits with to the next binding.

src/reference/config/bindings/asyncapi/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ shortTitle: asyncapi
77
category:
88
- Binding
99
tag:
10-
- Server
11-
- Proxy
12-
- Client
10+
- asyncapi
11+
- client
12+
- proxy
13+
- server
1314
---
1415

1516
# asyncapi Binding

src/reference/config/bindings/echo/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shortTitle: echo
77
category:
88
- Binding
99
tag:
10-
- Server
10+
- echo
11+
- server
1112
---
1213

1314
# echo Binding

src/reference/config/bindings/fan/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shortTitle: fan
77
category:
88
- Binding
99
tag:
10-
- Server
10+
- fan
11+
- server
1112
---
1213

1314
# fan Binding

src/reference/config/bindings/filesystem/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shortTitle: filesystem
77
category:
88
- Binding
99
tag:
10-
- Server
10+
- filesystem
11+
- server
1112
---
1213

1314
# filesystem Binding

src/reference/config/bindings/grpc-kafka/.partials/routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> `array` of `object`
44
5-
Conditional `grpc-kafka`-specific routes for adapting `grpc` request-response streams to `kafka` topic streams.
5+
Conditional `grpc-kafka` specific routes.
66

77
```yaml
88
routes:

src/reference/config/bindings/grpc-kafka/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shortTitle: grpc-kafka
77
category:
88
- Binding
99
tag:
10-
- Proxy
10+
- grpc-kafka
11+
- proxy
1112
---
1213

1314
# grpc-kafka Binding

0 commit comments

Comments
 (0)