From c0c76fb766e32b9f88b14b7b63399640877c509c Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Tue, 16 May 2023 11:11:20 +0200 Subject: [PATCH 1/3] docs: A one-liner about how Cube is packaged --- docs/content/Getting-Started/Overview.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/Getting-Started/Overview.mdx b/docs/content/Getting-Started/Overview.mdx index 9e45a35e9ab7e..df07c0a2a1666 100644 --- a/docs/content/Getting-Started/Overview.mdx +++ b/docs/content/Getting-Started/Overview.mdx @@ -7,6 +7,8 @@ menuOrder: 1 isDisableFeedbackBlock: false --- +Cube is a cloud-native application, designed to run as a set of containers. + You can get started with Cube in one of two ways. We recommend using [Cube Cloud][cube-cloud], our managed platform for Cube, @@ -15,7 +17,7 @@ Cube Cloud includes features such as collaboration for teams, a web-based IDE, auto-scaling, and observability. Cube Cloud also comes with a free tier for development and proof-of-concept projects. -Alternatively, you can run Cube on your own infrastructure. +Alternatively, you can run Cube on your own infrastructure with Docker. Date: Tue, 16 May 2023 11:29:12 +0200 Subject: [PATCH 2/3] Update docs/content/Getting-Started/Overview.mdx Co-authored-by: Hassan Khan --- docs/content/Getting-Started/Overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Getting-Started/Overview.mdx b/docs/content/Getting-Started/Overview.mdx index df07c0a2a1666..abb5eeb926cd7 100644 --- a/docs/content/Getting-Started/Overview.mdx +++ b/docs/content/Getting-Started/Overview.mdx @@ -7,7 +7,7 @@ menuOrder: 1 isDisableFeedbackBlock: false --- -Cube is a cloud-native application, designed to run as a set of containers. +Cube is a cloud-native application, packaged and distributed as Docker images and designed to run in a containerized environment. You can get started with Cube in one of two ways. From 9cc59da41b55c50fdcaef06350dd8c2d6acfc641 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Tue, 16 May 2023 12:38:13 +0200 Subject: [PATCH 3/3] Update docs/content/Getting-Started/Overview.mdx --- docs/content/Getting-Started/Overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/Getting-Started/Overview.mdx b/docs/content/Getting-Started/Overview.mdx index abb5eeb926cd7..720971cf59dc2 100644 --- a/docs/content/Getting-Started/Overview.mdx +++ b/docs/content/Getting-Started/Overview.mdx @@ -7,7 +7,8 @@ menuOrder: 1 isDisableFeedbackBlock: false --- -Cube is a cloud-native application, packaged and distributed as Docker images and designed to run in a containerized environment. +Cube is a cloud-native application, packaged and distributed as Docker images +and designed to run in a containerized environment. You can get started with Cube in one of two ways.