Skip to content

Commit 161992c

Browse files
blinkovasmyasnikov
andauthored
[docs] backport #17788 to stable-25-1 (#17893)
Co-authored-by: Aleksey Myasnikov <asmyasnikov@ydb.tech>
1 parent cf1e35b commit 161992c

File tree

5 files changed

+315
-285
lines changed

5 files changed

+315
-285
lines changed

ydb/docs/.yfm

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ allowCustomResources: true
55
included: true
66
resources:
77
style:
8-
- _assets/tags.css
8+
- _assets/tags.css
9+
- _assets/badge.css
10+
csp:
11+
- "img-src":
12+
- "https://github.ydb.tech"
913

1014
docs-viewer:
1115
project-name: ydb
1216
# no-index: true # Remove this after the public release
1317
langs: ['en','ru']
1418
themes: ['light', 'dark']
1519
favicon-src: https://storage.yandexcloud.net/ydb-www-prod-site-assets/favicon-202305/favicon.ico
16-
gtm:
20+
gtm:
1721
id: GTM-W7ZBL4X
1822
github-url-prefix: https://github.com/ydb-platform/ydb/tree/main/ydb/docs
1923
unrestrict-revision-access: true
20-
24+
2125
logo-options:
2226
url:
2327
en: https://ydb.tech/
@@ -29,7 +33,7 @@ docs-viewer:
2933
img-has:
3034
width: 80px
3135
offset: true
32-
36+
3337
index-page:
3438
title: YDB Open Source
3539
description: Горизонтально масштабируемая распределённая отказоустойчивая СУБД

ydb/docs/_assets/badge.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.dc-doc-page .yfm img {
2+
background-color: transparent;
3+
}

0 commit comments

Comments
 (0)