Removed link to the dead telegram channel

commit_hash:6873572db52797c92e9f33babba4432ab27760ea
This commit is contained in:
pkurchatov
2026-01-27 10:28:49 +03:00
parent 07130f9314
commit 63825bdb16
8 changed files with 7 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Also, weve made a [sandbox](https://divkit.tech/playground) for you to experi
[Documentation](https://divkit.tech/doc) | [Medium tutorial](https://medium.com/p/cad519252f0f) | [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/)
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru)
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru)
### Our clients
+1 -1
View File
@@ -26,7 +26,7 @@ Use `divkit-demo-app` configuration to build and launch our demo app.
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
---
+1 -1
View File
@@ -8,7 +8,7 @@ Also, weve made a [sandbox](https://divkit.tech/playground) for you to experi
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Обзор на Хабр](https://habr.com/ru/companies/yandex/articles/814187).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
## How it works
+1 -1
View File
@@ -52,4 +52,4 @@ Use `SnapshotTests` scheme to run snapshot tests.
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
+1 -1
View File
@@ -28,4 +28,4 @@ SSR is supported. Make sure to pass the same props both on the client and the se
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
+1 -1
View File
@@ -532,4 +532,4 @@ Note that built-in functions like `JSON.parse` and `.json()` will parse large va
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
+1 -1
View File
@@ -109,4 +109,4 @@ While developing cards you need to make sure that:
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
Telegram: [News](https://t.me/divkit_news) | [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
-13
View File
@@ -89,12 +89,6 @@ export const DEFAULT_JSON_VALUE = `{
"link": "https://divkit.tech/doc/",
"log": "docs"
},
{
"type": "link",
"link_text": "News channel",
"link": "https://t.me/divkit_news",
"log": "tg_news"
},
{
"type": "link",
"link_text": "EN Community chat",
@@ -207,13 +201,6 @@ export function getJson() {
log_id: 'docs'
}
}),
thelper.link({
text: 'News channel',
action: {
url: 'https://t.me/divkit_news',
log_id: 'tg_news'
}
}),
thelper.link({
text: 'EN Community chat',
action: {