diff --git a/docs/api/v3-rancher-api-guide.md b/docs/api/v3-rancher-api-guide.md index c55b7b0faa5..2a5417b35e1 100644 --- a/docs/api/v3-rancher-api-guide.md +++ b/docs/api/v3-rancher-api-guide.md @@ -8,7 +8,7 @@ title: Previous v3 Rancher API Guide ## How to Use the API -The API has its own user interface accessible from a web browser. This is an easy way to see resources, perform actions, and see the equivalent cURL or HTTP request & response. To access it: +The previous v3 API has its own user interface accessible from a [web browser](./v3-rancher-api-guide.md#enable-view-in-api). This is an easy way to see resources, perform actions, and see the equivalent cURL or HTTP request & response. To access it: diff --git a/versioned_docs/version-2.8/api/v3-rancher-api-guide.md b/versioned_docs/version-2.8/api/v3-rancher-api-guide.md index c55b7b0faa5..2a5417b35e1 100644 --- a/versioned_docs/version-2.8/api/v3-rancher-api-guide.md +++ b/versioned_docs/version-2.8/api/v3-rancher-api-guide.md @@ -8,7 +8,7 @@ title: Previous v3 Rancher API Guide ## How to Use the API -The API has its own user interface accessible from a web browser. This is an easy way to see resources, perform actions, and see the equivalent cURL or HTTP request & response. To access it: +The previous v3 API has its own user interface accessible from a [web browser](./v3-rancher-api-guide.md#enable-view-in-api). This is an easy way to see resources, perform actions, and see the equivalent cURL or HTTP request & response. To access it: diff --git a/versioned_sidebars/version-2.8-sidebars.json b/versioned_sidebars/version-2.8-sidebars.json index 0f348f242b4..9ccfa0a271f 100644 --- a/versioned_sidebars/version-2.8-sidebars.json +++ b/versioned_sidebars/version-2.8-sidebars.json @@ -1305,7 +1305,6 @@ "label": "Rancher Kubernetes API", "items": [ "api/quickstart", - "api/v3-rancher-api-guide", { "type": "category", "label": "Example Workflows", @@ -1313,8 +1312,9 @@ "api/workflows/projects" ] }, + "api/api-reference", "api/api-tokens", - "api/api-reference" + "api/v3-rancher-api-guide" ] }, "contribute-to-rancher"