We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bca52ca + 0adca47 commit 8349953Copy full SHA for 8349953
getDependencies.sh
@@ -35,3 +35,6 @@ rm static/api/docs/v4/openapi.yaml.bak
35
echo
36
printf "${BLUE}Converting YAML to JSON${NC}\n"
37
node_modules/yamljs/bin/yaml2json static/api/docs/v4/openapi.yaml > static/api/docs/v4/spec.json
38
+# some data manipulation to fix the result of the conversion above
39
+sed -i.bak 's@\\\\[[:space:]]@\\\\\\n @g' static/api/docs/v4/spec.json
40
+rm static/api/docs/v4/spec.json.bak
0 commit comments