mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-21 03:46:11 +00:00
fix: update help links in sidebar configuration to reflect new usage paths and add Japanese translations
This commit is contained in:
@@ -23,8 +23,9 @@ export const sidebarConfigList = [
|
|||||||
route: '/home/bots',
|
route: '/home/bots',
|
||||||
description: t('bots.description'),
|
description: t('bots.description'),
|
||||||
helpLink: {
|
helpLink: {
|
||||||
en_US: 'https://docs.langbot.app/en/deploy/platforms/readme.html',
|
en_US: 'https://docs.langbot.app/en/usage/platforms/readme.html',
|
||||||
zh_Hans: 'https://docs.langbot.app/zh/deploy/platforms/readme.html',
|
zh_Hans: 'https://docs.langbot.app/zh/usage/platforms/readme.html',
|
||||||
|
ja_JP: 'https://docs.langbot.app/ja/usage/platforms/readme.html',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
new SidebarChildVO({
|
new SidebarChildVO({
|
||||||
@@ -43,8 +44,9 @@ export const sidebarConfigList = [
|
|||||||
route: '/home/pipelines',
|
route: '/home/pipelines',
|
||||||
description: t('pipelines.description'),
|
description: t('pipelines.description'),
|
||||||
helpLink: {
|
helpLink: {
|
||||||
en_US: 'https://docs.langbot.app/en/deploy/pipelines/readme.html',
|
en_US: 'https://docs.langbot.app/en/usage/pipelines/readme.html',
|
||||||
zh_Hans: 'https://docs.langbot.app/zh/deploy/pipelines/readme.html',
|
zh_Hans: 'https://docs.langbot.app/zh/usage/pipelines/readme.html',
|
||||||
|
ja_JP: 'https://docs.langbot.app/ja/usage/pipelines/readme.html',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
new SidebarChildVO({
|
new SidebarChildVO({
|
||||||
@@ -62,8 +64,9 @@ export const sidebarConfigList = [
|
|||||||
route: '/home/knowledge',
|
route: '/home/knowledge',
|
||||||
description: t('knowledge.description'),
|
description: t('knowledge.description'),
|
||||||
helpLink: {
|
helpLink: {
|
||||||
en_US: 'https://docs.langbot.app/en/deploy/knowledge/readme.html',
|
en_US: 'https://docs.langbot.app/en/usage/knowledge/readme.html',
|
||||||
zh_Hans: 'https://docs.langbot.app/zh/deploy/knowledge/readme.html',
|
zh_Hans: 'https://docs.langbot.app/zh/usage/knowledge/readme.html',
|
||||||
|
ja_JP: 'https://docs.langbot.app/ja/usage/knowledge/readme.html',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
new SidebarChildVO({
|
new SidebarChildVO({
|
||||||
@@ -82,8 +85,9 @@ export const sidebarConfigList = [
|
|||||||
route: '/home/plugins',
|
route: '/home/plugins',
|
||||||
description: t('plugins.description'),
|
description: t('plugins.description'),
|
||||||
helpLink: {
|
helpLink: {
|
||||||
en_US: 'https://docs.langbot.app/en/plugin/plugin-intro.html',
|
en_US: 'https://docs.langbot.app/en/usage/plugin/plugin-intro.html',
|
||||||
zh_Hans: 'https://docs.langbot.app/zh/plugin/plugin-intro.html',
|
zh_Hans: 'https://docs.langbot.app/zh/usage/plugin/plugin-intro.html',
|
||||||
|
ja_JP: 'https://docs.langbot.app/ja/usage/plugin/plugin-intro.html',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user