mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
@@ -26,6 +26,10 @@ export default async function Layout({
|
||||
title: t('common:introduction', lang),
|
||||
url: lang === 'zh-CN' ? '/docs/introduction' : '/en/docs/introduction'
|
||||
},
|
||||
{
|
||||
title: t('common:api_reference', lang),
|
||||
url: lang === 'zh-CN' ? '/docs/openapi' : '/en/docs/openapi'
|
||||
},
|
||||
{
|
||||
title: t('common:use-cases', lang),
|
||||
url: lang === 'zh-CN' ? '/docs/use-cases' : '/en/docs/use-cases'
|
||||
|
||||
Reference in New Issue
Block a user