Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use redoc for redis cloud api reference #946

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/operate/rc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Manage [secure connections]({{< relref "/operate/rc/security" >}}) to cloud data
## REST API
Use the [REST API]({{< relref "/operate/rc/api" >}}) to manage the database.
- [Get started with the REST API]({{< relref "/operate/rc/api/get-started" >}})
- REST API [reference](https://api.redislabs.com/v1/swagger-ui.html) & [examples]({{< relref "/operate/rc/api/examples" >}})
- REST API [reference]({{< relref "/operate/rc/api/api-reference" >}}) & [examples]({{< relref "/operate/rc/api/examples" >}})


## Related info
Expand Down
4 changes: 2 additions & 2 deletions content/operate/rc/api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ linkTitle: REST API
weight: 80
---

The [Redis Cloud REST API](https://api.redislabs.com/v1/swagger-ui.html) helps you manage your Redis Cloud databases programmatically.
The [Redis Cloud REST API]({{< relref "/operate/rc/api/api-reference" >}}) helps you manage your Redis Cloud databases programmatically.

You can use the API to:

Expand Down Expand Up @@ -43,5 +43,5 @@ You can use the API to:
## More info

- Use the [Redis Cloud API]({{< relref "/operate/rc/api/get-started/use-rest-api.md" >}})
- [Full API Reference](https://api.redislabs.com/v1/swagger-ui.html)
- [Full API Reference]({{< relref "/operate/rc/api/api-reference" >}})
- Secure [authentication and authorization]({{< relref "/operate/rc/api/get-started" >}})
5 changes: 5 additions & 0 deletions content/operate/rc/api/api-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Title: API Reference
layout: apireference
type: page
---
Loading
Loading