diff --git a/docs/developer/integration/README.md b/docs/developer/integration/README.md
new file mode 100644
index 0000000..9b949c9
--- /dev/null
+++ b/docs/developer/integration/README.md
@@ -0,0 +1,13 @@
+---
+sidebar_label: Integration
+---
+
+# Extend the Reach of Your Organization
+
+Sometimes your users need to work with data and services that are outside your Steedos org. There’s a variety of ways you can provide seamless access across org boundaries.
+
+```mdx-code-block
+import DocCardList from '@theme/DocCardList';
+
+
+```
\ No newline at end of file
diff --git a/docs/developer/integration/_category_.yml b/docs/developer/integration/_category_.yml
new file mode 100644
index 0000000..7e323a8
--- /dev/null
+++ b/docs/developer/integration/_category_.yml
@@ -0,0 +1,2 @@
+collapsed: false
+position: 200
\ No newline at end of file
diff --git a/docs/developer/api/api-jwt-sso.mdx b/docs/developer/integration/api-jwt-sso.mdx
similarity index 100%
rename from docs/developer/api/api-jwt-sso.mdx
rename to docs/developer/integration/api-jwt-sso.mdx
diff --git a/docs/integration/node-red.mdx b/docs/developer/integration/node-red.mdx
similarity index 99%
rename from docs/integration/node-red.mdx
rename to docs/developer/integration/node-red.mdx
index 62ddb9a..1a3a59c 100644
--- a/docs/integration/node-red.mdx
+++ b/docs/developer/integration/node-red.mdx
@@ -4,10 +4,6 @@ title: Node-Red
Node-RED is a process-oriented programming tool that allows you to effortlessly connect IoT devices, APIs and online services together. It employs a browser-based editor which allows users to drag and drop different nodes onto a canvas, and connect them to create a flow. Node-RED also offers a plethora of nodes which enable users to easily interact with a diverse range of devices and services.[https://Node-Red.org/](https://node-red.org/)。
-:::tip
-Available on: Professional Edition
-:::
-
## Integrating a Node-RED project
### Developing an application
diff --git a/docs/integration.md b/docs/integration.md
deleted file mode 100644
index 52c37b1..0000000
--- a/docs/integration.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Extend the Reach of Your Organization
-
-Sometimes your users need to work with data and services that are outside your Steedos org. There’s a variety of ways you can provide seamless access across org boundaries.
-
-## Work with External Data Sources
-
-An external data source specifies how to access an external system. Steedos Connect uses external data sources to access data that's stored outside your Steedos organization. External data sources have associated external objects, which your users and the platform use to interact with the external data and content.
-
-
-```mdx-code-block
-import DocCardList from '@theme/DocCardList';
-
-
-```
\ No newline at end of file
diff --git a/docs/integration/external-datasources.md b/docs/no-code/customize/external-datasources.md
similarity index 100%
rename from docs/integration/external-datasources.md
rename to docs/no-code/customize/external-datasources.md
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/README.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/README.md
new file mode 100644
index 0000000..96fab9b
--- /dev/null
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/README.md
@@ -0,0 +1,12 @@
+---
+sidebar_label: 系统集成
+---
+
+# 系统集成
+
+有时,您的用户需要处理位于 Steedos 组织外部的数据和服务。您可以通过多种方式提供跨组织边界的无缝访问。
+
+```mdx-code-block
+import DocCardList from '@theme/DocCardList';
+
+
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/api/api-jwt-sso.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/api-jwt-sso.mdx
similarity index 100%
rename from i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/api/api-jwt-sso.mdx
rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/api-jwt-sso.mdx
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration/node-red.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/node-red.mdx
similarity index 99%
rename from i18n/zh-CN/docusaurus-plugin-content-docs/current/integration/node-red.mdx
rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/node-red.mdx
index bc1163f..d3e9fb3 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration/node-red.mdx
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/developer/integration/node-red.mdx
@@ -6,10 +6,6 @@ Node-RED是一个基于流程的编程工具,可以让您轻松地将物联网
详情请查阅其官网 [https://Node-Red.org/](https://node-red.org/)。
-:::tip
-此功能需要企业版授权才能使用。
-:::
-
## 整合Node-Red项目
想要在Steedos项目中使用Node-Red来实现具体业务,首先需要把它集成到Steedos项目中。
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration.md
deleted file mode 100644
index 1b8e91c..0000000
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# 扩展Steedos功能
-
-
-
-
-```mdx-code-block
-import DocCardList from '@theme/DocCardList';
-
-
-```
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/integration/external-datasources.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/no-code/customize/external-datasources.md
similarity index 100%
rename from i18n/zh-CN/docusaurus-plugin-content-docs/current/integration/external-datasources.md
rename to i18n/zh-CN/docusaurus-plugin-content-docs/current/no-code/customize/external-datasources.md
diff --git a/sidebars.js b/sidebars.js
index 4e576da..26773e3 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -40,13 +40,6 @@ const sidebars = {
items: [{type: 'autogenerated', dirName: 'automation'}],
},
{type: 'autogenerated', dirName: 'admin'},
- {
- type: 'category',
- collapsed: false,
- label: 'Integrations',
- link: {type: 'doc', id: 'integration'},
- items: [{type: 'autogenerated', dirName: 'integration'}],
- },
{
type: 'category',