Skip to content

Commit

Permalink
fix: cross-version URLs in cards of working-with-apis-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Oct 4, 2024
1 parent c670d9e commit d6b1d7e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
26 changes: 13 additions & 13 deletions versioned_docs/version-8.5/apis-tools/working-with-apis-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Camunda 8 provides several official clients based on this API. Official clients

Official clients have been developed and tested by Camunda. They also add convenience functions (e.g. thread handling for job workers) on top of the core API.

<DocCardList items={[{type:"link", href:"/docs/apis-tools/cli-client/", label: "CLI client", docId:"apis-tools/cli-client/index"},
<DocCardList items={[{type:"link", href:"/docs/8.5/apis-tools/cli-client/", label: "CLI client", docId:"apis-tools/cli-client/index"},
{
type:"link", href:"/docs/apis-tools/go-client/go-get-started/", label: "Go client", docId:"apis-tools/go-client/index",
type:"link", href:"/docs/8.5/apis-tools/go-client/go-get-started/", label: "Go client", docId:"apis-tools/go-client/index",
},
{
type:"link", href:"/docs/apis-tools/java-client/", label: "Java client", docId:"apis-tools/java-client/index"
type:"link", href:"/docs/8.5/apis-tools/java-client/", label: "Java client", docId:"apis-tools/java-client/index"
}
]}/>

Expand All @@ -56,24 +56,24 @@ Camunda 8 components have APIs to enable polyglot developers to work with in the

### API Reference

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/administration-api/administration-api-reference/", label: "Administration API (REST)", docId:"apis-tools/administration-api/administration-api-reference"},
<DocCardList items={[{type:"link", href:"/docs/8.5/apis-tools/administration-api/administration-api-reference/", label: "Administration API (REST)", docId:"apis-tools/administration-api/administration-api-reference"},
{
type:"link", href:"/docs/next/apis-tools/operate-api/overview/", label: "Operate API (REST)", docId:"apis-tools/operate-api/operate-api-overview"
type:"link", href:"/docs/8.5/apis-tools/operate-api/overview/", label: "Operate API (REST)", docId:"apis-tools/operate-api/operate-api-overview"
},
{
type:"link", href:"/optimize/next/apis-tools/optimize-api/optimize-api-authentication/", label: "Optimize API (REST)", description: "Get, delete, and export reports and dashboards, enable and disable sharing, and more."
type:"link", href:"/optimize/3.13.0/apis-tools/optimize-api/optimize-api-authentication/", label: "Optimize API (REST)", description: "Get, delete, and export reports and dashboards, enable and disable sharing, and more."
},
{
type:"link", href:"/docs/next/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/", label: "Tasklist API (REST)", docId:"apis-tools/tasklist-api-rest/tasklist-api-rest-overview"
type:"link", href:"/docs/8.5/apis-tools/tasklist-api-rest/tasklist-api-rest-overview/", label: "Tasklist API (REST)", docId:"apis-tools/tasklist-api-rest/tasklist-api-rest-overview"
},
{
type:"link", href:"/docs/next/apis-tools/web-modeler-api/overview/", label: "Web Modeler API (REST)", docId:"apis-tools/web-modeler-api/overview"
type:"link", href:"/docs/8.5/apis-tools/web-modeler-api/overview/", label: "Web Modeler API (REST)", docId:"apis-tools/web-modeler-api/overview"
},
{
type:"link", href:"/docs/next/apis-tools/zeebe-api/overview/", label: "Zeebe API (gRPC)", docId:"apis-tools/zeebe-api/grpc"
type:"link", href:"/docs/8.5/apis-tools/zeebe-api/overview/", label: "Zeebe API (gRPC)", docId:"apis-tools/zeebe-api/grpc"
},
{
type:"link", href:"/docs/next/apis-tools/zeebe-api-rest/zeebe-api-rest-overview/", label: "Zeebe API (REST)", docId:"apis-tools/zeebe-api-rest/zeebe-api-rest-overview"
type:"link", href:"/docs/8.5/apis-tools/zeebe-api-rest/zeebe-api-rest-overview/", label: "Zeebe API (REST)", docId:"apis-tools/zeebe-api-rest/zeebe-api-rest-overview"
}
]}/>

Expand All @@ -83,7 +83,7 @@ Additionally, visit our documentation on [Operate](../self-managed/operate-deplo

### SDKs

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
<DocCardList items={[{type:"link", href:"/docs/8.5/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
]}/>

### Postman
Expand Down Expand Up @@ -115,13 +115,13 @@ Camunda 8 provides APIs and JavaScript libraries to allow frontend developers to
<DocCardList items={[
{
type: "link",
href: "/docs/next/apis-tools/frontend-development/task-applications/introduction-to-task-applications",
href: "/docs/8.5/apis-tools/frontend-development/task-applications/introduction-to-task-applications",
label: "Task applications",
docId:"apis-tools/frontend-development/task-applications/introduction-to-task-applications"
},
{
type: "link",
href: "/docs/next/apis-tools/frontend-development/forms/introduction-to-forms",
href: "/docs/8.5/apis-tools/frontend-development/forms/introduction-to-forms",
label: "Forms",
docId: "apis-tools/frontend-development/forms/introduction-to-forms"
}
Expand Down
18 changes: 9 additions & 9 deletions versioned_docs/version-8.6/apis-tools/working-with-apis-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Camunda 8 provides several official clients based on this API. Official clients

Official clients have been developed and tested by Camunda. They also add convenience functions (e.g. thread handling for job workers) on top of the core API.

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/java-client/", label: "Java client", docId:"apis-tools/java-client/index"}
<DocCardList items={[{type:"link", href:"/docs/apis-tools/java-client/", label: "Java client", docId:"apis-tools/java-client/index"}
]}/>

:::note
Expand All @@ -50,18 +50,18 @@ Camunda 8 components have APIs to enable polyglot developers to work with in the

### API Reference

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/administration-api/administration-api-reference/", label: "Administration API (REST)", docId:"apis-tools/administration-api/administration-api-reference"},
<DocCardList items={[{type:"link", href:"/docs/apis-tools/administration-api/administration-api-reference/", label: "Administration API (REST)", docId:"apis-tools/administration-api/administration-api-reference"},
{
type:"link", href:"/docs/next/apis-tools/camunda-api-rest/camunda-api-rest-overview/", label: "Camunda 8 API (REST)", docId:"apis-tools/camunda-api-rest/camunda-api-rest-overview"
type:"link", href:"/docs/apis-tools/camunda-api-rest/camunda-api-rest-overview/", label: "Camunda 8 API (REST)", docId:"apis-tools/camunda-api-rest/camunda-api-rest-overview"
},
{
type:"link", href:"/optimize/next/apis-tools/optimize-api/optimize-api-authentication/", label: "Optimize API (REST)", description: "Get, delete, and export reports and dashboards, enable and disable sharing, and more."
type:"link", href:"/optimize/apis-tools/optimize-api/optimize-api-authentication/", label: "Optimize API (REST)", description: "Get, delete, and export reports and dashboards, enable and disable sharing, and more."
},
{
type:"link", href:"/docs/next/apis-tools/web-modeler-api/overview/", label: "Web Modeler API (REST)", docId:"apis-tools/web-modeler-api/overview"
type:"link", href:"/docs/apis-tools/web-modeler-api/overview/", label: "Web Modeler API (REST)", docId:"apis-tools/web-modeler-api/overview"
},
{
type:"link", href:"/docs/next/apis-tools/zeebe-api/overview/", label: "Zeebe API (gRPC)", docId:"apis-tools/zeebe-api/grpc"
type:"link", href:"/docs/apis-tools/zeebe-api/overview/", label: "Zeebe API (gRPC)", docId:"apis-tools/zeebe-api/grpc"
}
]}/>

Expand All @@ -71,7 +71,7 @@ Additionally, visit our documentation on [Operate](../self-managed/operate-deplo

### SDKs

<DocCardList items={[{type:"link", href:"/docs/next/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
<DocCardList items={[{type:"link", href:"/docs/apis-tools/spring-zeebe-sdk/getting-started/", label: "Spring Zeebe", docId:"apis-tools/spring-zeebe-sdk/getting-started"},
]}/>

### Postman
Expand Down Expand Up @@ -103,13 +103,13 @@ Camunda 8 provides APIs and JavaScript libraries to allow frontend developers to
<DocCardList items={[
{
type: "link",
href: "/docs/next/apis-tools/frontend-development/task-applications/introduction-to-task-applications",
href: "/docs/apis-tools/frontend-development/task-applications/introduction-to-task-applications",
label: "Task applications",
docId:"apis-tools/frontend-development/task-applications/introduction-to-task-applications"
},
{
type: "link",
href: "/docs/next/apis-tools/frontend-development/forms/introduction-to-forms",
href: "/docs/apis-tools/frontend-development/forms/introduction-to-forms",
label: "Forms",
docId: "apis-tools/frontend-development/forms/introduction-to-forms"
}
Expand Down

0 comments on commit d6b1d7e

Please sign in to comment.