Skip to content

Commit

Permalink
Remove Public API page (#2626)
Browse files Browse the repository at this point in the history
* remove page

* remove links to page

---------

Co-authored-by: christinaausley <84338309+christinaausley@users.noreply.github.com>
  • Loading branch information
akeller and christinaausley authored Sep 25, 2023
1 parent 20ecb79 commit 8c719ee
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 88 deletions.
32 changes: 0 additions & 32 deletions docs/apis-tools/public-api.md

This file was deleted.

1 change: 0 additions & 1 deletion optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,6 @@ module.exports = {
),
{
APIs: [
docsLink("Public API", "apis-tools/public-api/"),
docsLink(
"Console API clients (REST)",
"apis-tools/console-api-reference/"
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.10.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1374,11 +1374,6 @@
},
{
"APIs": [
{
"type": "link",
"label": "Public API",
"href": "/docs/apis-tools/public-api/"
},
{
"type": "link",
"label": "Console API clients (REST)",
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.8.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,6 @@
},
{
"APIs": [
{
"type": "link",
"label": "Public API",
"href": "/docs/8.0/apis-tools/public-api/"
},
{
"type": "link",
"label": "Zeebe API (gRPC)",
Expand Down
5 changes: 0 additions & 5 deletions optimize_versioned_sidebars/version-3.9.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1327,11 +1327,6 @@
},
{
"APIs": [
{
"type": "link",
"label": "Public API",
"href": "/docs/8.1/apis-tools/public-api/"
},
{
"type": "link",
"label": "Zeebe API (gRPC)",
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ module.exports = {
"apis-tools/working-with-apis-tools",
{
APIs: [
"apis-tools/public-api",
"apis-tools/console-api-reference",
require("./docs/apis-tools/operate-api/sidebar-schema"),
{
Expand Down
4 changes: 4 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L]
# Disable directory listing and multi views
Options -Indexes -MultiViews

# Remove public API page
RewriteRule ^docs/apis-tools/public-api/(.*)$ /docs/apis-tools/working-with-apis-tools/$1 [R=301,L]

# Restructure Identity Concepts
RewriteRule ^docs/next/self-managed/concepts/access-control/apis/(.*)$ /docs/next/self-managed/identity/user-guide/additional-features/adding-an-api/$1 [R=301,L]
RewriteRule ^docs/self-managed/concepts/access-control/apis/(.*)$ /docs/self-managed/identity/user-guide/additional-features/adding-an-api/$1 [R=301,L]
Expand All @@ -24,6 +27,7 @@ RewriteRule ^docs/self-managed/concepts/authentication/m2m-tokens/(.*)$ /docs/se

RewriteRule ^docs/next/self-managed/concepts/access-control/permissions/(.*)$ /docs/next/self-managed/identity/user-guide/roles/add-assign-permission/$1 [R=301,L]
RewriteRule ^docs/self-managed/concepts/access-control/permissions/(.*)$ /docs/self-managed/identity/user-guide/roles/add-assign-permission/$1 [R=301,L]

# Remove feedback & support page
RewriteRule ^docs/components/console/console-troubleshooting/feedback-and-support/(.*)$ /contact/$1 [R=301,L]

Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-1.3/apis-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Other components in Camunda Cloud, such as [Tasklist API (GraphQL)](/apis-tools/

### Additional APIs

- [Public API](../apis-tools/public-api.md) - Camunda Cloud's provided public API.
- [Cloud Console API clients (REST)](../apis-tools/cloud-console-api-reference.md) - Enables you to programmatically create and manage clusters, and interact with Camunda Cloud programmatically without using the Camunda Cloud UI.
- [Zeebe API](../apis-tools/grpc.md) - Zeebe clients use gRPC to communicate with the cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Other components in Camunda Platform 8, such as [Tasklist API (GraphQL)](/apis-t

### Additional APIs

- [Public API](../apis-tools/public-api.md) - Camunda Platform 8's provided public API.
- [Cloud Console API clients (REST)](../apis-tools/console-api-reference.md) - Enables you to programmatically create and manage clusters, and interact with Camunda Platform 8 programmatically without using the Camunda Platform 8 UI.
- [Zeebe API](../apis-tools/grpc.md) - Zeebe clients use gRPC to communicate with the cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Other components in Camunda 8, such as [Tasklist API (GraphQL)](/apis-tools/task

### Additional APIs

- [Public API](../apis-tools/public-api.md) - Camunda 8's provided public API.
- [Cloud Console API clients (REST)](../apis-tools/console-api-reference.md) - Enables you to programmatically create and manage clusters, and interact with Camunda 8 programmatically without using the Camunda 8 UI.
- [Zeebe API](../apis-tools/grpc.md) - Zeebe clients use gRPC to communicate with the cluster.

Expand Down
32 changes: 0 additions & 32 deletions versioned_docs/version-8.2/apis-tools/public-api.md

This file was deleted.

1 change: 0 additions & 1 deletion versioned_sidebars/version-1.3-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@
"apis-tools/working-with-apis-tools",
{
"APIs": [
"apis-tools/public-api",
"apis-tools/grpc",
{
"Tasklist API (GraphQL)": [
Expand Down
1 change: 0 additions & 1 deletion versioned_sidebars/version-8.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@
"apis-tools/working-with-apis-tools",
{
"APIs": [
"apis-tools/public-api",
"apis-tools/grpc",
"apis-tools/operate-api/index",
{
Expand Down
1 change: 0 additions & 1 deletion versioned_sidebars/version-8.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@
"apis-tools/working-with-apis-tools",
{
"APIs": [
"apis-tools/public-api",
"apis-tools/grpc",
"apis-tools/operate-api/index",
{
Expand Down
1 change: 0 additions & 1 deletion versioned_sidebars/version-8.2-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,6 @@
"apis-tools/working-with-apis-tools",
{
"APIs": [
"apis-tools/public-api",
"apis-tools/console-api-reference",
{
"Operate API (REST)": [
Expand Down

0 comments on commit 8c719ee

Please sign in to comment.