Skip to content

Commit

Permalink
Docs: add links to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Aug 23, 2024
1 parent cb10585 commit e0f2ae5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table shows the compatibility of the Jelly-JVM implementation with
| ----- | ----------- | ---- | ----- | ----------- | ------------ |
| **1.0.x (current)** | 3.3.x (LTS)<br>2.13.x[^1] | 11+ | 4.x.x | 4.x.x | 1.0.x |

See the **[compatibility policy](user/compatibility.md)** for more details.
See the **[compatibility policy](user/compatibility.md)** for more details and the **[release notes on GitHub](https://github.com/Jelly-RDF/jelly-jvm/releases)**.

## Documentation

Expand All @@ -65,9 +65,14 @@ Below is a list of all documentation pages about Jelly-JVM. You can also browse
- [Reactive streaming](user/reactive.md)
- [gRPC](user/grpc.md)
- [Useful utilities](user/utilities.md)
- [Compatibility policy](user/compatibility.md)
- [Scala 2.13 builds](user/scala2.md)
- Developer guide
- [Releases](dev/releases.md)
- [Implementing Jelly for other libraries](dev/implementing.md)
- [Contributing to Jelly-JVM](contributing.md)
- [License and citation](licensing.md)
- [Release notes on GitHub](https://github.com/Jelly-RDF/jelly-jvm/releases)
- [Main Jelly website]({{ proto_link( '' ) }}) – including the Jelly protocol specification and explanation of the various stream types.


Expand Down
6 changes: 4 additions & 2 deletions docs/docs/user/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Jelly-JVM follows [Semantic Versioning 2.0.0](https://semver.org/), with MAJOR.M

The current version of Jelly-JVM is compatible with Java 11 and newer. Java 11, 17, and 21 are tested in CI and are guaranteed to work. We recommend using a recent release of [GraalVM](https://www.graalvm.org/) to get the best performance.

Jelly is built with [Scala 3 LTS releases](https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html).
Jelly is built with [Scala 3 LTS releases](https://www.scala-lang.org/blog/2022/08/17/long-term-compatibility-plans.html), however, [Scala 2.13-compatible builds are available as well](scala2.md).

## RDF libraries

Expand All @@ -26,5 +26,7 @@ Auto-generated classes in the `jelly-core` module, `eu.ostrzyciel.jelly.core.pro

## See also

- [Contributing to Jelly-JVM](../contributing.md)
- [Scala 2.13 builds](scala2.md)
- [Release notes on GitHub](https://github.com/Jelly-RDF/jelly-jvm/releases)
- [Making Jelly-JVM releases](../dev/releases.md)
- [Contributing to Jelly-JVM](../contributing.md)

0 comments on commit e0f2ae5

Please sign in to comment.