diff options
author | birman111 <birman111@yandex-team.ru> | 2022-03-11 13:06:05 +0300 |
---|---|---|
committer | birman111 <birman111@yandex-team.ru> | 2022-03-11 13:06:05 +0300 |
commit | d82992aef07f0d44c5e0d85283f7541fd9abdf13 (patch) | |
tree | df1df7f0b8a32c20881e5f23e918dbccb549fae1 | |
parent | 83223a09c6aac565b8a36f97fecbd62d2df82907 (diff) | |
download | ydb-d82992aef07f0d44c5e0d85283f7541fd9abdf13.tar.gz |
Change ".yfm"
ref:411586a11c51f0b1d12a4a1d891180ff91221b55
-rw-r--r-- | ydb/docs/.yfm | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/ydb/docs/.yfm b/ydb/docs/.yfm index e0401edd3fa..c7a220f00b6 100644 --- a/ydb/docs/.yfm +++ b/ydb/docs/.yfm @@ -1,13 +1,23 @@ allowHTML: true langs: ['en','ru'] +apply-presets: true docs-viewer: project-name: ydb - logo-title: YDB - no-index: true + no-index: true # Remove this after the public release langs: ['en','ru'] + themes: ['light'] + + github-url-prefix: https://github.com/ydb-platform/ydb/tree/main/ydb/docs + + logo-options: + src: https://storage.yandexcloud.net/docs-external/ydb/assets/Logo-YDB.svg + src-mobile: https://storage.yandexcloud.net/docs-external/ydb/assets/Logo-YDB.svg + img-has: + width: 80px + offset: true + index-page: title: YDB Open Source description: Горизонтально масштабируемая распределённая отказоустойчивая СУБД hidden: true -apply-presets: true |