From e20dfaec5e35623f17c9c437a0da4bb570c9832e Mon Sep 17 00:00:00 2001 From: Kurt Morgan Date: Thu, 13 Nov 2025 14:54:13 +0300 Subject: [PATCH] changelog --- .vitepress/locales.ts | 1 - CHANGELOG.md | 1 + .../list-of-libraries-for-integrations.md | 10 ---------- src/ar/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/de/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/en/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/es/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/hi/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/ko/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/ru/t.json | 1 - .../list-of-libraries-for-integrations.md | 11 ----------- src/zh/t.json | 1 - 18 files changed, 1 insertion(+), 96 deletions(-) delete mode 100644 src/ar/installation/list-of-libraries-for-integrations.md delete mode 100644 src/de/installation/list-of-libraries-for-integrations.md delete mode 100644 src/en/installation/list-of-libraries-for-integrations.md delete mode 100644 src/es/installation/list-of-libraries-for-integrations.md delete mode 100644 src/hi/installation/list-of-libraries-for-integrations.md delete mode 100644 src/ko/installation/list-of-libraries-for-integrations.md delete mode 100644 src/ru/installation/list-of-libraries-for-integrations.md delete mode 100644 src/zh/installation/list-of-libraries-for-integrations.md diff --git a/.vitepress/locales.ts b/.vitepress/locales.ts index d63fca6..624545f 100644 --- a/.vitepress/locales.ts +++ b/.vitepress/locales.ts @@ -30,7 +30,6 @@ regions.forEach((region: RegionsType) => { { text: tHandler(region.slug, "Installation with docker"), link: `/${region.slug}/installation/docker-installation.md` }, { text: tHandler(region.slug, "Installation"), link: `/${region.slug}/installation/installation.md` }, { text: tHandler(region.slug, "Domain linking"), link: `/${region.slug}/installation/domain-linking.md` }, - { text: tHandler(region.slug, "List of libraries for integrations"), link: `/${region.slug}/installation/list-of-libraries-for-integrations.md` }, ], }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 663ee15..957c98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] - Added zoom when clicking on an image in docs DV-3752 +- Remove unnecessary page about integration ## [0.0.15] - 2025-11-11 diff --git a/src/ar/installation/list-of-libraries-for-integrations.md b/src/ar/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index 91d7565..0000000 --- a/src/ar/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,10 +0,0 @@ -# قائمة مكتبات للدمج - ---- - -إليك قائمة بروابط GitHub التي توفر عملاء لدمج DV Net API: - -## عميل PHP -[github](https://github.com/dv-net/dv-net-php-client) - -يتم توسيع القائمة تدريجياً. \ No newline at end of file diff --git a/src/ar/t.json b/src/ar/t.json index af93130..3f1e3b6 100644 --- a/src/ar/t.json +++ b/src/ar/t.json @@ -63,7 +63,6 @@ "API Integration": "تكامل API", "Connecting a payment form without API": "ربط نموذج الدفع بدون API", "Connecting exchanges": "ربط البورصات", - "List of libraries for integrations": "قائمة مكتبات للدمج", "Exchanges": "البورصات", "Exchanges integration": "البورصات", "Security": "الأمن", diff --git a/src/de/installation/list-of-libraries-for-integrations.md b/src/de/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index 50b4577..0000000 --- a/src/de/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# Liste der Bibliotheken für Integrationen - ---- - -Unten findest du eine Liste von GitHub-Links, die Clients für die DV Net API-Integration bereitstellen. - -## PHP-Client -[github](https://github.com/dv-net/dv-net-php-client) - -Die Liste wird schrittweise erweitert. \ No newline at end of file diff --git a/src/de/t.json b/src/de/t.json index 032723e..5779471 100644 --- a/src/de/t.json +++ b/src/de/t.json @@ -63,7 +63,6 @@ "API Integration": "API-Integration", "Connecting a payment form without API": "Einbindung eines Zahlungsformulars ohne API", "Connecting exchanges": "Börsen verbinden", - "List of libraries for integrations": "Liste der Bibliotheken für Integrationen", "Exchanges": "Börsen", "Exchanges integration": "Integration der Börse", "Security": "Sicherheit", diff --git a/src/en/installation/list-of-libraries-for-integrations.md b/src/en/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index 107f878..0000000 --- a/src/en/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ -# list of libraries for integrations - ---- - - -Below is a list of github links that provide clients for DV Net API integration. - -## PHP client -[github](https://github.com/dv-net/dv-net-php-client) - -The list is gradually being expanded. diff --git a/src/en/t.json b/src/en/t.json index b345388..295512a 100644 --- a/src/en/t.json +++ b/src/en/t.json @@ -63,7 +63,6 @@ "API Integration": "API Integration", "Connecting a payment form without API": "Connecting a payment form without API", "Connecting exchanges": "Connecting exchanges", - "List of libraries for integrations": "List of libraries for integrations", "Exchanges": "Exchanges", "Exchanges integration": "Exchange Integration", "Security": "Security", diff --git a/src/es/installation/list-of-libraries-for-integrations.md b/src/es/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index ae05002..0000000 --- a/src/es/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# Lista de bibliotecas para integraciones - ---- - -A continuación, se muestra una lista de enlaces de GitHub que proporcionan clientes para la integración de la API de DV Net. - -## Cliente PHP -[github](https://github.com/dv-net/dv-net-php-client) - -La lista se irá ampliando gradualmente. \ No newline at end of file diff --git a/src/es/t.json b/src/es/t.json index 8eddb5c..5068640 100644 --- a/src/es/t.json +++ b/src/es/t.json @@ -63,7 +63,6 @@ "API Integration": "Integración de API", "Connecting a payment form without API": "Conectar un formulario de pago sin API", "Connecting exchanges": "Conectando intercambios", - "List of libraries for integrations": "Lista de bibliotecas para integraciones", "Exchanges": "Bolsas", "Exchanges integration": "Integración de la Bolsa", "Security": "Seguridad", diff --git a/src/hi/installation/list-of-libraries-for-integrations.md b/src/hi/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index 6be5c12..0000000 --- a/src/hi/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# एकीकरण के लिए पुस्तकालयों की सूची - ---- - -नीचे GitHub लिंक की एक सूची दी गई है जो DV Net API एकीकरण के लिए क्लाइंट प्रदान करती है। - -## PHP क्लाइंट -[github](https://github.com/dv-net/dv-net-php-client) - -यह सूची धीरे-धीरे बढ़ाई जा रही है। \ No newline at end of file diff --git a/src/hi/t.json b/src/hi/t.json index a461f74..df5ada5 100644 --- a/src/hi/t.json +++ b/src/hi/t.json @@ -63,7 +63,6 @@ "API Integration": "एकीकरण", "Connecting a payment form without API": "API के बिना भुगतान फ़ॉर्म कनेक्ट करना", "Connecting exchanges": "एक्सचेंज जोड़ना", - "List of libraries for integrations": "एकीकरण के लिए पुस्तकालयों की सूची", "Exchanges": "बाज़ारें", "Exchanges integration": "एक्सचेंज एकीकरण", "Security": "सुरक्षा", diff --git a/src/ko/installation/list-of-libraries-for-integrations.md b/src/ko/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index f48a127..0000000 --- a/src/ko/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# 통합을 위한 라이브러리 목록 - ---- - -아래는 DV Net API 통합을 위한 클라이언트를 제공하는 GitHub 링크 목록입니다. - -## PHP 클라이언트 -[github](https://github.com/dv-net/dv-net-php-client) - -이 목록은 점진적으로 확장될 예정입니다. \ No newline at end of file diff --git a/src/ko/t.json b/src/ko/t.json index eb29cc8..ba90e9e 100644 --- a/src/ko/t.json +++ b/src/ko/t.json @@ -63,7 +63,6 @@ "API Integration": "API 통합", "Connecting a payment form without API": "API 없이 결제 양식 연결", "Connecting exchanges": "거래소 연결 중", - "List of libraries for integrations": "통합을 위한 라이브러리 목록", "Exchanges": "거래소", "Exchanges integration": "거래소 통합", "Security": "보안", diff --git a/src/ru/installation/list-of-libraries-for-integrations.md b/src/ru/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index d7db762..0000000 --- a/src/ru/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# Список библиотек для интеграции - ---- - -Ниже представлен список ссылок на GitHub, которые предоставляют клиенты для интеграции с API DV Net. - -## PHP клиент -[github](https://github.com/dv-net/dv-net-php-client) - -Список постепенно расширяется. \ No newline at end of file diff --git a/src/ru/t.json b/src/ru/t.json index d31c515..ce6a22e 100644 --- a/src/ru/t.json +++ b/src/ru/t.json @@ -63,7 +63,6 @@ "API Integration": "Интеграция API", "Connecting a payment form without API": "Подключение платежной формы без API", "Connecting exchanges": "Подключение биржи", - "List of libraries for integrations": "Список библиотек для интеграции", "Exchanges": "Биржи", "Exchanges integration": "Интеграция биржи", "Security": "Безопасность", diff --git a/src/zh/installation/list-of-libraries-for-integrations.md b/src/zh/installation/list-of-libraries-for-integrations.md deleted file mode 100644 index 41526bc..0000000 --- a/src/zh/installation/list-of-libraries-for-integrations.md +++ /dev/null @@ -1,11 +0,0 @@ - -# 集成库列表 - ---- - -以下是提供 DV Net API 集成客户端的 GitHub 链接列表。 - -## PHP 客户端 -[github](https://github.com/dv-net/dv-net-php-client) - -该列表正在逐步扩展中。 \ No newline at end of file diff --git a/src/zh/t.json b/src/zh/t.json index da820cc..745db42 100644 --- a/src/zh/t.json +++ b/src/zh/t.json @@ -63,7 +63,6 @@ "API Integration": "集成", "Connecting a payment form without API": "無需 API 即可連接付款表單", "Connecting exchanges": "连接交易所", - "List of libraries for integrations": "集成库列表", "Exchanges": "交易所", "Exchanges integration": "交易所整合", "Security": "安全",