From 624caf037ba24fbdc22108c2a599a959d51f3e01 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Mon, 19 May 2025 22:42:04 +1000 Subject: [PATCH] chore(docs): init overview page --- docs/docs/intro.md | 7 ------- docs/docs/overview.md | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 docs/docs/intro.md create mode 100644 docs/docs/overview.md diff --git a/docs/docs/intro.md b/docs/docs/intro.md deleted file mode 100644 index 0dab386b..00000000 --- a/docs/docs/intro.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -slug: / ---- - -# Intro - -TBD diff --git a/docs/docs/overview.md b/docs/docs/overview.md new file mode 100644 index 00000000..d9d48376 --- /dev/null +++ b/docs/docs/overview.md @@ -0,0 +1,9 @@ +--- +slug: / +--- + +# Overview + +Uncloud is lightweight tool for creating a cluster of machines running Docker and deploying web applications across +them. It is designed to be simple and easy to use, while still providing the essential features to manage and scale +your apps in production.