Skip to content

Commit

Permalink
整理目录
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Nov 29, 2023
1 parent a873ad4 commit 72d3f71
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 39 deletions.
13 changes: 13 additions & 0 deletions docs/developer/integration/README.md
Original file line number Diff line number Diff line change
@@ -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';
<DocCardList/>
```
2 changes: 2 additions & 0 deletions docs/developer/integration/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
collapsed: false
position: 200
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions docs/integration.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
sidebar_label: 系统集成
---

# 系统集成

有时,您的用户需要处理位于 Steedos 组织外部的数据和服务。您可以通过多种方式提供跨组织边界的无缝访问。

```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList/>
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ Node-RED是一个基于流程的编程工具,可以让您轻松地将物联网

详情请查阅其官网 [https://Node-Red.org/](https://node-red.org/)

:::tip
此功能需要企业版授权才能使用。
:::

## 整合Node-Red项目

想要在Steedos项目中使用Node-Red来实现具体业务,首先需要把它集成到Steedos项目中。
Expand Down
10 changes: 0 additions & 10 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current/integration.md

This file was deleted.

7 changes: 0 additions & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 72d3f71

Please sign in to comment.