Skip to content

Commit

Permalink
Remove Zeebe REST API (#4650)
Browse files Browse the repository at this point in the history
* remove zeebe rest api + announce

* remove from sidebars

* Update announcements.md

* remove zeebe rest references from next

* remove /docs

* remove zeebe card

* add redirects

* fix extra parenthese

* remove zeebe rest api tutorial

* revert 8.5 change

* remove comma

* fix link

---------

Co-authored-by: christinaausley <[email protected]>
Co-authored-by: Christina Ausley <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent ea02f41 commit 74fa8ef
Show file tree
Hide file tree
Showing 26 changed files with 19 additions and 1,323 deletions.
2 changes: 0 additions & 2 deletions api/generate-api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ const { execSync } = require("child_process");

// More strategies to come, for other APIs.
const operate = require("./operate/generation-strategy");
const zeebe = require("./zeebe/generation-strategy");
const tasklist = require("./tasklist/generation-strategy");
const consolesm = require("./console-sm/generation-strategy");
const camunda = require("./camunda/generation-strategy");
const apiStrategies = {
operate,
zeebe,
tasklist,
consolesm,
camunda,
Expand Down
49 changes: 0 additions & 49 deletions api/zeebe/generation-strategy.js

This file was deleted.

Loading

0 comments on commit 74fa8ef

Please sign in to comment.