* doc

* version

* doc
This commit is contained in:
Archer
2026-02-12 18:45:30 +08:00
committed by GitHub
parent 0ac8bca17c
commit c8d8ca1384
61 changed files with 209 additions and 355 deletions

View File

@@ -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'