mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
Doc (#6493)
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
This commit is contained in:
@@ -24,14 +24,14 @@ const PolicyTip = ({ isCenter }: { isCenter: boolean }) => {
|
||||
div: <Flex justifyContent={'center'} />,
|
||||
termsLink: (
|
||||
<Link
|
||||
href={getDocPath('/docs/protocol/terms/')}
|
||||
href={getDocPath('/docs/introduction/cloud/terms/')}
|
||||
target={'_blank'}
|
||||
color={'primary.700'}
|
||||
/>
|
||||
),
|
||||
privacyLink: (
|
||||
<Link
|
||||
href={getDocPath('/docs/protocol/privacy/')}
|
||||
href={getDocPath('/docs/introduction/cloud/privacy/')}
|
||||
target={'_blank'}
|
||||
color={'primary.700'}
|
||||
/>
|
||||
|
||||
@@ -75,7 +75,7 @@ const CookiesModal = () => {
|
||||
textDecorationLine={'underline'}
|
||||
cursor={'pointer'}
|
||||
w={'fit-content'}
|
||||
onClick={() => window.open(getDocPath('/docs/protocol/privacy/'), '_blank')}
|
||||
onClick={() => window.open(getDocPath('/docs/introduction/cloud/privacy/'), '_blank')}
|
||||
>
|
||||
{t('login:privacy_policy')}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user