Skip to content

Commit

Permalink
remove zeebe rest references from next
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Dec 3, 2024
1 parent f9cb647 commit 7d45d62
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 567 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 7d45d62

Please sign in to comment.