Skip to content
2 changes: 1 addition & 1 deletion website/docs/dev_api_rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You access the REST API Docs via `<your-ayon-server-url>/api` or via help icon.

![](assets/apis_and_resources/rest_api_docs.png)

For instance, you can check the REST API Docs for our Public AYON Server here at [AYON REST API Docs](https://playground.ayon.app/doc/api).
For instance, you can check the REST API Docs for our Public AYON Server here at [AYON REST API Docs](/api).

## Your First AYON API Calls

Expand Down
9 changes: 6 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ const config = {
items: [
{
label: "REST API Docs",
href: "https://playground.ayon.app/doc/api",
target: "_blank",
rel: null,
to: "/api",
},
{
label: "GraphQL API Explorer",
Expand Down Expand Up @@ -453,6 +451,11 @@ const config = {
rel: null,
position: "left",
},
{
label: "REST API Docs",
position: "right",
to: "/api",
},
{
label: "Addons",
position: "right",
Expand Down