feat: remove node_native option from request snippets plugin (#7181)

* snippet generator support intended for different shell options only
* will not maintain snippet generator for various languages
This commit is contained in:
Tim Lai
2021-04-14 10:55:31 -07:00
committed by GitHub
parent 7fc2780bac
commit 2373a83fe2
3 changed files with 1 additions and 67 deletions

View File

@@ -68,10 +68,6 @@ export default function SwaggerUI(opts) {
title: "cURL (CMD)",
syntax: "bash"
},
"node_native": {
title: "Node.js (Native)",
syntax: "javascript"
},
},
defaultExpanded: true,
languagesMask: null, // e.g. only show curl bash = ["curl_bash"]