Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docSite/assets/imgs/webSync1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docSite/assets/imgs/webSync2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docSite/assets/imgs/webSync2.png
Binary file not shown.
Binary file added docSite/assets/imgs/webSync3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docSite/assets/imgs/webSync3.png
Binary file not shown.
Binary file added docSite/assets/imgs/webSync4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docSite/assets/imgs/webSync4.png
Binary file not shown.
Binary file added docSite/assets/imgs/webSync5-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docSite/assets/imgs/webSync5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docSite/assets/imgs/webSync6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docSite/assets/imgs/webSync6.webp
Binary file not shown.
12 changes: 7 additions & 5 deletions docSite/content/zh-cn/docs/guide/knowledge_base/websync.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,26 @@ curl https://doc.tryfastgpt.ai/docs/intro/

### 1. 新建知识库,选择 Web 站点同步

![](/imgs/webSync2.png)
![](/imgs/webSync2.jpg)

![](/imgs/webSync3.png)
![](/imgs/webSync3.jpg)

### 2. 点击配置站点信息

![](/imgs/webSync4.png)
![](/imgs/webSync4.jpg)

### 3. 填写网址和选择器

![](/imgs/webSync5.jpg)

![](/imgs/webSync5-1.jpg)

好了, 现在点击开始同步,静等系统自动抓取网站信息即可。


## 创建应用,绑定知识库

![](/imgs/webSync6.webp)
![](/imgs/webSync6.jpg)

## 选择器如何使用

Expand Down Expand Up @@ -77,4 +79,4 @@ curl https://doc.tryfastgpt.ai/docs/intro/

另一组是`.docs-content div[data-prismjs-copy]`,含义是`docs-content` 类下包含`data-prismjs-copy`属性的`div`元素。

把两组选择器用逗号隔开即可:`.docs-content .mb-0.d-flex, .docs-content div[data-prismjs-copy]`
把两组选择器用逗号隔开即可:`.docs-content .mb-0.d-flex, .docs-content div[data-prismjs-copy]`
Loading