Skip to content

Commit 8b90ceb

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GITBOOK-119: add doc: Develop data source plugins
1 parent f04818c commit 8b90ceb

File tree

7 files changed

+310
-7
lines changed

7 files changed

+310
-7
lines changed
430 KB
Loading
70.9 KB
Loading
72.8 KB
Loading
92.1 KB
Loading

docs/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353

5454
## Build plugins
5555

56-
* [Develop your first plugin](build-plugins/develop-your-first-plugin.md)
56+
* [Develop UI component plugins](build-plugins/develop-your-first-plugin.md)
57+
* [Develop data source plugins](build-plugins/develop-data-source-plugins.md)
5758

5859
## Workspace management
5960

docs/build-plugins/develop-data-source-plugins.md

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

docs/build-plugins/develop-your-first-plugin.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
---
2-
description: >-
3-
With Openblocks plugins, you can develop customized components that are
4-
consistent with native components for your specific scenarios.
5-
---
1+
# Develop UI component plugins
62

7-
# Develop customized plugins
3+
With Openblocks plugins, you can develop customized components that are consistent with native components for your specific scenarios.
84

95
## Initialization
106

0 commit comments

Comments
 (0)