Skip to content

Commit 48ea56e

Browse files
authored
Merge pull request #17 from jamezp/fix-grpc-docs
Include support for rendering asciidoc and update the grpc-bridge.adoc.
2 parents 2065152 + 65f8602 commit 48ea56e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/docs/grpc/grpc-bridge.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ title: "gRPC Bridge Project: User Guide"
33
layout: default
44
link: /docs/grpc
55
---
6-
:toc:
7-
:sectanchors:
86

9-
{|
107
The RESTEasy *gRPC Bridge Project* (aka *resteasy-grpc*) project
118
(https://github.com/resteasy/resteasy-grpc) has been developed to
129
enable communication between gRPC clients and Jakarta REST servers. The
@@ -1774,4 +1771,4 @@ by the client. On the other hand, the information in
17741771

17751772
which would normally come from the network connection, must be supplied
17761773
explicitly as part of the invocation.
1777-
|}
1774+

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<artifactId>quarkus-roq-plugin-markdown</artifactId>
4444
<version>${version.quarkus-roq}</version>
4545
</dependency>
46+
<dependency>
47+
<groupId>io.quarkiverse.roq</groupId>
48+
<artifactId>quarkus-roq-plugin-asciidoc</artifactId>
49+
<version>${version.quarkus-roq}</version>
50+
</dependency>
4651
<dependency>
4752
<groupId>io.quarkiverse.roq</groupId>
4853
<artifactId>quarkus-roq-plugin-aliases</artifactId>

0 commit comments

Comments
 (0)