stafftastic/Build and upload API docs
Build HTML API documentation from an OpenAPI spec and upload it to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| spec | The path to the API spec | yes | — |
| bucket | The bucket to upload to | yes | — |
| accessKeyId | The AWS access key ID | yes | — |
| secretKey | The AWS secret access key | yes | — |
| urlPrefix | The URL prefix to publicly access bucket contents | yes | — |
Outputs
| name | description |
|---|---|
| url | The URL of the uploaded API spec |
| commitUrl | The URL of the uploaded API spec (by commit) |