-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(notification): Include notification details (#318)
* build(deps): update to @redocly/cli Update to @redocly/cli which replaces @redocly/openapi-cli. https://www.npmjs.com/package/@redocly/openapi-cli This is necessary to bring in fixes for the bundler not properly including refs when adding extra schemas. * fix(notifications): include the notification details schemas Include the notification details schemas manually since they aren't referenced directly anywhere else. Fixes: #317 * lint: add ignore for unused component Add ignore for unused component
- Loading branch information
Showing
6 changed files
with
1,479 additions
and
222 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# See https://redoc.ly/docs/cli/configuration/ for more information. | ||
apiDefinitions: | ||
main: openapi/openapi.yaml | ||
lint: | ||
extends: | ||
- recommended | ||
plugins: | ||
- './.github/redocly-plugins/remove-internal.js' | ||
decorators: | ||
remove-internal/remove-internal: error | ||
extends: | ||
- recommended | ||
|
||
apis: | ||
main: | ||
root: openapi/openapi.yaml | ||
|
||
plugins: | ||
- './.github/redocly-plugins/remove-internal.js' | ||
decorators: | ||
remove-internal/remove-internal: error |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
NotificationDetailInvite: | ||
$ref: ./NotificationDetailInvite.yaml | ||
NotificationDetailInviteResponse: | ||
$ref: ./NotificationDetailInviteResponse.yaml | ||
NotificationDetailRequestInvite: | ||
$ref: ./NotificationDetailRequestInvite.yaml | ||
NotificationDetailRequestInviteResponse: | ||
$ref: ./NotificationDetailRequestInviteResponse.yaml | ||
NotificationDetailVoteToKick: | ||
$ref: ./NotificationDetailVoteToKick.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
Oops, something went wrong.