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

docs: tweak operation structures #1016

Merged
merged 4 commits into from
Jun 21, 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: 3 additions & 1 deletion docs/nightly/en/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
- admin
- configuration
- capacity-plan
- back-up-&-restore-data
- Disaster-Recovery:
- overview
- back-up-&-restore-data
- kubernetes
- gtctl
- run-on-android
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly/en/user-guide/clients/emqx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[EMQX](https://www.emqx.io/) is an open-source, highly scalable, and feature-rich MQTT broker designed for IoT and real-time messaging applications. It supports various protocols, including MQTT (3.1, 3.1.1, and 5.0), HTTP, QUIC, and WebSocket.

GreptimeDB can be used as a data system for EMQX. To learn how to integrate GreptimeDB with EMQX, please refer to [Ingest MQTT Data into GreptimeDB](https://www.emqx.io/docs/en/v5/data-integration/data-bridge-greptimedb.html).
GreptimeDB can be used as a data system for EMQX. To learn how to integrate GreptimeDB with EMQX, please refer to [Ingest MQTT Data into GreptimeDB](https://docs.emqx.com/en/emqx/latest/data-integration/data-bridge-greptimedb.html).
2 changes: 1 addition & 1 deletion docs/nightly/en/user-guide/operations/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document addresses strategies and practices used in the operation of Grepti
* [Installation](/getting-started/installation/overview.md) for GreptimeDB and the [g-t-control](./gtctl.md) command line tool.
* Database Configuration, please read the [Configuration](./configuration.md) reference.
* [Monitoring](./monitoring.md) and [Tracing](./tracing.md) for GreptimeDB.
* GreptimeDB [Backup & Restore methods](./back-up-\&-restore-data.md).
* GreptimeDB [Disaster Recovery](./disaster-recovery/overview.md).

### Runtime information

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Overview

* [Backup & restore data](./back-up-&-restore-data.md)
10 changes: 6 additions & 4 deletions docs/nightly/en/user-guide/operations/overview.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Operations

* [Administration](./admin.md)
* [Configuration](./configuration.md)
* [Capacity Plan](./capacity-plan.md)
* [Disaster Recovery](./disaster-recovery/overview.md)
* [Kubernetes](./kubernetes.md)
* [gtctl](./gtctl.md)
* [Running on Android](./run-on-android.md)
* [Monitoring](./monitoring.md)
* [Tracing](./tracing.md)
<!-- * [Import data](./import-data.md)
* [Export data](./export-data.md)
* [Backup & restore data](./back-up-&-restore-data.md)
* [Capacity planning](./capacity-planning.md) -->
* [Remote WAL](./remote-wal/quick-start.md)
* [Region Migration](./region-migration.md)
2 changes: 2 additions & 0 deletions docs/nightly/zh/summary-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ SDK: SDK
SQL: SQL
FAQ-and-Others: 常见问题及其他
Release-Notes: Release Notes
Disaster-Recovery: 灾难恢复
Upgrade: 升级
2 changes: 1 addition & 1 deletion docs/nightly/zh/user-guide/clients/emqx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[EMQX](https://www.emqx.io/) 是一款开源的大规模分布式 MQTT 消息服务器,专为物联网和实时通信应用而设计。EMQX 支持多种协议,包括 MQTT (3.1、3.1.1 和 5.0)、HTTP、QUIC 和 WebSocket 等,保证各种网络环境和硬件设备的可访问性。

GreptimeDB 可以作为 EMQX 的数据系统。请参考[将 MQTT 数据写入 GreptimeDB](https://www.emqx.io/docs/zh/v5/data-integration/data-bridge-greptimedb.html) 了解如何将 GreptimeDB 集成到 EMQX 中。
GreptimeDB 可以作为 EMQX 的数据系统。请参考[将 MQTT 数据写入 GreptimeDB](https://docs.emqx.com/zh/emqx/latest/data-integration/data-bridge-greptimedb.html) 了解如何将 GreptimeDB 集成到 EMQX 中。
2 changes: 1 addition & 1 deletion docs/nightly/zh/user-guide/operations/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* GreptimeDB 的 [安装](/getting-started/installation/overview.md) 和 [g-t-control](./gtctl.md) 命令行工具。
* 数据库配置,请阅读 [配置](./configuration.md) 参考。
* GreptimeDB 的 [监控](./monitoring.md) 和 [链路追踪](./tracing.md)。
* GreptimeDB 的 [备份与恢复方法](./back-up-\&-restore-data.md)。
* GreptimeDB 的 [灾难恢复方案](./disaster-recovery/overview.md)。

### 运行时信息

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 概述

* GreptimeDB 的 [备份与恢复方法](./back-up-\&-restore-data.md)
12 changes: 11 additions & 1 deletion docs/nightly/zh/user-guide/operations/overview.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
TODO
* [管理](./admin.md)
* [配置 GreptimeDB](./configuration.md)
* [容量规划](./capacity-plan.md)
* [灾难恢复](./disaster-recovery/overview.md)
* [Kubernetes](./kubernetes.md)
* [gtctl](./gtctl.md)
* [在 Android 平台运行](./run-on-android.md)
* [监控](./monitoring.md)
* [Tracing](./tracing.md)
* [Remote WAL](./remote-wal/quick-start.md)
* [Region 迁移](./region-migration.md)
2 changes: 1 addition & 1 deletion docs/v0.8/en/user-guide/clients/emqx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[EMQX](https://www.emqx.io/) is an open-source, highly scalable, and feature-rich MQTT broker designed for IoT and real-time messaging applications. It supports various protocols, including MQTT (3.1, 3.1.1, and 5.0), HTTP, QUIC, and WebSocket.

GreptimeDB can be used as a data system for EMQX. To learn how to integrate GreptimeDB with EMQX, please refer to [Ingest MQTT Data into GreptimeDB](https://www.emqx.io/docs/en/v5/data-integration/data-bridge-greptimedb.html).
GreptimeDB can be used as a data system for EMQX. To learn how to integrate GreptimeDB with EMQX, please refer to [Ingest MQTT Data into GreptimeDB](https://docs.emqx.com/en/emqx/latest/data-integration/data-bridge-greptimedb.html).
2 changes: 1 addition & 1 deletion docs/v0.8/zh/user-guide/clients/emqx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[EMQX](https://www.emqx.io/) 是一款开源的大规模分布式 MQTT 消息服务器,专为物联网和实时通信应用而设计。EMQX 支持多种协议,包括 MQTT (3.1、3.1.1 和 5.0)、HTTP、QUIC 和 WebSocket 等,保证各种网络环境和硬件设备的可访问性。

GreptimeDB 可以作为 EMQX 的数据系统。请参考[将 MQTT 数据写入 GreptimeDB](https://www.emqx.io/docs/zh/v5/data-integration/data-bridge-greptimedb.html) 了解如何将 GreptimeDB 集成到 EMQX 中。
GreptimeDB 可以作为 EMQX 的数据系统。请参考[将 MQTT 数据写入 GreptimeDB](https://docs.emqx.com/zh/emqx/latest/data-integration/data-bridge-greptimedb.html) 了解如何将 GreptimeDB 集成到 EMQX 中。
Loading