Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ npm run split -- \
"functions": "serverless",
"floating_ips": "network",
"floating_ip_actions": "network",
"container_registries": "container_registries",
"container_registry": "container_registries"
"container_registries": "container_registry",
"container_registry": "container_registry"
}
EOF
)"
Expand Down Expand Up @@ -125,7 +125,8 @@ npm run generate-provider -- \
Make necessary updates to the output docs:

```bash
sh provider-dev/scripts/post_processing.sh
node provider-dev/scripts/flatten_allOf.cjs
sh provider-dev/scripts/fix_broken_links.sh
```

The `--servers` parameter defines the base URL for API requests. For DigitalOcean, this sets the API endpoint to the v2 API.
Expand Down Expand Up @@ -298,7 +299,7 @@ Under __Pages__ in the repository, in the __Build and deployment__ section selec

| Source Domain | Record Type | Target |
|---------------|--------------|--------|
| digitalocean-provider.stackql.io | CNAME | stackql.github.io |
| digitalocean-provider.stackql.io | CNAME | stackql.github.io. |

## License

Expand Down
74 changes: 37 additions & 37 deletions provider-dev/config/all_services.csv

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions provider-dev/openapi/src/digitalocean/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ providerServices:
title: compute API
version: v00.00.00000
description: digitalocean API
container_registries:
id: container_registries:v00.00.00000
name: container_registries
container_registry:
id: container_registry:v00.00.00000
name: container_registry
preferred: true
service:
$ref: digitalocean/v00.00.00000/services/container_registries.yaml
title: registry API
$ref: digitalocean/v00.00.00000/services/container_registry.yaml
title: container_registry API
version: v00.00.00000
description: digitalocean API
databases:
Expand Down
Loading
Loading