Skip to content

Commit

Permalink
chore: use new openapi to markdown repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 19, 2022
1 parent a9d18f4 commit 64bdca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-api-doc-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ declare -r ENVIRONMENT_FILE="../discue-io-api-docs/generate-api-doc.config.json"

declare -r API_INPUT_FILE="../discue-io-api/api.yaml"

cd ../widdershins && node widdershins -e "${ENVIRONMENT_FILE}" -o "${INTERMEDIATE_FILE}" "${API_INPUT_FILE}"
cd ../openapi3-to-vuepress2-markdown && node widdershins -e "${ENVIRONMENT_FILE}" -o "${INTERMEDIATE_FILE}" "${API_INPUT_FILE}"

0 comments on commit 64bdca1

Please sign in to comment.