mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Removed link to the dead telegram channel
commit_hash:6873572db52797c92e9f33babba4432ab27760ea
This commit is contained in:
@@ -11,7 +11,7 @@ Also, we’ve 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
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Also, we’ve 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
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user