Browse Source

added proper doc links, removed useless section KIKIMR-14046

added proper doc links, removed useless section KIKIMR-14046

ref:f7fa5f9a23ff3f78eb51abebbf7c98b9790ee9e4
kovalad 3 years ago
parent
commit
10a4e33969
1 changed files with 2 additions and 9 deletions
  1. 2 9
      README.md

+ 2 - 9
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