refactor: replace docs.langbot.app URLs with link.langbot.app short links

All documentation URLs now go through Cloudflare Bulk Redirects
(link.langbot.app) so future doc path changes won't break
already-released versions.

Short link format: link.langbot.app/{lang}/docs/{topic}
Supported languages: zh, en, ja
This commit is contained in:
RockChinQ
2026-03-30 10:53:21 +08:00
parent 1c419e3591
commit 1201949f2c
24 changed files with 87 additions and 87 deletions

View File

@@ -66,7 +66,7 @@ const enUS = {
and: 'and',
dataCollectionPolicy: 'Data Collection Policy',
dataCollectionPolicyUrl:
'https://docs.langbot.app/en/insight/data-collection-policy',
'https://link.langbot.app/en/docs/data-policy',
loading: 'Loading...',
fieldRequired: 'This field is required',
or: 'or',

View File

@@ -68,7 +68,7 @@ const esES = {
and: 'y',
dataCollectionPolicy: 'Política de recopilación de datos',
dataCollectionPolicyUrl:
'https://docs.langbot.app/en/insight/data-collection-policy',
'https://link.langbot.app/en/docs/data-policy',
loading: 'Cargando...',
fieldRequired: 'Este campo es obligatorio',
or: 'o',

View File

@@ -67,7 +67,7 @@
and: 'および',
dataCollectionPolicy: 'データ収集ポリシー',
dataCollectionPolicyUrl:
'https://docs.langbot.app/ja/insight/data-collection-policy',
'https://link.langbot.app/ja/docs/data-policy',
loading: '読み込み中...',
fieldRequired: 'この項目は必須です',
or: 'または',

View File

@@ -66,7 +66,7 @@ const thTH = {
and: 'และ',
dataCollectionPolicy: 'นโยบายการเก็บรวบรวมข้อมูล',
dataCollectionPolicyUrl:
'https://docs.langbot.app/en/insight/data-collection-policy',
'https://link.langbot.app/en/docs/data-policy',
loading: 'กำลังโหลด...',
fieldRequired: 'ช่องนี้จำเป็นต้องกรอก',
or: 'หรือ',

View File

@@ -66,7 +66,7 @@ const viVN = {
and: 'và',
dataCollectionPolicy: 'Chính sách thu thập dữ liệu',
dataCollectionPolicyUrl:
'https://docs.langbot.app/en/insight/data-collection-policy',
'https://link.langbot.app/en/docs/data-policy',
loading: 'Đang tải...',
fieldRequired: 'Trường này là bắt buộc',
or: 'hoặc',

View File

@@ -65,7 +65,7 @@ const zhHans = {
and: '和',
dataCollectionPolicy: '数据收集政策',
dataCollectionPolicyUrl:
'https://docs.langbot.app/zh/insight/data-collection-policy',
'https://link.langbot.app/zh/docs/data-policy',
loading: '加载中...',
fieldRequired: '此字段为必填项',
or: '或',

View File

@@ -65,7 +65,7 @@ const zhHant = {
and: '和',
dataCollectionPolicy: '數據收集政策',
dataCollectionPolicyUrl:
'https://docs.langbot.app/zh/insight/data-collection-policy',
'https://link.langbot.app/zh/docs/data-policy',
loading: '載入中...',
fieldRequired: '此欄位為必填',
or: '或',