Skip to content

Commit

Permalink
Merge branch 'release/v23.1' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
runtimecrasher committed May 26, 2024
2 parents cd4bcae + eee007b commit dd718e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ Pass custom Go-GRPC example to the runnable by passing a `customExampleGoGRPC` t
```

**Note:** Runnable doesn't support passing a multiline string as an argument to a shortcode. Therefore, you have to create the whole custom example in a single line string by replacing newlines with `\n`.

## History
add Hypermode banner by updating the hugo-docs repository with topbat template.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliases = ["/contribute"]
<p>
Designed from the ground up to be run in production, Dgraph is the native GraphQL database with a graph backend. It is open-source, scalable, distributed, highly available and lightning fast.
</p>
<p><b>Tip</b>: New to Dgraph? Take the <a href="/tour">Dgraph Tour</a> to run live queries in your browser. Then, try Dgraph as a <a href="https://cloud.dgraph.io">cloud service</a>, or <a href='{{< relref "deploy/installation/_index.md">}}'>download</a> Dgraph to deploy it yourself.</p>
<p><b>Tip</b>: New to Dgraph? Take the <a href="https://dgraph.io/tour">Dgraph Tour</a> to run live queries in your browser. Then, try Dgraph as a <a href="https://cloud.dgraph.io">cloud service</a>, or <a href='{{< relref "deploy/installation/_index.md">}}'>download</a> Dgraph to deploy it yourself.</p>
</div>
<div class="item">
<a href="{{< relref "dgraph-overview.md">}}">
Expand Down
2 changes: 2 additions & 0 deletions content/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To learn about the latest releases and other important announcements, watch the

Release | First Release Date | End of Life
-----------------------|--------------------|--------------
[v23.1.1][] | April 2024 | October 2025
[v23.1][] | October 2023 | April 2025
[v23.0][] | May 2023 | November 2024
[v22.0][] | October 2022 | April 2024
Expand All @@ -32,6 +33,7 @@ To learn about the latest releases and other important announcements, watch the
[v1.1][] | January 2020 | January 2021
[v1.0][] | December 2017 | March 2020

[v23.1.1]: https://discuss.dgraph.io/t/dgraph-release-v23-1-1-is-now-generally-available/19301
[v23.1]: https://discuss.dgraph.io/t/dgraph-23-1-0-is-generally-available-on-dgraph-cloud-dockerhub-and-github/18980
[v23.0]: https://discuss.dgraph.io/t/dgraph-release-v23-0-0-is-now-generally-available/18634
[v22.0]: https://discuss.dgraph.io/t/dgraph-release-v22-0-2-is-now-generally-available/18117
Expand Down

0 comments on commit dd718e1

Please sign in to comment.