File tree Expand file tree Collapse file tree 5 files changed +315
-285
lines changed
en/core/reference/ydb-sdk
ru/core/reference/ydb-sdk Expand file tree Collapse file tree 5 files changed +315
-285
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,23 @@ allowCustomResources: true
5
5
included: true
6
6
resources:
7
7
style:
8
- - _assets/tags.css
8
+ - _assets/tags.css
9
+ - _assets/badge.css
10
+ csp:
11
+ - "img-src":
12
+ - "https://github.ydb.tech"
9
13
10
14
docs-viewer:
11
15
project-name: ydb
12
16
# no-index: true # Remove this after the public release
13
17
langs: ['en','ru']
14
18
themes: ['light', 'dark']
15
19
favicon-src: https://storage.yandexcloud.net/ydb-www-prod-site-assets/favicon-202305/favicon.ico
16
- gtm:
20
+ gtm:
17
21
id: GTM-W7ZBL4X
18
22
github-url-prefix: https://github.com/ydb-platform/ydb/tree/main/ydb/docs
19
23
unrestrict-revision-access: true
20
-
24
+
21
25
logo-options:
22
26
url:
23
27
en: https://ydb.tech/
@@ -29,7 +33,7 @@ docs-viewer:
29
33
img-has:
30
34
width: 80px
31
35
offset: true
32
-
36
+
33
37
index-page:
34
38
title: YDB Open Source
35
39
description: Горизонтально масштабируемая распределённая отказоустойчивая СУБД
Original file line number Diff line number Diff line change
1
+ .dc-doc-page .yfm img {
2
+ background-color : transparent;
3
+ }
You can’t perform that action at this time.
0 commit comments