Skip to content

Commit a6ccc19

Browse files
authored
Merge pull request #1 from stackql/feature/provider-dev
updated `digitalocean` provider
2 parents 517d055 + 3aad136 commit a6ccc19

File tree

191 files changed

+27787
-11863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+27787
-11863
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ npm run split -- \
7575
"functions": "serverless",
7676
"floating_ips": "network",
7777
"floating_ip_actions": "network",
78-
"container_registries": "container_registries",
79-
"container_registry": "container_registries"
78+
"container_registries": "container_registry",
79+
"container_registry": "container_registry"
8080
}
8181
EOF
8282
)"
@@ -125,7 +125,8 @@ npm run generate-provider -- \
125125
Make necessary updates to the output docs:
126126

127127
```bash
128-
sh provider-dev/scripts/post_processing.sh
128+
node provider-dev/scripts/flatten_allOf.cjs
129+
sh provider-dev/scripts/fix_broken_links.sh
129130
```
130131

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

299300
| Source Domain | Record Type | Target |
300301
|---------------|--------------|--------|
301-
| digitalocean-provider.stackql.io | CNAME | stackql.github.io |
302+
| digitalocean-provider.stackql.io | CNAME | stackql.github.io. |
302303

303304
## License
304305

provider-dev/config/all_services.csv

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

provider-dev/openapi/src/digitalocean/v00.00.00000/provider.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ providerServices:
3838
title: compute API
3939
version: v00.00.00000
4040
description: digitalocean API
41-
container_registries:
42-
id: container_registries:v00.00.00000
43-
name: container_registries
41+
container_registry:
42+
id: container_registry:v00.00.00000
43+
name: container_registry
4444
preferred: true
4545
service:
46-
$ref: digitalocean/v00.00.00000/services/container_registries.yaml
47-
title: registry API
46+
$ref: digitalocean/v00.00.00000/services/container_registry.yaml
47+
title: container_registry API
4848
version: v00.00.00000
4949
description: digitalocean API
5050
databases:

0 commit comments

Comments
 (0)