diff --git a/content/docs/2.1/_index.md b/content/docs/2.1/_index.md index 6c8b8918..89f0633d 100644 --- a/content/docs/2.1/_index.md +++ b/content/docs/2.1/_index.md @@ -40,10 +40,10 @@ Please refer to [Migration guide](./migration/) for details on migrating from Ja * [OpenTracing](https://opentracing.io/)-inspired data model * [OpenTelemetry](https://opentelemetry.io/) compatible * Multiple built-in storage backends: - * [Cassandra 4+](./cassandra/) - * [Elasticsearch 7.x, 8.x](./elasticsearch/) + * [Cassandra](./cassandra/) + * [Elasticsearch](./elasticsearch/) and [OpenSearch](./opensearch/) * [Badger](./badger/) - * [Kafka](./kafka/) - as an intermediate buffer + * [Kafka](./kafka/) (as an intermediate buffer) * [Memory storage](./memory/) * Extensibility with custom backends via [Remote Storage API](./storage/#remote-storage) * System topology / service dependencies graphs diff --git a/content/docs/next-release-v2/_index.md b/content/docs/next-release-v2/_index.md index 7f87d618..1cf14555 100644 --- a/content/docs/next-release-v2/_index.md +++ b/content/docs/next-release-v2/_index.md @@ -40,10 +40,10 @@ Please refer to [Migration guide](./migration/) for details on migrating from Ja * [OpenTracing](https://opentracing.io/)-inspired data model * [OpenTelemetry](https://opentelemetry.io/) compatible * Multiple built-in storage backends: - * [Cassandra 4+](./cassandra/) - * [Elasticsearch 7.x, 8.x](./elasticsearch/) + * [Cassandra](./cassandra/) + * [Elasticsearch](./elasticsearch/) and [OpenSearch](./opensearch/) * [Badger](./badger/) - * [Kafka](./kafka/) - as an intermediate buffer + * [Kafka](./kafka/) (as an intermediate buffer) * [Memory storage](./memory/) * Extensibility with custom backends via [Remote Storage API](./storage/#remote-storage) * System topology / service dependencies graphs diff --git a/hugo.yaml b/hugo.yaml index 740dd6b6..35117b0c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -29,7 +29,7 @@ params: latest: "1.64" binariesLatest: "1.64.0" - versions: ["1.64","1.63", "1.62", "1.61", "1.60", "1.59", "1.58", "1.57", "1.56", "1.55", "1.54", "1.53", "1.52"] + versions: ["1.64","1.63", "1.62", "1.61", "1.60", "1.59", "1.58", "1.57"] latestV2: "2.1" binariesLatestV2: "2.1.0"