Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-1037][Doc] Improve chinese docs display #1038

Merged
merged 2 commits into from
Sep 29, 2024
Merged
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 docs/administration/cluster_management/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Cluster management",
"position": 1
"label": "Cluster Management",
"position": 8
}
2 changes: 1 addition & 1 deletion docs/development/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: REST API
sidebar_position: 8
sidebar_position: 7
---

<!-- To maintain consistent display, please remove the `info` and `host` content from the original `api.json` -->
Expand Down
2 changes: 1 addition & 1 deletion docs/development/binary_protocol/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Binary protocol",
"label": "Binary Protocol",
"position": 2
}
2 changes: 1 addition & 1 deletion docs/development/extension_agent/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Agent plugins extension",
"label": "Agent Plugins Extension",
"position": 3
}
2 changes: 1 addition & 1 deletion docs/development/extension_agent/agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Agent Plugin
sidebar_position: 3
sidebar_position: 1
---
## Summary
In Standard Architecture, we can collect various types of data sources through the InLong Agent. The InLong Agent supports the extension of new collection types through plugins. This article will guide developers on how to customize the new Agent collection data source plugin.
Expand Down
4 changes: 0 additions & 4 deletions docs/development/extension_dataproxy/_category_.json

This file was deleted.

Binary file removed docs/development/extension_dataproxy/img/Point.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/development/extension_manager/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Manager plugins extension",
"position": 5
"label": "Manager Plugins Extension",
"position": 4
}
4 changes: 2 additions & 2 deletions docs/development/extension_sort/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Sort plugins extension",
"position": 6
"label": "Sort Plugins Extension",
"position": 5
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: InLong sort format extend
sidebar_position: 5
sidebar_position: 2
---
## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/development/extension_sort/offline_data_sync.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Offline Sync Connector Extension
sidebar_position: 6
sidebar_position: 3
---
## Overview
Apache InLong is a powerful data synchronization tool that supports both real-time and offline synchronization, relying on Flink as its underlying engine.
Expand Down
4 changes: 2 additions & 2 deletions docs/development/extension_transform/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Transform plugins extension",
"position": 7
"label": "Transform Plugins Extension",
"position": 6
}
2 changes: 1 addition & 1 deletion docs/quick_start/data_ingestion/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Data Ingestion",
"position": 2
"position": 1
}
2 changes: 1 addition & 1 deletion docs/quick_start/data_sync/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Data Synchronization",
"position": 3
"position": 2
}
4 changes: 2 additions & 2 deletions docs/quick_start/offline_data_sync/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Data Offline Synchronization",
"position": 4
"label": "Offline Data Synchronization",
"position": 3
}
2 changes: 1 addition & 1 deletion docs/quick_start/transform/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Transform",
"position": 6
"position": 5
}
110 changes: 89 additions & 21 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
"message": "数据同步",
"description": "The label for category Data Synchronization in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Offline Data Synchronization": {
"message": "离线数据同步",
"description": "The label for category Offline Data Synchronization in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.HTTP Report": {
"message": "HTTP 消息上报",
"description": "The label for category HTTP Report in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Transform": {
"message": "Transform",
"description": "The label for category Transform in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Deployment": {
"message": "安装部署",
"description": "The label for category Deployment in sidebar tutorialSidebar"
Expand All @@ -27,14 +39,6 @@
"message": "组件介绍",
"description": "The label for category Components in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Manager": {
"message": "Manager",
"description": "The label for category Manager in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Dashboard": {
"message": "Dashboard",
"description": "The label for category Dashboard in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Agent": {
"message": "Agent",
"description": "The label for category Agent in sidebar tutorialSidebar"
Expand All @@ -43,32 +47,96 @@
"message": "DataProxy",
"description": "The label for category DataProxy in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.DataProxy-SDK": {
"message": "DataProxy-SDK",
"description": "The label for category DataProxy-SDK in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.TubeMQ": {
"message": "TubeMQ",
"description": "The label for category TubeMQ in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Sort": {
"message": "Sort",
"description": "The label for category Sort in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Manager": {
"message": "Manager",
"description": "The label for category Manager in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Dashboard": {
"message": "Dashboard",
"description": "The label for category Dashboard in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Sort Standalone": {
"message": "Sort Standalone",
"description": "The label for category Sort Standalone in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Audit": {
"message": "Audit",
"description": "The label for category Audit in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.tubemq-manager": {
"message": "tubemq-manager",
"description": "The label for category tubemq-manager in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Sort": {
"message": "Sort",
"description": "The label for category Sort in sidebar tutorialSidebar"
"sidebar.tutorialSidebar.category.Data Nodes": {
"message": "数据节点",
"description": "The label for category Data Nodes in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Development": {
"message": "开发指引",
"description": "The label for category Development in sidebar tutorialSidebar"
"sidebar.tutorialSidebar.category.Extract Nodes": {
"message": "Extract Nodes",
"description": "The label for category Extract Nodes in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Load Nodes": {
"message": "Load Nodes",
"description": "The label for category Load Nodes in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.SDK": {
"message": "SDK",
"description": "The label for category SDK in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.DataProxy SDK": {
"message": "DataProxy SDK",
"description": "The label for category DataProxy SDK in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Manager SDK": {
"message": "Manager SDK",
"description": "The label for category Manager SDK in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.TubeMQ SDK": {
"message": "TubeMQ SDK",
"description": "The label for category TubeMQ SDK in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.User Guide": {
"message": "用户指引",
"description": "The label for category User Guide in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Data Nodes": {
"message": "数据节点",
"description": "The label for category Data Nodes in sidebar tutorialSidebar"
"sidebar.tutorialSidebar.category.Development": {
"message": "开发指引",
"description": "The label for category Development in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Binary Protocol": {
"message": "数据协议",
"description": "The label for Binary Protocol in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Agent Plugins Extension": {
"message": "Agent 插件扩展",
"description": "The label for Agent Plugins Extension in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Manager Plugins Extension": {
"message": "Manager 插件扩展",
"description": "The label for Manager Plugins Extension in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Sort Plugins Extension": {
"message": "Sort 插件扩展",
"description": "The label for Sort Plugins Extension in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Transform Plugins Extension": {
"message": "Transform 插件扩展",
"description": "The label for Transform Plugins Extension in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Administration": {
"message": "Administration",
"description": "The label for Administration in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Cluster Management": {
"message": "Cluster Management",
"description": "The label for cluster management in sidebar tutorialSidebar"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Agent 插件扩展
sidebar_position: 3
sidebar_position: 1
---
## 概述

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manager 自定义插件
sidebar_position: 3
sidebar_position: 2
---
## 总览

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 自定义认证
sidebar_position: 2
sidebar_position: 1
---

import {siteVariables} from '../../version';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: InLong 分拣数据组织及协议解析
sidebar_position: 5
sidebar_position: 2
---
## 总览

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 离线同步 Connector 插件扩展
sidebar_position: 6
sidebar_position: 3
---
## 概述
目前,Apache InLong 支持数据实时同步和离线同步,底层的数据计算引擎都是 Flink。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Transform 扩展 UDF
sidebar_position: 3
sidebar_position: 1
---

# 基本概念
Expand Down

This file was deleted.

Loading