Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ npm run build

# 文档格式

- 所有的md都会被编译成html,REDEME.md编译为index.html,xx.md编译为xx.html
- md内标签必须有开头有结尾,比如\<tr>必须有\</tr>与之对应,而且是严格对应;如果文档中需要插入标签,比如List\<String>,可以加这个放入代码块中,也可以在**俩个**尖括号前加上\,如\<\\String\\>
- 所有的md都会被编译成html,README.md编译为index.html,xx.md编译为xx.html
- md内标签必须有开头有结尾,比如\<tr>必须有\</tr>与之对应,而且是严格对应;如果文档中需要插入标签,比如List\<String>,可以加这个放入代码块中,也可以在**俩个**尖括号前加上\,如\\<String\\>
- 标签不能交叉嵌套,比如\<p>\<center>\</p>\</center>这是不允许的
- 文章的一级标题就是该文档对应sidebar的标题,所以文档最大的章节标题就不需要了

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ If you have installed and the error still occurs, then `sudo xcode-select --rese

# Document format

- All mds will be compiled into html, REDEME.md will be compiled into index.html, and xx.md will be compiled into xx.html
- The tags in .md must have a beginning and an end. For example, \<tr> must have a \</ tr> corresponding to it, and it is strictly corresponding; if you need to insert tags in the document, such as List \<String>, you can add this into the code block, You can also add \ before the two angle brackets, such as \<\\String\\>
- All mds will be compiled into html, README.md will be compiled into index.html, and xx.md will be compiled into xx.html
- The tags in .md must have a beginning and an end. For example, \<tr> must have a \</ tr> corresponding to it, and it is strictly corresponding; if you need to insert tags in the document, such as List \<String>, you can add this into the code block, You can also add \ before the two angle brackets, such as \\<String\\>
- Tags cannot be cross-nested, such as \<p> \<center>\</p>\</center> This is not allowed
- The first-level title of the article is the title of the sidebar of the document, so the largest chapter title of the document is not needed

Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const enSidebar = {
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Streaming', link: 'Streaming' },
{ text: 'Data Sync', link: 'Data-Sync' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Maintennance', link: 'Maintennance' },
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const zhSidebar = {
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '流处理', link: 'Streaming' },
{ text: '数据同步', link: 'Data-Sync' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '运维语句', link: 'Maintennance' },
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const enSidebar = {
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Streaming', link: 'Streaming_timecho' },
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'AINode', link: 'AINode_timecho' },
Expand Down
1 change: 1 addition & 0 deletions src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const zhSidebar = {
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '流处理', link: 'Streaming_timecho' },
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: 'AINode', link: 'AINode_timecho' },
Expand Down
442 changes: 442 additions & 0 deletions src/UserGuide/Master/User-Manual/Data-Subscription.md

Large diffs are not rendered by default.

442 changes: 442 additions & 0 deletions src/UserGuide/latest/User-Manual/Data-Subscription.md

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions src/zh/UserGuide/Master/User-Manual/Data-Subscription.md

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions src/zh/UserGuide/latest/User-Manual/Data-Subscription.md

Large diffs are not rendered by default.