Tried to fix a link issue (#3117)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
parent
a2b35098c6
commit
48688afa5e
2 changed files with 2109 additions and 2 deletions
2107
api/http_api_reference.md
Normal file
2107
api/http_api_reference.md
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,8 +1,8 @@
|
|||
import HightLightMarkdown from '@/components/highlight-markdown';
|
||||
import { useSetModalState, useTranslate } from '@/hooks/common-hooks';
|
||||
import { Button, Card, Flex, Space } from 'antd';
|
||||
// import apiDoc from '../../../../../docs/references/http_api_reference.md';
|
||||
import apiDoc from '@parent/docs/references/http_api_reference.md';
|
||||
// import apiDoc from '../../../../../api/http_api_reference.md';
|
||||
import apiDoc from '@parent/api/http_api_reference.md';
|
||||
import ChatApiKeyModal from '../chat-api-key-modal';
|
||||
import EmbedModal from '../embed-modal';
|
||||
import { usePreviewChat, useShowEmbedModal } from '../hooks';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue