Skip to content

Commit ffd2b6c

Browse files
committed
docs: Create documentation for the deployment examples
1 parent 571a041 commit ffd2b6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/platform/deployment/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Along with kubernetes, it is also possible to run CogStack through docker compos
2828
- Keep your Terraform code in your own Git repository and adopt GitOps practices
2929

3030

31+
## Contents
3132
```{toctree}
3233
:maxdepth: 2
3334

docs/platform/deployment/reference/docker-compose/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ We use Docker Compose internally during development to run services individually
66

77
## Note
88
:::{tip}
9-
We are actively working on moving away from docker compose and VMs. Instead we plan to primarily support deployment on Kubernetes and Helm.
9+
We are actively working on moving away from docker compose and VMs as the primary way of doing production deployments. Instead we plan to focus more on deployment with Kubernetes and Helm.
1010

11-
Many of the exsigint project instructions will still show how to use docker compose to bring up standalone instances.
11+
Many of the existing project instructions in github for CogStack will still show how to use docker compose to bring up standalone instances.
1212
:::
1313

1414
## How to run

0 commit comments

Comments
 (0)