mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 07:31:19 +00:00
docs: update plugin design doc (#5135)
* docs(plugin): add design document for plugin * chore: move design plugin to development * fix: remove trailing back quote * fix: docs preview workflow * chore: remove mermaid to fix build
This commit is contained in:
3
.github/workflows/docs-preview.yml
vendored
3
.github/workflows/docs-preview.yml
vendored
@@ -80,7 +80,6 @@ jobs:
|
||||
tool: issue-comment
|
||||
title: 'Docs Preview:'
|
||||
body: |
|
||||
Deployment Status: ${status}
|
||||
```
|
||||
${success ? `🔗 Preview URL: ${deploymentUrl}` : ''}
|
||||
🔗 Preview URL: ${{deploymentUrl}}
|
||||
```
|
||||
|
2
.github/workflows/fastgpt-preview-image.yml
vendored
2
.github/workflows/fastgpt-preview-image.yml
vendored
@@ -87,5 +87,5 @@ jobs:
|
||||
title: 'Preview ${{ matrix.image }} Image:'
|
||||
body: |
|
||||
```
|
||||
${{ steps.config.outputs.DOCKER_REPO_TAGGED }}`
|
||||
${{ steps.config.outputs.DOCKER_REPO_TAGGED }}
|
||||
```
|
||||
|
Reference in New Issue
Block a user