Skip to content

Commit

Permalink
docs: added pb33f tools (#1452)
Browse files Browse the repository at this point in the history
* feat: added openapi-changes & wiretap tools

* docs: fix formatting
  • Loading branch information
ngoldack authored May 3, 2024
1 parent 3525731 commit f77b65c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions website/src/data/proto-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,19 @@ export const THIRD_PARTY_TOOLS: Record<string, ProtoTool | ProtoTool[]> = {
pluginType: 'toml',
repoUrl: 'https://github.com/Phault/proto-toml-plugins',
},
'openapi-changes': {
author: 'ngoldack',
bins: ['openapi-changes'],
description:
"The world's sexiest OpenAPI breaking changes detector. Discover what changed between two OpenAPI specs, or a single spec over time. Supports OpenAPI 3.1, 3.0 and Swagger",
homepageUrl: 'https://github.com/pb33f/openapi-changes',
name: 'openapi-changes',
noIcon: true,
pluginLocator:
'source:https://raw.githubusercontent.com/ngoldack/proto-tools/main/tools/openapi-changes/openapi-changes.toml',
pluginType: 'toml',
repoUrl: 'https://github.com/ngoldack/proto-tools',
},
oxlint: {
author: 'Phault',
bins: ['oxlint'],
Expand Down Expand Up @@ -691,6 +704,19 @@ export const THIRD_PARTY_TOOLS: Record<string, ProtoTool | ProtoTool[]> = {
pluginType: 'toml',
repoUrl: 'https://github.com/Phault/proto-toml-plugins',
},
wiretap: {
author: 'ngoldack',
bins: ['wiretap'],
description:
"The world's coolest API Validation and compliance tool. Validate APIs against OpenAPI specifications and much more",
homepageUrl: 'https://github.com/pb33f/wiretap',
name: 'wiretap',
noIcon: true,
pluginLocator:
'source:https://raw.githubusercontent.com/ngoldack/proto-tools/main/tools/wiretap/wiretap.toml',
pluginType: 'toml',
repoUrl: 'https://github.com/ngoldack/proto-tools',
},
wizer: {
author: 'Phault',
bins: ['wizer'],
Expand Down

0 comments on commit f77b65c

Please sign in to comment.