-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: filter lower stabilites from docs and changelog
- Loading branch information
1 parent
ebd213b
commit 50105fc
Showing
16 changed files
with
283 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ tags: | |
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: ga | ||
description: test | ||
operationId: test | ||
tags: | ||
|
38 changes: 38 additions & 0 deletions
38
tools/api-docs-generator/testdata/changelog/04_non_ga_changes_not_added/2024-04-25.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
openapi: 3.0.3 | ||
info: | ||
title: Test | ||
contact: {} | ||
version: 3.0.0 | ||
description: Sample API | ||
servers: | ||
- url: /test | ||
description: Test | ||
tags: | ||
- name: Test | ||
description: test | ||
paths: | ||
/test: | ||
post: | ||
x-snyk-api-stability: beta | ||
description: test | ||
operationId: test | ||
tags: | ||
- Test | ||
requestBody: | ||
content: | ||
application/vnd.api+json: | ||
schema: | ||
type: object | ||
properties: | ||
prop1: | ||
type: string | ||
responses: | ||
"201": | ||
description: success | ||
content: | ||
application/vnd.api+json: | ||
schema: | ||
type: object | ||
location: | ||
schema: | ||
type: string |
Oops, something went wrong.