Skip to content

Commit

Permalink
[INLONG-653] Adjust the directory mapping of the homepage Docs (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
gosonzhang committed Jul 6, 2021
1 parent 43e169e commit 0ede75c
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docs/en-us/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Through the overall architecture diagram of InLong above, we can see that InLong
[How to compile and deploy Agent](modules/agent/quick_start.md)

## Business configuration
[How to configure a new business](modules/manager/userManual.md)
[How to configure a new business](modules/manager/user_manual.md)

## Data report verification
At this stage, you can collect data through the file agent and verify whether the received data is consistent with the sent data in the specified Hive table.
2 changes: 1 addition & 1 deletion docs/zh-cn/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ InLong(应龙)最初建于腾讯,服务线上业务8年多,支持大数据
[如何编译部署Agent](modules/agent/quick_start.md)

## 业务配置
[如何配置新业务](modules/manager/userManual.md)
[如何配置新业务](modules/manager/user_manual.md)

## 数据上报验证
到这里,您就可以通过文件Agent采集数据并在指定的Hive表中验证接收到的数据是否与发送的数据一致。
Expand Down
File renamed without changes.
254 changes: 191 additions & 63 deletions site_config/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,50 +11,114 @@ export default {
],
},
{
title: 'Architecture & Principle',
children: [
{
title: 'Architecture',
link: '/en-us/docs/architecture.html',
},
{
title: 'Client RPC',
link: '/en-us/docs/client_rpc.html',
},
],
},
{
title: 'User Manual',
children: [
title: 'Components',
children: [
{
title: 'Deployment',
link: '/en-us/docs/deployment.html',
},
{
title: 'Configure Introduction',
link: '/en-us/docs/configure_introduction.html',
title: 'Manager',
children: [
{
title: 'Architecture',
link: '/en-us/docs/modules/manager/architecture.html',
},
{
title: 'Console Introduction',
link: '/en-us/docs/modules/manager/user_manual.html',
},
{
title: 'Build && Deployment',
link: '/en-us/docs/modules/manager/quick_start.html',
},
],
},
{
title: 'Console Introduction',
link: '/en-us/docs/console_introduction.html',
},
title: 'Agent',
children: [
{
title: 'Architecture',
link: '/en-us/docs/modules/agent/architecture.html',
},
{
title: 'Build && Deployment',
link: '/en-us/docs/modules/agent/quick_start.html',
},
],
},
{
title: 'Error Code',
link: '/en-us/docs/error_code.html',
title: 'DataProxy',
children: [
{
title: 'Architecture',
link: '/en-us/docs/modules/dataproxy/architecture.html',
},
{
title: 'Build && Deployment',
link: '/en-us/docs/modules/dataproxy/quick_start.html',
},
],
},
{
title: 'API Introduction',
children: [
title: 'TubeMQ',
children: [
{
title: 'Architecture',
link: '/en-us/docs/modules/tubemq/architecture.html',
},
{
title: 'Deployment',
link: '/en-us/docs/modules/tubemq/deployment.html',
},
{
title: 'Configure Introduction',
link: '/en-us/docs/modules/tubemq/configure_introduction.html',
},
{
title: 'Console Introduction',
link: '/en-us/docs/modules/tubemq/console_introduction.html',
},
{
title: 'Client RPC',
link: '/en-us/docs/modules/tubemq/client_rpc.html',
},
{
title: 'Error Code',
link: '/en-us/docs/modules/tubemq/error_code.html',
},
{
title: 'HTTP API',
link: '/en-us/docs/http_access_api.html',
link: '/en-us/docs/modules/tubemq/http_access_api.html',
},
{
title: 'JAVA SDK API',
link: '/en-us/docs/clients_java.html',
title: 'SDK Demo',
link: '/en-us/docs/modules/tubemq/clients_java.html',
},
]
],
},
{
title: 'TubeMQ-Manager',
children: [
{
title: 'Build && Deployment',
link: '/en-us/docs/modules/tubemq-manager/quick_start.html',
},
],
},
{
title: 'Sort',
children: [
{
title: 'Architecture',
link: '/en-us/docs/modules/sort/introduction.html',
},
{
title: 'Zookeeper Configure',
link: '/en-us/docs/modules/sort/protocol_introduction.html',
},
{
title: 'Build && Deployment',
link: '/en-us/docs/modules/sort/quick_start.html',
},
],
},
],
},
{
Expand All @@ -76,50 +140,114 @@ export default {
],
},
{
title: '架构及原理',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/architecture.html',
},
{
title: '客户端RPC',
link: '/zh-cn/docs/client_rpc.html',
},
],
},
{
title: '用户手册',
children: [
title: '组件介绍',
children: [
{
title: '部署指引',
link: '/zh-cn/docs/deployment.html',
},
{
title: '配置参数介绍',
link: '/zh-cn/docs/configure_introduction.html',
},
title: 'Manager',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/modules/manager/architecture.html',
},
{
title: '管控台操作指引',
link: '/zh-cn/docs/modules/manager/user_manual.html',
},
{
title: '编译部署',
link: '/zh-cn/docs/modules/manager/quick_start.html',
},
],
},
{
title: '管控台操作指引',
link: '/zh-cn/docs/console_introduction.html',
title: 'Agent',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/modules/agent/architecture.html',
},
{
title: '编译部署',
link: '/zh-cn/docs/modules/agent/quick_start.html',
},
],
},
{
title: '错误码',
link: '/zh-cn/docs/error_code.html',
title: 'DataProxy',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/modules/dataproxy/architecture.html',
},
{
title: '编译部署',
link: '/zh-cn/docs/modules/dataproxy/quick_start.html',
},
],
},
{
title: 'API介绍',
children: [
title: 'TubeMQ',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/modules/tubemq/architecture.html',
},
{
title: '部署指引',
link: '/zh-cn/docs/modules/tubemq/deployment.html',
},
{
title: '配置参数介绍',
link: '/zh-cn/docs/modules/tubemq/configure_introduction.html',
},
{
title: '管控台操作指引',
link: '/zh-cn/docs/modules/tubemq/console_introduction.html',
},
{
title: '客户端RPC',
link: '/zh-cn/docs/modules/tubemq/client_rpc.html',
},
{
title: '错误码',
link: '/zh-cn/docs/modules/tubemq/error_code.html',
},
{
title: 'TubeMQ HTTP API介绍',
title: 'HTTP API介绍',
link: '/zh-cn/docs/modules/tubemq/http_access_api.html',
},
{
title: 'TubeMQ JAVA SDK API介绍',
title: 'JAVA SDK使用示例',
link: '/zh-cn/docs/modules/tubemq/clients_java.html',
},
]
],
},
{
title: 'TubeMQ-Manager',
children: [
{
title: '编译部署',
link: '/zh-cn/docs/modules/tubemq-manager/quick_start.html',
},
],
},
{
title: 'Sort',
children: [
{
title: '架构介绍',
link: '/zh-cn/docs/modules/sort/introduction.html',
},
{
title: 'Zookeeper配置介绍',
link: '/zh-cn/docs/modules/sort/protocol_introduction.html',
},
{
title: '编译部署',
link: '/zh-cn/docs/modules/sort/quick_start.html',
},
],
},
],
},
{
Expand Down

0 comments on commit 0ede75c

Please sign in to comment.