Postman can use {{ }} to set environment variables,
For example: I can turn {{url}}/dosomethingapi into https://example.domain/dosomethingapi,
But the current version does not support this feature, I hope to add this feature, it can use docgen build -i input-postman-collection.json -o ~/Downloads/doc.html -e ~/Downloads/postman_environment.json
Postman can use
{{ }}
to set environment variables, For example: I can turn{{url}}/dosomethingapi
intohttps://example.domain/dosomethingapi
, But the current version does not support this feature, I hope to add this feature, it can usedocgen build -i input-postman-collection.json -o ~/Downloads/doc.html -e ~/Downloads/postman_environment.json