aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkovalad <kovalad@yandex-team.ru>2022-02-07 18:19:27 +0300
committerkovalad <kovalad@yandex-team.ru>2022-02-07 18:19:27 +0300
commit10a4e33969ca519a7fb275e70d01288992e1f913 (patch)
tree283bf09a63c3c64ab647c11d3c2d68684f672ef3 /README.md
parent19935c21e7247b6826b690be5ef76ecb635f9a90 (diff)
downloadydb-10a4e33969ca519a7fb275e70d01288992e1f913.tar.gz
added proper doc links, removed useless section KIKIMR-14046
added proper doc links, removed useless section KIKIMR-14046 ref:f7fa5f9a23ff3f78eb51abebbf7c98b9790ee9e4
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 1a74307d53..54ad0989e9 100644
--- a/README.md
+++ b/README.md
@@ -105,17 +105,10 @@ Building YDB Embedded UI requires following tools:
1. `cd ydb/apps/ydbd`
1. `cmake ../ && make`
-## Documentation links
-
-1. What is YDB platform
-1. Quick core features demo
-1. Application Development with YDB SDK
-
-
## How to deploy
-* Link to documentation about k8s deploy
-* Link to documentation about deploy with binaries
+* Deploy a cluster [using Kubernetes](docs/en/core/deploy/orchestrated/concepts.md).
+* Deploy a cluster using [pre-built executables](docs/ru/core/getting_started/ydb_local.md).
## How to contribute