Skip to content

Commit 05c5079

Browse files
committed
fix: remove deprecated ECS container definition and GKE e-commerce documentation; update cloud resources list in multiple versions
- Removed AWS ECS Container Definition and GCP GKE E-commerce documentation from various versions. - Updated cloud resources list to reflect the removal of deprecated entries. - Adjusted MDX variable escaping in CLI documentation for consistency across versions. Signed-off-by: jguionnet <jguionnet@guidewire.com>
1 parent a18da92 commit 05c5079

File tree

46 files changed

+365
-2258
lines changed

Some content is hidden

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

46 files changed

+365
-2258
lines changed

docs/cli/vela_ql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vela ql [flags]
1818

1919
```
2020
Users can query with a query statement:
21-
vela ql --query "inner-view-name{param1=value1,param2=value2}"
21+
vela ql --query "inner-view-name\{param1=value1,param2=value2\}"
2222
2323
Query by a ql file:
2424
vela ql --file ./ql.cue

docs/contributor/code-contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,12 @@ The `core-run` target uses the `fmt` target to check the format of the files. Th
485485
may not have the same version as the base golang installation. For older versions of goimports, you may see the following
486486
error:
487487
488-
````bash
488+
`bash
489489
$ make core-run
490490
go fmt ./...
491491
/<your_go_binary_path>/go/bin/goimports -local github.com/oam-dev/kubevela -w $(go list -f {{.Dir}} ./...)
492492
/<kubevela_clone_path>/kubevela/pkg/cache/informer.go:46:25: expected ']', found any
493-
````
493+
`
494494
495495
To solve this issue, execute:
496496

docs/end-user/components/cloud-services/cloud-resources-list.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ title: Supported Cloud Resource List
2222
| | | [dynamodb table](./terraform/aws-dynamodb-table.md) | Terraform module which creates DynamoDB table on AWS | false |
2323
| | | [ec2 instance](./terraform/aws-ec2-instance.md) | Terraform module which creates EC2 instance(s) on AWS | false |
2424
| | | [ecs](./terraform/aws-ecs.md) | Terraform module which creates AWS ECS resources | false |
25-
| | | [ecs container definition](./terraform/aws-ecs-container-definition.md) | Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource | false |
2625
| | | [eks](./terraform/aws-eks.md) | Terraform module to create an Elastic Kubernetes (EKS) cluster and associated worker instances on AWS | false |
2726
| | | [eks cluster autoscaler](./terraform/aws-eks-cluster-autoscaler.md) | AWS Eks-Cluster-Autoscaler | false |
2827
| | | [eks external dns](./terraform/aws-eks-external-dns.md) | AWS Eks-External-Dns | false |
@@ -152,7 +151,7 @@ title: Supported Cloud Resource List
152151
| | | [firewall rules](./terraform/gcp-firewall-rules.md) | Terraform module for creating Firewall rules on Google Cloud | false |
153152
| | | [gci](./terraform/gcp-gci.md) | Manages GCP compute engine instance | false |
154153
| | | [gcs](./terraform/gcp-gcs.md) | GCP Gcs | false |
155-
| | | [gke ecommerce](./terraform/gcp-gke-ecommerce.md) | Google Kubernetes Engine starter kit to bootstrap an e-commerce site based on microservices | false |
154+
156155
| | | [gke regional](./terraform/gcp-gke-regional.md) | Using Terraform to create a regional GKE cluster (Hosted Kubernetes offering of GCP) | false |
157156
| | | [googlecomputeinstance](./terraform/gcp-googlecomputeinstance.md) | First step using GCP and Terraform | false |
158157
| | | [hashicorp suite](./terraform/gcp-hashicorp-suite.md) | Terraform module to run Nomad on Google Cloud | false |

docs/end-user/components/cloud-services/terraform/aws-ecs-container-definition.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)