diff options
author | Ivan Blinkov <ivan@ydb.tech> | 2023-05-12 09:08:52 +0000 |
---|---|---|
committer | blinkov <blinkov@yandex-team.com> | 2023-05-12 12:08:52 +0300 |
commit | f39bad6387b7e876b3ecd2c0406a00419d7ab54c (patch) | |
tree | fb88c11ac905c5520c140a076d5a2d972b3fa9d3 | |
parent | 9ff844582d48e023f205c06851f4efcfa908f4e9 (diff) | |
download | ydb-f39bad6387b7e876b3ecd2c0406a00419d7ab54c.tar.gz |
"[docs] dir.md - OSS YDB is not a service"
"[docs] dir.md - OSS YDB is not a service"
Pull Request resolved: #198
-rw-r--r-- | ydb/docs/en/core/concepts/datamodel/_includes/dir.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/concepts/datamodel/_includes/dir.md b/ydb/docs/en/core/concepts/datamodel/_includes/dir.md index 29d929a4d74..b3335588d43 100644 --- a/ydb/docs/en/core/concepts/datamodel/_includes/dir.md +++ b/ydb/docs/en/core/concepts/datamodel/_includes/dir.md @@ -1,3 +1,3 @@ # Directory -For convenience, the service supports creating directories like in a file system, meaning the entire database consists of a directory tree, while tables and other entities are in the leaves of this tree (similar to files in the file system). A directory can host multiple subdirectories and tables. The names of the entities they contain are unique. +For convenience, {{ ydb-short-name }} supports creating directories like in a file system, meaning the entire database consists of a directory tree, while tables and other entities are in the leaves of this tree (similar to files in the file system). A directory can host multiple subdirectories and tables. The names of the entities they contain are unique. |