Skip to content

Commit 739b549

Browse files
committed
docs(workflow): update documentation for IDE and plugin requirements
This commit updates the workflow documentation to include the required IDEs and plugins for each automation task.
1 parent bd4b424 commit 739b549

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

docs/workflow/auto-arkui.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ nav_order: 4
55
parent: Workflow
66
---
77

8+
Work on the following IDEs:
9+
10+
Android Studio
11+
{: .label .label-yellow }
12+
DevEco Studio
13+
{: .label .label-yellow }
14+
815
Demo Video: [https://www.bilibili.com/video/BV11A4m137k9/](https://www.bilibili.com/video/BV11A4m137k9/)
916

1017
TODOs

docs/workflow/auto-crud.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ nav_order: 1
55
parent: Workflow
66
---
77

8+
Required plugin:
9+
10+
Java
11+
{: .label .label-yellow }
12+
813
Demo Video: [https://www.bilibili.com/video/BV1Ye411h7Qu/](https://www.bilibili.com/video/BV1Ye411h7Qu/)
914

1015
Follow: [AutoDev for CRUD (Java) ](/features/auto-dev)

docs/workflow/auto-page.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ nav_order: 3
55
parent: Workflow
66
---
77

8+
Required plugin:
9+
10+
JavaScript
11+
{: .label .label-yellow }
12+
813
Demo Video: [https://www.bilibili.com/video/BV1Ye411h7Qu/](https://www.bilibili.com/video/BV1Ye411h7Qu/)
914

1015
implementation: [cc.unitmesh.database.flow.AutoPageFlow]

docs/workflow/auto-sql.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ nav_order: 2
55
parent: Workflow
66
---
77

8+
required:
9+
10+
Database Tools and SQL
11+
{: .label .label-yellow }
12+
813
Demo Video: [https://www.bilibili.com/video/BV1Ye411h7Qu/](https://www.bilibili.com/video/BV1Ye411h7Qu/)
914

1015
implementation: [cc.unitmesh.database.flow.AutoSqlFlow](

0 commit comments

Comments
 (0)