You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/lowcoder-extension/opensource-contribution/develop-data-source-plugins.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ const i18n = new I18n({ zh, en }, languages);
243
243
244
244
##Auto-generateplugincodebasedonOpenAPI
245
245
246
-
Ifthedatasourceyou're going to develop as a plugin provides an [Open API Spec](https://en.wikipedia.org/wiki/OpenAPI\_Specification) definition file, then its plugin code can be quickly generated.
246
+
Ifthedatasourceyou're going to develop as a plugin provides an [Open API Spec](https://en.wikipedia.org/wiki/OpenAPI_Specification) definition file, then its plugin code can be quickly generated.
247
247
248
248
BelowisanexampleofgeneratingJiraplugincode.
249
249
@@ -268,7 +268,7 @@ Due to various reasons, the generated plugin code needs to be correctly validate
268
268
269
269
##Testing
270
270
271
-
Necessarytestingshouldbedonebeforepublishingtheplugin.Testingadatasourcepluginrequiresabackendenvironment.Youcanstartalocalenvironmentbyfollowingthedocumentation [Startalocalbackendserver](https://github.com/Lowcoder-dev/Lowcoder/tree/develop/client#readme) and test the data source plugin in following aspects:
271
+
Necessarytestingshouldbedonebeforepublishingtheplugin.Testingadatasourcepluginrequiresabackendenvironment.Youcanstartalocalenvironmentbyfollowingthedocumentation [Startalocalbackendserver](https://github.com/lowcoder-org/lowcoder/tree/main/server/api-service) and test the data source plugin in following aspects: