mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-08 01:08:43 +08:00
doc (#6419)
This commit is contained in:
@@ -97,10 +97,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
|
||||
</Box>
|
||||
{feConfigs?.docUrl && (
|
||||
<Link
|
||||
href={
|
||||
feConfigs.openAPIDocUrl ||
|
||||
getDocPath('/docs/introduction/development/openapi/intro')
|
||||
}
|
||||
href={feConfigs.openAPIDocUrl || getDocPath('/docs/introduction/openapi/intro')}
|
||||
target={'_blank'}
|
||||
ml={1}
|
||||
color={'primary.500'}
|
||||
|
||||
@@ -397,7 +397,7 @@ function EditLinkModal({
|
||||
/>
|
||||
</Flex>
|
||||
<Link
|
||||
href={getDocPath('/docs/introduction/development/openapi/share')}
|
||||
href={getDocPath('/docs/introduction/openapi/share')}
|
||||
target={'_blank'}
|
||||
fontSize={'xs'}
|
||||
color={'myGray.500'}
|
||||
|
||||
@@ -114,7 +114,7 @@ const defaultFeConfigs: FastGPTFeConfigsType = {
|
||||
show_emptyChat: true,
|
||||
show_git: true,
|
||||
docUrl: 'https://doc.fastgpt.io',
|
||||
openAPIDocUrl: 'https://doc.fastgpt.io/docs/introduction/development/openapi/intro',
|
||||
openAPIDocUrl: 'https://doc.fastgpt.io/docs/introduction/openapi/intro',
|
||||
submitPluginRequestUrl: 'https://github.com/labring/fastgpt-plugin/issues',
|
||||
appTemplateCourse:
|
||||
'https://fael3z0zfze.feishu.cn/wiki/CX9wwMGyEi5TL6koiLYcg7U0nWb?fromScene=spaceOverview',
|
||||
|
||||
Reference in New Issue
Block a user