Skip to content

Commit

Permalink
Merge branch 'main' into add-node-sdk-to-overview
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller authored Dec 17, 2024
2 parents b3ca22f + 6ad2709 commit f5e8de5
Show file tree
Hide file tree
Showing 90 changed files with 1,044 additions and 2,102 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 f5e8de5

Please sign in to comment.