New dpcs structure and dataset i18n (#551)
* perf: check balance * md * lock way * i18n * docs * doc * i18n * update doc * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync * feat: one link sync
This commit is contained in:
@@ -5,6 +5,7 @@ import { useTranslation } from 'next-i18next';
|
||||
import Avatar from '@/components/Avatar';
|
||||
import { useRouter } from 'next/router';
|
||||
import CommunityModal from '@/components/CommunityModal';
|
||||
import { getDocPath } from '@/web/common/system/doc';
|
||||
|
||||
const Footer = () => {
|
||||
const { t } = useTranslation();
|
||||
@@ -47,7 +48,7 @@ const Footer = () => {
|
||||
{
|
||||
label: t('home.Footer Docs'),
|
||||
onClick: () => {
|
||||
window.open(`${feConfigs.docUrl}/docs/intro`, '_blank');
|
||||
window.open(getDocPath('/docs/intro'), '_blank');
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user