Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
praneesha committed Aug 24, 2023
1 parent 7a01e43 commit c65626a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/c2c-docker-deployment/c2c_docker_deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker

Ballerina supports generating Docker artifacts from code without any additional configuration. This simplifies the experience of developing and deploying Ballerina code in the cloud. Code to Cloud builds the containers and required artifacts by deriving the required values from the code. If you want to override the default values taken by the compiler, you can use a `Cloud.toml` file.
For more information, see [Code to Cloud Deployment](/learn/code-to-cloud/code-to-cloud-deployment/).
For more information, see [Code to Cloud Deployment](/learn/code-to-cloud-deployment/).

::: code c2c_docker_deployment.bal :::

Expand Down
2 changes: 1 addition & 1 deletion examples/c2c-k8s-deployment/c2c_k8s_deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kubernetes

Ballerina supports generating Kubernetes artifacts from code without any additional configuration. This simplifies the experience of developing and deploying Ballerina code in the cloud. Code to Cloud builds the containers and required artifacts by deriving the required values from the code. If you want to override the default values taken by the compiler, you can use a `Cloud.toml` file.
For more information, see [Code to Cloud Deployment](/learn/code-to-cloud/code-to-cloud-deployment/).
For more information, see [Code to Cloud Deployment](/learn/code-to-cloud-deployment/).

::: code c2c_k8s_deployment.bal :::

Expand Down

0 comments on commit c65626a

Please sign in to comment.