Skip to content

Commit

Permalink
Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SravanThotakura05 committed Oct 29, 2024
1 parent 1a61962 commit e9c1eba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Samples folder has examples on how to use the connector - [solace-connector-samp

## Documentation

The documentation for this extension should be maintained as part of this repository and it is stored in the `docs/` directory.

The documentation for this extension should be maintained as part of this repository, and it is stored in the `docs/` directory. Documentation is hosted in GitHub pages. Link to [Solace Quarkus Documentation](https://solacelabs.github.io/solace-quarkus/).
## Running the extension

```quarkus build``` to build the extension. Please note that docker should be up & running to run the tests during build process
Expand Down
6 changes: 4 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>com.solace.quarkus</groupId>
<artifactId>quarkus-solace-client</artifactId>
<version>{project-version}</version>
<version>3.0.0</version>
</dependency>
----

Expand All @@ -42,10 +42,12 @@ For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>com.solace.quarkus</groupId>
<artifactId>quarkus-solace-messaging-connector</artifactId>
<version>{project-version}</version>
<version>3.0.0</version>
</dependency>
----

NOTE: Solace Quarkus Extension 3.0.0 is based on Quarkus 3.8.6 and support for Java 11 is deprecated in Quarkus 3.8.6. Solace Quarkus Extension uses Java 17 as baseline.

[[extension-configuration-reference]]
== Extension Configuration Reference

Expand Down

0 comments on commit e9c1eba

Please sign in to comment.