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:
Finley Ge
2025-07-03 12:08:03 +08:00
committed by GitHub
parent 94b0188cfd
commit 07768d1d23
4 changed files with 92 additions and 26 deletions

View File

@@ -80,7 +80,6 @@ jobs:
tool: issue-comment
title: 'Docs Preview:'
body: |
Deployment Status: ${status}
```
${success ? `🔗 Preview URL: ${deploymentUrl}` : ''}
🔗 Preview URL: ${{deploymentUrl}}
```

View File

@@ -87,5 +87,5 @@ jobs:
title: 'Preview ${{ matrix.image }} Image:'
body: |
```
${{ steps.config.outputs.DOCKER_REPO_TAGGED }}`
${{ steps.config.outputs.DOCKER_REPO_TAGGED }}
```