Skip to content

Commit

Permalink
Merge branch 'main' into rm/remove-edit-button-only-for-terraform-ent…
Browse files Browse the repository at this point in the history
…erprise
  • Loading branch information
rmainwork authored Sep 12, 2024
2 parents bf1b7b5 + 18b7c28 commit 784fcd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/open-api-docs-view/utils/get-operation-props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export async function getOperationProps(
continue
}

if (operation.tags?.includes('hidden')) {
continue
}

// Create a slug for this operation
const operationSlug = slugify(operation.operationId)

Expand Down

0 comments on commit 784fcd4

Please sign in to comment.