Skip to content

Commit

Permalink
Merge pull request wso2#377 from SavinduDimal/add-yaml-docs
Browse files Browse the repository at this point in the history
Add yaml file extension to supported doc types
  • Loading branch information
chanaka3d authored Nov 10, 2022
2 parents 1b83c32 + d636fbb commit 14a9bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"syntaxHighlighterDarkTheme": false
},
"loadDefaultLocales": false,
"supportedDocTypes": "application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/msword, application/pdf, text/plain, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.spreadsheet, application/json, application/x-yaml, .md"
"supportedDocTypes": "application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/msword, application/pdf, text/plain, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.spreadsheet, application/json, application/x-yaml, .yaml, .md"
},
"serviceCatalogDefinitionTypes": {
"OAS2": "Swagger",
Expand Down

0 comments on commit 14a9bd1

Please sign in to comment.