diff --git a/src/frontend/src/content/docs/integrations/compute/docker.mdx b/src/frontend/src/content/docs/integrations/compute/docker.mdx index 56b6833b5..10411863b 100644 --- a/src/frontend/src/content/docs/integrations/compute/docker.mdx +++ b/src/frontend/src/content/docs/integrations/compute/docker.mdx @@ -142,9 +142,29 @@ The preceding code: When a Docker Compose environment is present, all resources are automatically published as Docker Compose services — no additional opt-in is required. ### Add Docker Compose environment resource with properties diff --git a/src/frontend/src/content/docs/integrations/compute/kubernetes.mdx b/src/frontend/src/content/docs/integrations/compute/kubernetes.mdx index 4a12e81be..7c5f7017f 100644 --- a/src/frontend/src/content/docs/integrations/compute/kubernetes.mdx +++ b/src/frontend/src/content/docs/integrations/compute/kubernetes.mdx @@ -107,9 +107,29 @@ await builder.build().run(); ## Configure Helm chart options