This is an automated email from the ASF dual-hosted git repository.

gongchao pushed a change to branch update-aa
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 8edc507b58 chore: update doc
     add 4b010e6523 [monitoring-template] feat(mysql): add database account 
expiry metrics (#3969)
     add 6c0d5c0db4 [fix]Fix issues such as index failure (#3953)
     add 9600a5e56f [improve] upgrade script merge (#3987)
     add 1ab27bd556 [doc]: update to Docusaurus v3.9.2 (#3984)
     add b510d6e5ea [feature] add datasource status retrieval and update alert 
settings UI (#3985)
     add 67c3727362 [Refactor] tighten resource constraints for XML/XPath 
collector (#3999)
     add 47caa5bdf8 feat: support otlp http binary protobuf format log data and 
update doc (#3986)
     add 3eb3f926f5 [fix] Update query parameter encoding and error time parser 
in VictoriaMetricsClusterDataStorage (#3989)
     add 634006aa7e [refactor] Dynamically concatenate app parameter on the 
front end to accommodate Prometheus apps (#4000)
     add 67f525a603 [fix] update table name generation to include application 
context (#4001)
     new e2b85553be Merge branch 'master' into update-aa

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../alert/controller/AlertDefineController.java    |   12 +
 .../hertzbeat/alert/service/DataSourceService.java |    6 +
 .../alert/service/impl/DataSourceServiceImpl.java  |   30 +
 .../collector/collect/http/HttpCollectImpl.java    |  100 +-
 .../collector/constants/CollectorConstants.java    |   24 +
 .../entity/alerter/AlertDefineMonitorBind.java     |    4 +-
 .../entity/manager/CollectorMonitorBind.java       |    4 +-
 .../hertzbeat/common/entity/manager/Monitor.java   |   40 +-
 .../common/entity/manager/MonitorBind.java         |    4 +-
 .../hertzbeat/common/entity/manager/Param.java     |    9 +-
 .../manager/StatusPageIncidentComponentBind.java   |    5 +-
 .../hertzbeat/common/entity/push/PushMetrics.java  |    4 +-
 .../hertzbeat/common/entity/warehouse/History.java |   10 +-
 .../log/storage/GreptimeLogStorageE2eTest.java     |    2 +-
 .../log/controller/LogIngestionController.java     |   57 +-
 .../log/controller/LogQueryController.java         |  161 +-
 .../log/controller/OtlpLogController.java          |  160 +
 .../hertzbeat/log/notice/LogSseFilterCriteria.java |   26 +-
 .../hertzbeat/log/service/LogProtocolAdapter.java  |    2 +-
 .../log/service/impl/OtlpLogProtocolAdapter.java   |   46 +-
 .../log/controller/LogIngestionControllerTest.java |   68 +-
 .../log/controller/LogQueryControllerTest.java     |   39 +-
 .../log/controller/OtlpLogControllerTest.java      |  131 +
 .../log/notice/LogSseFilterCriteriaTest.java       |   47 +-
 .../service/impl/OtlpLogProtocolAdapterTest.java   |   69 +
 .../hertzbeat/manager/pojo/dto/PluginParam.java    |   11 +-
 .../src/main/resources/define/app-mysql.yml        |   66 +
 .../db/migration/h2/V180__update_column.sql        |  517 +-
 .../db/migration/mysql/V180__update_column.sql     |  435 +-
 .../migration/postgresql/V180__update_column.sql   |  232 +-
 .../startup/EntityIndexIntegrationTest.java        |  185 +
 .../store/history/tsdb/HistoryDataReader.java      |   34 +-
 .../tsdb/greptime/GreptimeDbDataStorage.java       |   34 +-
 .../tsdb/vm/VictoriaMetricsClusterDataStorage.java |  158 +-
 .../tsdb/vm/VictoriaMetricsDataStorage.java        |  127 +-
 .../tsdb/greptime/GreptimeDbDataStorageTest.java   |   50 +-
 home/.npmrc                                        |    1 +
 home/blog/2022-06-01-hertzbeat-v1.0.md             |   40 +-
 home/blog/2022-06-19-hertzbeat-v1.1.0.md           |    6 +-
 home/blog/2022-06-22-one-step-up.md                |    4 +-
 home/blog/2022-07-10-hertzbeat-v1.1.1.md           |    6 +-
 home/blog/2022-09-04-hertzbeat-v1.1.3.md           |    6 +-
 home/blog/2022-09-10-ssl-practice.md               |   14 +-
 home/blog/2022-10-08-hertzbeat-v1.2.0.md           |    4 +-
 home/blog/2022-11-28-hertzbeat-v1.2.2.md           |    2 +-
 home/blog/2022-12-19-new-committer.md              |    2 +-
 home/blog/2022-12-28-hertzbeat-v1.2.3.md           |    2 +-
 home/blog/2023-01-05-monitor-iotdb.md              |   10 +-
 home/blog/2023-01-08-monitor-shenyu.md             |   18 +-
 home/blog/2023-02-02-monitor-dynamic-tp.md         |    8 +-
 home/blog/2023-02-10-new-committer.md              |    4 +-
 home/blog/2023-02-11-monitor-mysql.md              |    8 +-
 home/blog/2023-02-15-monitor-linux.md              |   10 +-
 home/blog/2023-03-15-hertzbeat-v1.3.0.md           |    8 +-
 home/blog/2023-03-22-monitor-springboot2.md        |   10 +-
 home/blog/2023-05-09-hertzbeat-v1.3.1.md           |    8 +-
 home/blog/2023-05-11-greptimedb-store.md           |   10 +-
 home/blog/2023-07-05-hertzbeat-v1.3.2.md           |    8 +-
 home/blog/2023-08-14-hertzbeat-v1.4.0.md           |  102 +-
 home/blog/2023-08-28-new-committer.md              |    2 +-
 home/blog/2023-09-26-hertzbeat-v1.4.1.md           |  112 +-
 home/blog/2023-11-12-hertzbeat-v1.4.2.md           |  100 +-
 home/blog/2023-12-11-hertzbeat-v1.4.3.md           |  116 +-
 home/blog/2024-01-11-new-committer.md              |    4 +-
 home/blog/2024-01-18-hertzbeat-v1.4.4.md           |  138 +-
 home/blog/2024-04-17-to-apache.md                  |    6 +-
 ...24-05-09-hertzbeat-ospp-subject-introduction.md |    4 +-
 home/blog/2024-06-15-hertzbeat-v1.6.0.md           |  580 +-
 home/blog/2024-08-18-new-committer.md              |   12 +-
 home/blog/2024-08-31-new-committer.md              |    2 +-
 home/blog/2024-11-09-hertzbeat-v1.6.1.md           |   16 +-
 home/blog/2024-11-24-custom-development.md         |   90 +-
 home/blog/2025-04-10-hertzbeat-v1.7.0.md           |   16 +-
 ...25-04-23-hertzbeat-upgrade-guide-docker-mode.md |    4 +-
 home/blog/2025-06-10-hertzbeat-v1.7.1.md           |   16 +-
 home/blog/2025-07-07-hertzbeat-v1.7.2.md           |   22 +-
 home/blog/2025-09-06-hertzbeat-v1.7.3.md           |   32 +-
 home/blog/2025-5-19-new-pmc.md                     |   10 +-
 home/docs/advanced/extend-http-default.md          |    6 +-
 .../docs/advanced/extend-http-example-hertzbeat.md |    8 +-
 home/docs/advanced/extend-http-example-token.md    |   20 +-
 home/docs/advanced/extend-http-xmlpath.md          |   16 +-
 home/docs/advanced/extend-http.md                  |    6 +-
 home/docs/advanced/extend-point.md                 |    6 +-
 home/docs/advanced/extend-tutorial.md              |    8 +-
 .../docs/community/code-style-and-quality-guide.md |   28 +-
 home/docs/community/contribution.md                |    2 +-
 home/docs/community/document.md                    |    4 +-
 home/docs/community/how-to-release.md              |   56 +-
 home/docs/community/how-to-verify.md               |   12 +-
 home/docs/community/mailing_lists.md               |    8 +-
 home/docs/community/maturity.md                    |    6 +-
 home/docs/community/new_committer_process.md       |   20 +-
 home/docs/community/new_pmc_member_process.md      |   34 +-
 home/docs/community/submit-code.md                 |    2 +-
 home/docs/download.md                              |    4 +-
 home/docs/help/activemq.md                         |    8 +-
 home/docs/help/alert_notification_template.md      |   12 +-
 home/docs/help/alert_sms.md                        |    2 +-
 home/docs/help/alert_telegram.md                   |    2 +-
 home/docs/help/alert_threshold.md                  |   30 +-
 home/docs/help/alert_threshold_expr.md             |   40 +-
 home/docs/help/alert_webhook.md                    |    4 +-
 home/docs/help/dolphinscheduler.md                 |    1 +
 home/docs/help/doris_be.md                         |    4 +-
 home/docs/help/dynamic_tp.md                       |   16 +-
 home/docs/help/grafana_dashboard.md                |    6 +-
 home/docs/help/hive.md                             |    6 +-
 home/docs/help/http_sd.md                          |    2 +-
 home/docs/help/iceberg.md                          |    6 +-
 home/docs/help/iotdb.md                            |    6 +-
 home/docs/help/issue.md                            |    6 +-
 home/docs/help/jetty.md                            |    4 +-
 home/docs/help/jvm.md                              |    2 +-
 home/docs/help/kafka_promql.md                     |    6 +-
 home/docs/help/kubernetes.md                       |   22 +-
 home/docs/help/linux_script.md                     |    4 +-
 home/docs/help/log_integration.md                  |   32 +-
 home/docs/help/log_manage.md                       |    8 +-
 home/docs/help/log_stream.md                       |    8 +-
 home/docs/help/mariadb.md                          |    2 +-
 home/docs/help/memcached.md                        |    2 +-
 home/docs/help/mysql.md                            |    2 +-
 home/docs/help/mysql_account_expiry.md             |   24 +
 home/docs/help/nacos.md                            |   52 +-
 home/docs/help/nebulagraph.md                      |   12 +-
 home/docs/help/nginx.md                            |    2 +-
 home/docs/help/oceanbase.md                        |    2 +-
 home/docs/help/openai.md                           |    4 +-
 home/docs/help/ping.md                             |    2 +-
 home/docs/help/rabbitmq.md                         |    4 +-
 home/docs/help/risc-v.md                           |    4 +-
 home/docs/help/smtp.md                             |    2 +-
 home/docs/help/spark.md                            |    2 +-
 home/docs/help/spring_gateway.md                   |    6 +-
 home/docs/help/springboot2.md                      |   24 +-
 home/docs/help/status.md                           |    6 +-
 home/docs/help/tdengine_promql.md                  |    8 +-
 home/docs/help/template_marketplace.md             |   34 +-
 home/docs/help/tidb.md                             |    2 +-
 home/docs/help/time_expression.md                  |    2 +-
 home/docs/help/windows_script.md                   |    2 +-
 home/docs/introduce.md                             |    6 +-
 home/docs/start/account-modify.md                  |    2 +-
 home/docs/start/baota-deploy.md                    |    2 +-
 home/docs/start/docker-compose-deploy.md           |    2 +-
 home/docs/start/docker-deploy.md                   |    4 +-
 home/docs/start/mysql-change.md                    |    4 +-
 home/docs/start/package-deploy.md                  |    4 +-
 home/docs/start/postgresql-change.md               |    2 +-
 home/docs/start/usecase/linux-os-practice.md       |    8 +-
 .../docs/start/usecase/springboot-auto-practice.md |   12 +-
 home/docs/start/usecase/sslcert-practice.md        |    8 +-
 home/docusaurus.config.js                          |   11 +-
 .../en/docusaurus-plugin-content-docs/current.json |    8 +-
 .../2022-06-01-hertzbeat-v1.0.md                   |   44 +-
 .../2022-06-19-hertzbeat-v1.1.0.md                 |    6 +-
 .../2022-06-22-one-step-up.md                      |    6 +-
 .../2022-07-10-hertzbeat-v1.1.1.md                 |    6 +-
 .../2022-09-04-hertzbeat-v1.1.3.md                 |    6 +-
 .../2022-09-10-ssl-practice.md                     |   14 +-
 .../2022-10-08-hertzbeat-v1.2.0.md                 |    2 +-
 .../2022-12-19-new-committer.md                    |    2 +-
 .../2023-01-05-monitor-iotdb.md                    |   10 +-
 .../2023-01-08-monitor-shenyu.md                   |   18 +-
 .../2023-02-02-monitor-dynamic-tp.md               |    8 +-
 .../2023-02-10-new-committer.md                    |    4 +-
 .../2023-02-11-monitor-mysql.md                    |    8 +-
 .../2023-02-15-monitor-linux.md                    |   10 +-
 .../2023-03-15-hertzbeat-v1.3.0.md                 |    8 +-
 .../2023-03-22-monitor-springboot2.md              |   10 +-
 .../2023-05-09-hertzbeat-v1.3.1.md                 |    8 +-
 .../2023-05-11-greptimedb-store.md                 |    8 +-
 .../2023-07-05-hertzbeat-v1.3.2.md                 |    8 +-
 .../2023-08-14-hertzbeat-v1.4.0.md                 |  102 +-
 .../2023-08-28-new-committer.md                    |    2 +-
 .../2023-09-26-hertzbeat-v1.4.1.md                 |   10 +-
 .../2023-11-12-hertzbeat-v1.4.2.md                 |    8 +-
 .../2023-12-11-hertzbeat-v1.4.3.md                 |  120 +-
 .../2024-01-11-new-committer.md                    |    4 +-
 .../2024-01-18-hertzbeat-v1.4.4.md                 |  142 +-
 .../2024-04-17-to-apache.md                        |   16 +-
 ...24-05-09-hertzbeat-ospp-subject-introduction.md |    4 +-
 .../2024-06-15-hertzbeat-v1.6.0.md                 |  580 +-
 .../2024-08-18-new-committer.md                    |    2 +-
 .../2024-08-31-new-committer.md                    |    2 +-
 .../2024-11-09-hertzbeat-v1.6.1.md                 |   16 +-
 .../2024-11-24-custom-development.md               |   90 +-
 .../2025-04-10-hertzbeat-v1.7.0.md                 |   16 +-
 ...25-04-23-hertzbeat-upgrade-guide-docker-mode.md |    4 +-
 ...rtzbeat-v1.7.0-docker-and-helm-upgrade-guide.md |    4 +-
 .../2025-07-07-hertzbeat-v1.7.2.md                 |   16 +-
 .../2025-09-06-hertzbeat-v1.7.3.md                 |   32 +-
 .../2025-5-19-new-pmc.md                           |    8 +-
 .../docusaurus-plugin-content-docs/current.json    |   24 +-
 .../current/advanced/extend-http-default.md        |    6 +-
 .../advanced/extend-http-example-hertzbeat.md      |    8 +-
 .../current/advanced/extend-http-example-token.md  |   20 +-
 .../current/advanced/extend-http-xmlpath.md        |   16 +-
 .../current/advanced/extend-http.md                |    6 +-
 .../current/advanced/extend-point.md               |    6 +-
 .../current/advanced/extend-tutorial.md            |    6 +-
 .../community/code-style-and-quality-guide.md      |   28 +-
 .../current/community/contribution.md              |    2 +-
 .../current/community/document.md                  |    4 +-
 .../current/community/how-to-release.md            |   56 +-
 .../current/community/how-to-verify.md             |   18 +-
 .../current/community/mailing_lists.md             |    8 +-
 .../current/community/maturity.md                  |    6 +-
 .../current/community/new_committer_process.md     |   26 +-
 .../current/community/new_pmc_member_process.md    |   34 +-
 .../current/community/submit-code.md               |    2 +-
 .../current/download.md                            |    4 +-
 .../current/help/activemq.md                       |    8 +-
 .../current/help/alert_notification_template.md    |   12 +-
 .../current/help/alert_sms.md                      |    2 +-
 .../current/help/alert_telegram.md                 |    2 +-
 .../current/help/alert_threshold.md                |   36 +-
 .../current/help/alert_threshold_expr.md           |    4 +-
 .../current/help/alert_webhook.md                  |    4 +-
 .../current/help/dolphinscheduler.md               |    1 +
 .../current/help/grafana_dashboard.md              |    6 +-
 .../current/help/http_sd.md                        |    2 +-
 .../current/help/iotdb.md                          |    2 +-
 .../current/help/issue.md                          |    6 +-
 .../current/help/jetty.md                          |    4 +-
 .../current/help/jvm.md                            |    2 +-
 .../current/help/kafka_promql.md                   |    4 +-
 .../current/help/log_integration.md                |   28 +-
 .../current/help/log_manage.md                     |    8 +-
 .../current/help/log_stream.md                     |    8 +-
 .../current/help/mariadb.md                        |    2 +-
 .../current/help/memcached.md                      |    2 +-
 .../current/help/mysql.md                          |    2 +-
 .../current/help/nacos.md                          |   52 +-
 .../current/help/nebulagraph.md                    |   12 +-
 .../current/help/nginx.md                          |    2 +-
 .../current/help/oceanbase.md                      |    2 +-
 .../current/help/openai.md                         |    4 +-
 .../current/help/ping.md                           |    2 +-
 .../current/help/rabbitmq.md                       |    4 +-
 .../current/help/smtp.md                           |    2 +-
 .../current/help/spark.md                          |    2 +-
 .../current/help/status.md                         |    6 +-
 .../current/help/tidb.md                           |    2 +-
 .../current/help/time_expression.md                |    2 +-
 .../current/help/tomcat.md                         |    2 +-
 .../current/introduce.md                           |    8 +-
 .../current/start/account-modify.md                |    2 +-
 .../current/start/docker-compose-deploy.md         |    2 +-
 .../current/start/docker-deploy.md                 |    6 +-
 .../current/start/mysql-change.md                  |    4 +-
 .../current/start/package-deploy.md                |    6 +-
 .../current/start/postgresql-change.md             |    2 +-
 .../current/start/usecase/linux-os-practice.md     |    8 +-
 .../start/usecase/springboot-auto-practice.md      |   16 +-
 .../current/start/usecase/sslcert-practice.md      |    8 +-
 .../current/start/usecase/tdengine-practice.md     |   10 +-
 .../advanced/extend-http-default.md                |    6 +-
 .../advanced/extend-http-example-hertzbeat.md      |    8 +-
 .../advanced/extend-http-example-token.md          |   20 +-
 .../advanced/extend-http-jsonpath.md               |    0
 .../advanced/extend-http.md                        |    6 +-
 .../advanced/extend-jdbc.md                        |    0
 .../advanced/extend-jmx.md                         |    0
 .../advanced/extend-ngql.md                        |    0
 .../advanced/extend-point.md                       |    6 +-
 .../advanced/extend-push.md                        |    0
 .../advanced/extend-snmp.md                        |    0
 .../advanced/extend-ssh.md                         |    0
 .../advanced/extend-telnet.md                      |    0
 .../advanced/extend-tutorial.md                    |    6 +-
 .../community/become_committer.md                  |    0
 .../community/become_pmc_member.md                 |    0
 .../community/code-style-and-quality-guide.md      |   28 +-
 .../community/contact.md                           |    0
 .../community/contribution.md                      |    2 +-
 .../community/development.md                       |    0
 .../community/document.md                          |    4 +-
 .../community/how-to-release.md                    |   64 +-
 .../community/how-to-verify.md                     |   22 +-
 .../community/mailing_lists.md                     |    8 +-
 .../community/new_committer_process.md             |   52 +-
 .../community/new_pmc_member_process.md            |   36 +-
 .../community/submit-code.md                       |    2 +-
 .../{version-v1.6.x => version-1.6.x}/download.md  |    4 +-
 .../help/activemq.md                               |    8 +-
 .../help/ai_config.md                              |   14 +-
 .../help/airflow.md                                |    0
 .../help/alarm_center.md                           |    0
 .../help/alert_console.md                          |    0
 .../help/alert_dingtalk.md                         |    0
 .../help/alert_discord.md                          |    0
 .../help/alert_email.md                            |    0
 .../help/alert_enterprise_wechat_app.md            |    0
 .../help/alert_feishu.md                           |    0
 .../help/alert_slack.md                            |    0
 .../help/alert_smn.md                              |    0
 .../help/alert_sms.md                              |    2 +-
 .../help/alert_telegram.md                         |    2 +-
 .../help/alert_threshold.md                        |    6 +-
 .../help/alert_threshold_expr.md                   |    4 +-
 .../help/alert_webhook.md                          |    4 +-
 .../help/alert_wework.md                           |    0
 .../help/almalinux.md                              |    0
 .../{version-v1.6.x => version-1.6.x}/help/api.md  |    0
 .../help/bulletin.md                               |    0
 .../help/centos.md                                 |    0
 .../help/clickhouse.md                             |    0
 .../help/debian.md                                 |    0
 .../help/deepseek.md                               |    0
 .../{version-v1.6.x => version-1.6.x}/help/dm.md   |    0
 .../{version-v1.6.x => version-1.6.x}/help/dns.md  |    0
 .../help/docker.md                                 |    0
 .../help/doris_be.md                               |    0
 .../help/doris_fe.md                               |    0
 .../help/dynamic_tp.md                             |    0
 .../help/elasticsearch.md                          |    0
 .../help/euleros.md                                |    0
 .../help/flink.md                                  |    0
 .../help/flink_on_yarn.md                          |    0
 .../help/freebsd.md                                |    0
 .../{version-v1.6.x => version-1.6.x}/help/ftp.md  |    0
 .../help/fullsite.md                               |    0
 .../help/grafana_dashboard.md                      |    6 +-
 .../help/greenplum.md                              |    0
 .../help/guide.md                                  |    0
 .../help/hadoop.md                                 |    0
 .../help/hbase_master.md                           |    0
 .../help/hbase_regionserver.md                     |    0
 .../help/hdfs_datanode.md                          |    0
 .../help/hdfs_namenode.md                          |    0
 .../{version-v1.6.x => version-1.6.x}/help/hive.md |    0
 .../help/huawei_switch.md                          |    0
 .../help/hugegraph.md                              |    0
 .../help/iceberg.md                                |    0
 .../{version-v1.6.x => version-1.6.x}/help/imap.md |    0
 .../help/influxdb.md                               |    0
 .../help/influxdb_promql.md                        |    0
 .../help/iotdb.md                                  |    2 +-
 .../{version-v1.6.x => version-1.6.x}/help/ipmi.md |    0
 .../help/issue.md                                  |    6 +-
 .../help/jetty.md                                  |    4 +-
 .../{version-v1.6.x => version-1.6.x}/help/jvm.md  |    2 +-
 .../help/kafka.md                                  |    0
 .../help/kafka_client.md                           |    0
 .../help/kafka_promql.md                           |    4 +-
 .../help/kingbase.md                               |    0
 .../help/kubernetes.md                             |    0
 .../help/linux.md                                  |    0
 .../help/linux_script.md                           |    0
 .../help/mariadb.md                                |    2 +-
 .../help/memcached.md                              |    2 +-
 .../help/modbus.md                                 |    0
 .../help/mongodb.md                                |    0
 .../help/mongodb_atlas.md                          |    0
 .../{version-v1.6.x => version-1.6.x}/help/mqtt.md |    0
 .../help/mysql.md                                  |    2 +-
 .../help/nacos.md                                  |   52 +-
 .../help/nebulagraph.md                            |   12 +-
 .../help/nebulagraph_cluster.md                    |    0
 .../help/nginx.md                                  |    2 +-
 .../{version-v1.6.x => version-1.6.x}/help/ntp.md  |    0
 .../help/nvidia.md                                 |    0
 .../help/oceanbase.md                              |    2 +-
 .../help/openai.md                                 |    4 +-
 .../help/opengauss.md                              |    0
 .../help/opensuse.md                               |    0
 .../help/oracle.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/ping.md |    2 +-
 .../help/plugin.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/pop3.md |    0
 .../{version-v1.6.x => version-1.6.x}/help/port.md |    0
 .../help/postgresql.md                             |    0
 .../help/prestodb.md                               |    0
 .../help/process.md                                |    0
 .../help/prometheus.md                             |    0
 .../help/pulsar.md                                 |    0
 .../help/rabbitmq.md                               |    4 +-
 .../help/redhat.md                                 |    0
 .../help/redis.md                                  |    0
 .../help/redis_cluster.md                          |    0
 .../help/rocketmq.md                               |    0
 .../help/rockylinux.md                             |    0
 .../help/seatunnel.md                              |    0
 .../help/security_model.md                         |    0
 .../help/shenyu.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/smtp.md |    2 +-
 .../help/spark.md                                  |    2 +-
 .../help/spring_gateway.md                         |    0
 .../help/springboot2.md                            |    0
 .../help/springboot3.md                            |    0
 .../help/sqlserver.md                              |    0
 .../help/ssl_cert.md                               |    0
 .../help/starrocks_be.md                           |    0
 .../help/starrocks_fe.md                           |    0
 .../help/status.md                                 |    6 +-
 .../{version-v1.6.x => version-1.6.x}/help/tidb.md |    2 +-
 .../help/time_expression.md                        |    2 +-
 .../help/tomcat.md                                 |    2 +-
 .../help/ubuntu.md                                 |    0
 .../help/udp_port.md                               |    0
 .../help/valkey.md                                 |    0
 .../help/vastbase.md                               |    0
 .../help/website.md                                |    0
 .../help/websocket.md                              |    0
 .../help/windows.md                                |    0
 .../help/windows_script.md                         |    0
 .../{version-v1.6.x => version-1.6.x}/help/yarn.md |    0
 .../help/zookeeper.md                              |    0
 .../{version-v1.6.x => version-1.6.x}/introduce.md |   12 +-
 .../others/design.md                               |    0
 .../others/resource.md                             |    0
 .../start/account-modify.md                        |    2 +-
 .../start/baota-deploy.md                          |    0
 .../start/custom-config.md                         |    0
 .../start/docker-compose-deploy.md                 |    2 +-
 .../start/docker-deploy.md                         |    6 +-
 .../start/greptime-init.md                         |    0
 .../start/influxdb-init.md                         |    0
 .../start/iotdb-init.md                            |    0
 .../start/mysql-change.md                          |    4 +-
 .../start/package-deploy.md                        |    6 +-
 .../start/postgresql-change.md                     |    2 +-
 .../start/quickstart.md                            |    0
 .../start/rainbond-deploy.md                       |    0
 .../start/sslcert-practice.md                      |    8 +-
 .../start/tdengine-init.md                         |    0
 .../start/update-1.6.0.md                          |    0
 .../start/upgrade.md                               |    0
 .../start/victoria-metrics-init.md                 |    0
 .../{version-v1.6.x => version-1.6.x}/template.md  |    0
 .../{current.json => version-1.7.x.json}           |   26 +-
 .../advanced/extend-http-default.md                |    6 +-
 .../advanced/extend-http-example-hertzbeat.md      |    8 +-
 .../advanced/extend-http-example-token.md          |   20 +-
 .../advanced/extend-http-jsonpath.md               |    0
 .../advanced/extend-http-xmlpath.md                |   16 +-
 .../advanced/extend-http.md                        |    6 +-
 .../advanced/extend-jdbc.md                        |    0
 .../advanced/extend-jmx.md                         |    0
 .../advanced/extend-ngql.md                        |    0
 .../advanced/extend-point.md                       |    6 +-
 .../advanced/extend-push.md                        |    0
 .../advanced/extend-snmp.md                        |    0
 .../advanced/extend-ssh.md                         |    0
 .../advanced/extend-telnet.md                      |    0
 .../advanced/extend-tutorial.md                    |    6 +-
 .../community/become_committer.md                  |    0
 .../community/become_pmc_member.md                 |    0
 .../community/code-style-and-quality-guide.md      |   28 +-
 .../community/contact.md                           |    0
 .../community/contribution.md                      |    2 +-
 .../community/development.md                       |    0
 .../community/document.md                          |    4 +-
 .../community/how-to-release.md                    |   56 +-
 .../community/how-to-verify.md                     |   18 +-
 .../community/mailing_lists.md                     |    8 +-
 .../community/maturity.md                          |    6 +-
 .../community/new_committer_process.md             |   26 +-
 .../community/new_pmc_member_process.md            |    0
 .../community/submit-code.md                       |    2 +-
 .../{current => version-1.7.x}/download.md         |    4 +-
 .../help/activemq.md                               |    0
 .../{current => version-1.7.x}/help/ai_agent.md    |    0
 .../help/ai_config.md                              |   36 +-
 .../{current => version-1.7.x}/help/airflow.md     |    0
 .../help/alarm_center.md                           |    2 +-
 .../{current => version-1.7.x}/help/alarm_group.md |    0
 .../help/alarm_inhibit.md                          |    0
 .../help/alarm_silence.md                          |    0
 .../help/alert_console.md                          |    0
 .../help/alert_dingtalk.md                         |    0
 .../help/alert_discord.md                          |    0
 .../{current => version-1.7.x}/help/alert_email.md |    0
 .../help/alert_enterprise_wechat_app.md            |    0
 .../help/alert_feishu.md                           |    0
 .../help/alert_feishu_app.md                       |    0
 .../help/alert_integration.md                      |    0
 .../help/alert_notification_template.md            |    0
 .../{current => version-1.7.x}/help/alert_slack.md |    0
 .../{current => version-1.7.x}/help/alert_smn.md   |    0
 .../{current => version-1.7.x}/help/alert_sms.md   |    0
 .../help/alert_telegram.md                         |    0
 .../version-1.7.x/help/alert_threshold.md          |  104 +
 .../help/alert_threshold_expr.md                   |    4 +-
 .../help/alert_webhook.md                          |    4 +-
 .../help/alert_wework.md                           |    0
 .../{current => version-1.7.x}/help/almalinux.md   |    0
 .../{current => version-1.7.x}/help/api.md         |    0
 .../{current => version-1.7.x}/help/apollo.md      |    0
 .../{current => version-1.7.x}/help/bulletin.md    |    0
 .../{current => version-1.7.x}/help/centos.md      |    0
 .../{current => version-1.7.x}/help/clickhouse.md  |    0
 .../{current => version-1.7.x}/help/consul_sd.md   |    0
 .../{current => version-1.7.x}/help/dahua.md       |    0
 .../{current => version-1.7.x}/help/darwin.md      |    0
 .../{current => version-1.7.x}/help/db2.md         |    0
 .../{current => version-1.7.x}/help/debian.md      |    0
 .../{current => version-1.7.x}/help/deepseek.md    |    0
 .../{current => version-1.7.x}/help/dm.md          |    0
 .../{current => version-1.7.x}/help/dns.md         |    0
 .../{current => version-1.7.x}/help/dns_sd.md      |    0
 .../{current => version-1.7.x}/help/docker.md      |    0
 .../help/dolphinscheduler.md                       |    1 +
 .../{current => version-1.7.x}/help/doris_be.md    |    0
 .../{current => version-1.7.x}/help/doris_fe.md    |    0
 .../{current => version-1.7.x}/help/dynamic_tp.md  |    0
 .../help/elasticsearch.md                          |    0
 .../{current => version-1.7.x}/help/euleros.md     |    0
 .../{current => version-1.7.x}/help/eureka_sd.md   |    0
 .../{current => version-1.7.x}/help/fedora.md      |    0
 .../{current => version-1.7.x}/help/flink.md       |    0
 .../help/flink_on_yarn.md                          |    0
 .../{current => version-1.7.x}/help/freebsd.md     |    0
 .../{current => version-1.7.x}/help/ftp.md         |    0
 .../{current => version-1.7.x}/help/fullsite.md    |    0
 .../help/grafana_dashboard.md                      |    6 +-
 .../{current => version-1.7.x}/help/greenplum.md   |    0
 .../{current => version-1.7.x}/help/guide.md       |    0
 .../{current => version-1.7.x}/help/hadoop.md      |    0
 .../help/hbase_master.md                           |    0
 .../help/hbase_regionserver.md                     |    0
 .../help/hdfs_datanode.md                          |    0
 .../help/hdfs_namenode.md                          |    0
 .../help/hikvision_isapi.md                        |    0
 .../{current => version-1.7.x}/help/hive.md        |    0
 .../{current => version-1.7.x}/help/http_sd.md     |    2 +-
 .../help/huawei_switch.md                          |    0
 .../{current => version-1.7.x}/help/hugegraph.md   |    0
 .../{current => version-1.7.x}/help/iceberg.md     |    0
 .../{current => version-1.7.x}/help/idrac.md       |    0
 .../{current => version-1.7.x}/help/imap.md        |    0
 .../{current => version-1.7.x}/help/influxdb.md    |    0
 .../help/influxdb_promql.md                        |    0
 .../{current => version-1.7.x}/help/iotdb.md       |    2 +-
 .../{current => version-1.7.x}/help/ipmi.md        |    0
 .../{current => version-1.7.x}/help/issue.md       |    6 +-
 .../{current => version-1.7.x}/help/jenkins.md     |    0
 .../help/jetty.md                                  |    0
 .../{version-v1.6.x => version-1.7.x}/help/jvm.md  |    2 +-
 .../{current => version-1.7.x}/help/kafka.md       |    0
 .../help/kafka_client.md                           |    4 +-
 .../help/kafka_promql.md                           |    4 +-
 .../{current => version-1.7.x}/help/kingbase.md    |    0
 .../help/kubernetes.md                             |    0
 .../{current => version-1.7.x}/help/linux.md       |    0
 .../help/linux_script.md                           |    0
 .../help/log_integration.md                        |    8 +-
 .../{current => version-1.7.x}/help/log_manage.md  |    8 +-
 .../{current => version-1.7.x}/help/log_stream.md  |    8 +-
 .../{current => version-1.7.x}/help/macos.md       |    0
 .../help/mariadb.md                                |    2 +-
 .../{current => version-1.7.x}/help/mcp_server.md  |    0
 .../{current => version-1.7.x}/help/memcached.md   |    2 +-
 .../{current => version-1.7.x}/help/modbus.md      |    0
 .../{current => version-1.7.x}/help/mongodb.md     |    0
 .../help/mongodb_atlas.md                          |    0
 .../{current => version-1.7.x}/help/mqtt.md        |    0
 .../help/mysql.md                                  |    2 +-
 .../help/nacos.md                                  |   52 +-
 .../{current => version-1.7.x}/help/nacos_sd.md    |    0
 .../{current => version-1.7.x}/help/nebulagraph.md |   12 +-
 .../help/nebulagraph_cluster.md                    |    0
 .../help/nginx.md                                  |    2 +-
 .../{current => version-1.7.x}/help/ntp.md         |    0
 .../{current => version-1.7.x}/help/nvidia.md      |    0
 .../{current => version-1.7.x}/help/oceanbase.md   |    2 +-
 .../{current => version-1.7.x}/help/openai.md      |    4 +-
 .../{current => version-1.7.x}/help/opengauss.md   |    0
 .../{current => version-1.7.x}/help/opensuse.md    |    0
 .../{current => version-1.7.x}/help/oracle.md      |    0
 .../{current => version-1.7.x}/help/ping.md        |    2 +-
 .../{current => version-1.7.x}/help/plugin.md      |    0
 .../{current => version-1.7.x}/help/pop3.md        |    0
 .../{current => version-1.7.x}/help/port.md        |    0
 .../{current => version-1.7.x}/help/postgresql.md  |    0
 .../{current => version-1.7.x}/help/prestodb.md    |    0
 .../{current => version-1.7.x}/help/process.md     |    0
 .../{current => version-1.7.x}/help/prometheus.md  |    0
 .../{current => version-1.7.x}/help/pulsar.md      |    4 +-
 .../help/rabbitmq.md                               |    4 +-
 .../{current => version-1.7.x}/help/redhat.md      |    0
 .../{current => version-1.7.x}/help/redis.md       |    0
 .../help/redis_cluster.md                          |    0
 .../{current => version-1.7.x}/help/risc-v.md      |    0
 .../{current => version-1.7.x}/help/rocketmq.md    |    0
 .../{current => version-1.7.x}/help/rockylinux.md  |    0
 .../{current => version-1.7.x}/help/seatunnel.md   |    0
 .../help/security_model.md                         |    4 +
 .../{current => version-1.7.x}/help/shenyu.md      |    0
 .../{current => version-1.7.x}/help/smtp.md        |    2 +-
 .../help/spark.md                                  |    2 +-
 .../help/spring_gateway.md                         |    0
 .../{current => version-1.7.x}/help/springboot2.md |    0
 .../{current => version-1.7.x}/help/springboot3.md |    0
 .../{current => version-1.7.x}/help/sqlserver.md   |    0
 .../{current => version-1.7.x}/help/ssl_cert.md    |    0
 .../help/starrocks_be.md                           |    0
 .../help/starrocks_fe.md                           |    0
 .../help/status.md                                 |    6 +-
 .../help/synology_nas.md                           |    0
 .../help/tdengine_promql.md                        |    0
 .../{current => version-1.7.x}/help/tidb.md        |    2 +-
 .../help/time_expression.md                        |    0
 .../{current => version-1.7.x}/help/tomcat.md      |    2 +-
 .../{current => version-1.7.x}/help/ubuntu.md      |    0
 .../{current => version-1.7.x}/help/udp_port.md    |    0
 .../{current => version-1.7.x}/help/uniview.md     |    0
 .../{current => version-1.7.x}/help/valkey.md      |    0
 .../{current => version-1.7.x}/help/vastbase.md    |    0
 .../{current => version-1.7.x}/help/website.md     |    0
 .../{current => version-1.7.x}/help/websocket.md   |    0
 .../{current => version-1.7.x}/help/windows.md     |    0
 .../help/windows_script.md                         |    0
 .../{current => version-1.7.x}/help/xugu.md        |    0
 .../{current => version-1.7.x}/help/yarn.md        |    0
 .../{current => version-1.7.x}/help/zookeeper.md   |    0
 .../help/zookeeper_sd.md                           |    0
 .../{current => version-1.7.x}/introduce.md        |    8 +-
 .../{current => version-1.7.x}/others/design.md    |    0
 .../{current => version-1.7.x}/others/resource.md  |    0
 .../start/account-modify.md                        |    2 +-
 .../start/baota-deploy.md                          |    0
 .../start/custom-config.md                         |    0
 .../start/docker-compose-deploy.md                 |    2 +-
 .../start/docker-deploy.md                         |    6 +-
 .../start/greptime-init.md                         |    2 +-
 .../start/influxdb-init.md                         |    0
 .../start/iotdb-init.md                            |    0
 .../start/mysql-change.md                          |    4 +-
 .../start/package-deploy.md                        |    6 +-
 .../start/postgresql-change.md                     |    2 +-
 .../start/questdb-init.md                          |    0
 .../{current => version-1.7.x}/start/quickstart.md |    0
 .../start/rainbond-deploy.md                       |    0
 .../start/tdengine-init.md                         |    0
 .../start/update-1.6.0.md                          |    0
 .../start/update-1.7.0.md                          |    0
 .../start/upgrade.md                               |    0
 .../start/usecase/linux-os-practice.md             |    4 +-
 .../start/usecase/springboot-auto-practice.md      |    6 +-
 .../start/usecase/sslcert-practice.md              |   10 +-
 .../start/usecase/tdengine-practice.md             |   12 +-
 .../start/victoria-metrics-init.md                 |    2 +-
 .../{current => version-1.7.x}/template.md         |    0
 home/package.json                                  |   39 +-
 home/pnpm-lock.yaml                                | 8508 ++++++++++++--------
 home/sidebars.json                                 |   15 +-
 home/static/img/docs/help/log_integration_cn.png   |  Bin 277357 -> 191427 
bytes
 home/static/img/docs/help/log_integration_en.png   |  Bin 298468 -> 203907 
bytes
 .../advanced/extend-http-default.md                |    6 +-
 .../advanced/extend-http-example-hertzbeat.md      |    8 +-
 .../advanced/extend-http-example-token.md          |   20 +-
 .../advanced/extend-http-jsonpath.md               |    0
 .../advanced/extend-http.md                        |    6 +-
 .../advanced/extend-jdbc.md                        |    0
 .../advanced/extend-jmx.md                         |    0
 .../advanced/extend-ngql.md                        |    0
 .../advanced/extend-point.md                       |    6 +-
 .../advanced/extend-push.md                        |    0
 .../advanced/extend-snmp.md                        |    0
 .../advanced/extend-ssh.md                         |    0
 .../advanced/extend-telnet.md                      |    0
 .../advanced/extend-tutorial.md                    |    8 +-
 .../community/become_committer.md                  |    0
 .../community/become_pmc_member.md                 |    0
 .../community/code-style-and-quality-guide.md      |   28 +-
 .../community/contact.md                           |    0
 .../community/contribution.md                      |    2 +-
 .../community/development.md                       |    0
 .../community/document.md                          |    4 +-
 .../community/how-to-release.md                    |   64 +-
 .../community/how-to-verify.md                     |   16 +-
 .../community/mailing_lists.md                     |    8 +-
 .../community/new_committer_process.md             |   26 +-
 .../community/new_pmc_member_process.md            |   36 +-
 .../community/submit-code.md                       |    2 +-
 .../{version-v1.6.x => version-1.6.x}/download.md  |    4 +-
 .../version-1.6.x}/help/activemq.md                |    8 +-
 .../help/ai_config.md                              |   14 +-
 .../help/airflow.md                                |    0
 .../help/alarm_center.md                           |    0
 .../help/alert_console.md                          |    0
 .../help/alert_dingtalk.md                         |    0
 .../help/alert_discord.md                          |    0
 .../help/alert_email.md                            |    0
 .../help/alert_enterprise_wechat_app.md            |    0
 .../help/alert_feishu.md                           |    0
 .../help/alert_slack.md                            |    0
 .../help/alert_smn.md                              |    0
 .../help/alert_sms.md                              |    2 +-
 .../help/alert_telegram.md                         |    2 +-
 .../help/alert_threshold.md                        |    2 +-
 .../help/alert_threshold_expr.md                   |    4 +-
 .../help/alert_webhook.md                          |    4 +-
 .../help/alert_wework.md                           |    0
 .../help/almalinux.md                              |    0
 .../{version-v1.6.x => version-1.6.x}/help/api.md  |    0
 .../help/bulletin.md                               |    0
 .../help/centos.md                                 |    0
 .../help/clickhouse.md                             |    0
 .../help/collector.md                              |    0
 .../help/debian.md                                 |    0
 .../help/deepseek.md                               |    0
 .../{version-v1.6.x => version-1.6.x}/help/dm.md   |    0
 .../{version-v1.6.x => version-1.6.x}/help/dns.md  |    0
 .../help/docker.md                                 |    0
 .../help/doris_be.md                               |    4 +-
 .../help/doris_fe.md                               |    0
 .../help/dynamic_tp.md                             |    0
 .../help/elasticsearch.md                          |    0
 .../help/euleros.md                                |    0
 .../help/flink.md                                  |    0
 .../help/flink_on_yarn.md                          |    0
 .../help/freebsd.md                                |    0
 .../{version-v1.6.x => version-1.6.x}/help/ftp.md  |    0
 .../help/fullsite.md                               |    0
 .../help/grafana_dashboard.md                      |    6 +-
 .../help/greenplum.md                              |    0
 .../help/guide.md                                  |    0
 .../help/hadoop.md                                 |    0
 .../help/hbase_master.md                           |    0
 .../help/hbase_regionserver.md                     |    0
 .../help/hdfs_datanode.md                          |    0
 .../help/hdfs_namenode.md                          |    0
 .../{version-v1.6.x => version-1.6.x}/help/hive.md |    0
 .../help/huawei_switch.md                          |    0
 .../help/hugegraph.md                              |    0
 .../help/iceberg.md                                |    0
 .../{version-v1.6.x => version-1.6.x}/help/imap.md |    0
 .../help/influxdb.md                               |    0
 .../help/influxdb_promql.md                        |    0
 .../help/iotdb.md                                  |    0
 .../{version-v1.6.x => version-1.6.x}/help/ipmi.md |    0
 .../help/issue.md                                  |    6 +-
 .../version-1.6.x}/help/jetty.md                   |    4 +-
 .../{version-v1.6.x => version-1.6.x}/help/jvm.md  |    2 +-
 .../help/kafka.md                                  |    0
 .../help/kafka_client.md                           |    0
 .../help/kafka_promql.md                           |    6 +-
 .../help/kingbase.md                               |    0
 .../help/kubernetes.md                             |    0
 .../help/linux.md                                  |    0
 .../help/linux_script.md                           |    0
 .../help/mariadb.md                                |    2 +-
 .../help/memcached.md                              |    2 +-
 .../help/modbus.md                                 |    0
 .../help/mongodb.md                                |    0
 .../help/mongodb_atlas.md                          |    0
 .../{version-v1.6.x => version-1.6.x}/help/mqtt.md |    0
 .../help/mysql.md                                  |    2 +-
 .../help/nacos.md                                  |   52 +-
 .../help/nebulagraph.md                            |   12 +-
 .../help/nebulagraph_cluster.md                    |    0
 .../help/nginx.md                                  |    2 +-
 .../{version-v1.6.x => version-1.6.x}/help/ntp.md  |    0
 .../help/nvidia.md                                 |    0
 .../help/oceanbase.md                              |    2 +-
 .../help/openai.md                                 |    4 +-
 .../help/opengauss.md                              |    0
 .../help/opensuse.md                               |    0
 .../help/oracle.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/ping.md |    2 +-
 .../help/plugin.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/pop3.md |    0
 .../{version-v1.6.x => version-1.6.x}/help/port.md |    0
 .../help/postgresql.md                             |    0
 .../help/prestodb.md                               |    0
 .../help/process.md                                |    0
 .../help/prometheus.md                             |    0
 .../help/pulsar.md                                 |    0
 .../help/rabbitmq.md                               |    4 +-
 .../help/redhat.md                                 |    0
 .../help/redis.md                                  |    0
 .../help/redis_cluster.md                          |    0
 .../help/registry.md                               |    0
 .../help/rocketmq.md                               |    0
 .../help/rockylinux.md                             |    0
 .../help/seatunnel.md                              |    0
 .../help/security_model.md                         |    0
 .../help/shenyu.md                                 |    0
 .../{version-v1.6.x => version-1.6.x}/help/smtp.md |    2 +-
 .../help/spark.md                                  |    2 +-
 .../help/spring_gateway.md                         |    0
 .../help/springboot2.md                            |   24 +-
 .../help/springboot3.md                            |    0
 .../help/sqlserver.md                              |    0
 .../help/ssl_cert.md                               |    0
 .../help/starrocks_be.md                           |    0
 .../help/starrocks_fe.md                           |    0
 .../help/status.md                                 |    6 +-
 .../{version-v1.6.x => version-1.6.x}/help/tidb.md |    2 +-
 .../help/time_expression.md                        |    2 +-
 .../help/tomcat.md                                 |    0
 .../help/ubuntu.md                                 |    0
 .../help/udp_port.md                               |    0
 .../help/valkey.md                                 |    0
 .../help/vastbase.md                               |    0
 .../help/website.md                                |    0
 .../help/websocket.md                              |    0
 .../help/windows.md                                |    0
 .../help/windows_script.md                         |    0
 .../{version-v1.6.x => version-1.6.x}/help/yarn.md |    0
 .../help/zookeeper.md                              |    0
 .../{version-v1.6.x => version-1.6.x}/introduce.md |    4 +-
 .../others/design.md                               |    0
 .../others/resource.md                             |    0
 .../start/account-modify.md                        |    2 +-
 .../start/baota-deploy.md                          |    2 +-
 .../start/custom-config.md                         |    0
 .../start/docker-compose-deploy.md                 |    2 +-
 .../start/docker-deploy.md                         |    4 +-
 .../start/greptime-init.md                         |    0
 .../start/influxdb-init.md                         |    0
 .../start/iotdb-init.md                            |    0
 .../start/mysql-change.md                          |    4 +-
 .../start/package-deploy.md                        |    4 +-
 .../start/postgresql-change.md                     |    2 +-
 .../start/quickstart.md                            |    0
 .../start/rainbond-deploy.md                       |    0
 .../start/sslcert-practice.md                      |    8 +-
 .../start/tdengine-init.md                         |    0
 .../start/update-1.6.0.md                          |    0
 .../start/upgrade.md                               |    0
 .../start/victoria-metrics-init.md                 |    0
 .../{version-v1.6.x => version-1.6.x}/template.md  |    0
 .../version-1.7.x}/advanced/extend-http-default.md |    6 +-
 .../advanced/extend-http-example-hertzbeat.md      |    8 +-
 .../advanced/extend-http-example-token.md          |   20 +-
 .../advanced/extend-http-jsonpath.md               |    0
 .../version-1.7.x}/advanced/extend-http-xmlpath.md |   16 +-
 .../version-1.7.x}/advanced/extend-http.md         |    6 +-
 .../version-1.7.x}/advanced/extend-jdbc.md         |    0
 .../version-1.7.x}/advanced/extend-jmx.md          |    0
 .../version-1.7.x}/advanced/extend-ngql.md         |    0
 .../advanced/extend-point.md                       |    6 +-
 .../version-1.7.x}/advanced/extend-push.md         |    0
 .../version-1.7.x}/advanced/extend-snmp.md         |    0
 .../version-1.7.x}/advanced/extend-ssh.md          |    0
 .../version-1.7.x}/advanced/extend-telnet.md       |    0
 .../advanced/extend-tutorial.md                    |    8 +-
 .../version-1.7.x}/community/become_committer.md   |    0
 .../version-1.7.x}/community/become_pmc_member.md  |    0
 .../community/code-style-and-quality-guide.md      |   28 +-
 .../version-1.7.x}/community/contact.md            |    0
 .../version-1.7.x}/community/contribution.md       |    2 +-
 .../version-1.7.x}/community/development.md        |    0
 .../version-1.7.x}/community/document.md           |    4 +-
 .../version-1.7.x}/community/how-to-release.md     |   56 +-
 .../version-1.7.x}/community/how-to-verify.md      |   12 +-
 .../version-1.7.x}/community/mailing_lists.md      |    8 +-
 .../version-1.7.x}/community/maturity.md           |    6 +-
 .../community/new_committer_process.md             |   20 +-
 .../community/new_pmc_member_process.md            |    0
 .../version-1.7.x}/community/submit-code.md        |    2 +-
 .../version-1.7.x}/download.md                     |    4 +-
 .../help/activemq.md                               |    0
 .../version-1.7.x}/help/ai_agent.md                |    0
 .../version-1.7.x}/help/airflow.md                 |    0
 .../version-1.7.x}/help/alarm_center.md            |    0
 .../version-1.7.x}/help/alarm_group.md             |    0
 .../version-1.7.x}/help/alarm_inhibit.md           |    0
 .../version-1.7.x}/help/alarm_silence.md           |    0
 .../version-1.7.x}/help/alert_console.md           |    0
 .../version-1.7.x}/help/alert_dingtalk.md          |    0
 .../version-1.7.x}/help/alert_discord.md           |    0
 .../version-1.7.x}/help/alert_email.md             |    0
 .../help/alert_enterprise_wechat_app.md            |    0
 .../version-1.7.x}/help/alert_feishu.md            |    0
 .../version-1.7.x}/help/alert_feishu_app.md        |    0
 .../version-1.7.x}/help/alert_integration.md       |    0
 .../help/alert_notification_template.md            |   12 +-
 .../version-1.7.x}/help/alert_slack.md             |    0
 .../version-1.7.x}/help/alert_smn.md               |    0
 .../version-1.7.x}/help/alert_sms.md               |    2 +-
 .../version-1.7.x}/help/alert_telegram.md          |    2 +-
 .../version-1.7.x}/help/alert_threshold.md         |   30 +-
 .../help/alert_threshold_expr.md                   |   40 +-
 .../help/alert_webhook.md                          |    4 +-
 .../version-1.7.x}/help/alert_wework.md            |    0
 .../version-1.7.x}/help/almalinux.md               |    0
 .../version-1.7.x}/help/api.md                     |    0
 .../version-1.7.x}/help/apollo.md                  |    0
 .../version-1.7.x}/help/bulletin.md                |    0
 .../version-1.7.x}/help/centos.md                  |    0
 .../version-1.7.x}/help/clickhouse.md              |    0
 .../version-1.7.x}/help/collector.md               |    0
 .../version-1.7.x}/help/consul_sd.md               |    0
 .../version-1.7.x}/help/dahua.md                   |    0
 .../version-1.7.x}/help/darwin.md                  |    0
 .../version-1.7.x}/help/db2.md                     |    0
 .../version-1.7.x}/help/debian.md                  |    0
 .../version-1.7.x}/help/deepseek.md                |    0
 .../version-1.7.x}/help/dm.md                      |    0
 .../version-1.7.x}/help/dns.md                     |    0
 .../version-1.7.x}/help/dns_sd.md                  |    0
 .../version-1.7.x}/help/docker.md                  |    0
 .../version-1.7.x}/help/dolphinscheduler.md        |    1 +
 .../version-1.7.x}/help/doris_be.md                |    4 +-
 .../version-1.7.x}/help/doris_fe.md                |    0
 .../help/dynamic_tp.md                             |   16 +-
 .../version-1.7.x}/help/elasticsearch.md           |    0
 .../version-1.7.x}/help/euleros.md                 |    0
 .../version-1.7.x}/help/eureka_sd.md               |    0
 .../version-1.7.x}/help/fedora.md                  |    0
 .../version-1.7.x}/help/flink.md                   |    0
 .../version-1.7.x}/help/flink_on_yarn.md           |    0
 .../version-1.7.x}/help/freebsd.md                 |    0
 .../version-1.7.x}/help/ftp.md                     |    0
 .../version-1.7.x}/help/fullsite.md                |    0
 .../version-1.7.x}/help/grafana_dashboard.md       |    6 +-
 .../version-1.7.x}/help/greenplum.md               |    0
 .../version-1.7.x}/help/guide.md                   |    0
 .../version-1.7.x}/help/hadoop.md                  |    0
 .../version-1.7.x}/help/hbase_master.md            |    0
 .../version-1.7.x}/help/hbase_regionserver.md      |    0
 .../version-1.7.x}/help/hdfs_datanode.md           |    0
 .../version-1.7.x}/help/hdfs_namenode.md           |    0
 .../version-1.7.x}/help/hikvision_isapi.md         |    0
 .../version-1.7.x}/help/hive.md                    |    0
 .../version-1.7.x}/help/http_sd.md                 |    2 +-
 .../version-1.7.x}/help/huawei_switch.md           |    0
 .../version-1.7.x}/help/hugegraph.md               |    0
 .../version-1.7.x}/help/iceberg.md                 |    0
 .../version-1.7.x}/help/idrac.md                   |    0
 .../version-1.7.x}/help/imap.md                    |    0
 .../version-1.7.x}/help/influxdb.md                |    0
 .../version-1.7.x}/help/influxdb_promql.md         |    0
 .../version-1.7.x}/help/iotdb.md                   |    6 +-
 .../version-1.7.x}/help/ipmi.md                    |    0
 .../version-1.7.x}/help/issue.md                   |    6 +-
 .../version-1.7.x}/help/jenkins.md                 |    0
 .../help/jetty.md                                  |    0
 .../version-1.7.x}/help/jvm.md                     |    2 +-
 .../version-1.7.x}/help/kafka.md                   |    0
 .../version-1.7.x}/help/kafka_client.md            |    0
 .../version-1.7.x}/help/kafka_promql.md            |    6 +-
 .../version-1.7.x}/help/kingbase.md                |    0
 .../version-1.7.x}/help/kubernetes.md              |   22 +-
 .../version-1.7.x}/help/linux.md                   |    0
 .../version-1.7.x}/help/linux_script.md            |    4 +-
 .../version-1.7.x}/help/macos.md                   |    0
 .../version-1.7.x}/help/mariadb.md                 |    2 +-
 .../version-1.7.x}/help/mcp_server.md              |    0
 .../version-1.7.x}/help/memcached.md               |    2 +-
 .../version-1.7.x}/help/modbus.md                  |    0
 .../version-1.7.x}/help/mongodb.md                 |    0
 .../version-1.7.x}/help/mongodb_atlas.md           |    0
 .../version-1.7.x}/help/mqtt.md                    |    0
 .../version-1.7.x}/help/mysql.md                   |    2 +-
 .../help/nacos.md                                  |   52 +-
 .../version-1.7.x}/help/nacos_sd.md                |    0
 .../help/nebulagraph.md                            |   12 +-
 .../version-1.7.x}/help/nebulagraph_cluster.md     |    0
 .../help/nginx.md                                  |    2 +-
 .../version-1.7.x}/help/ntp.md                     |    0
 .../version-1.7.x}/help/nvidia.md                  |    0
 .../version-1.7.x}/help/oceanbase.md               |    2 +-
 .../version-1.7.x}/help/openai.md                  |    4 +-
 .../version-1.7.x}/help/opengauss.md               |    0
 .../version-1.7.x}/help/opensuse.md                |    0
 .../version-1.7.x}/help/oracle.md                  |    0
 .../{version-v1.6.x => version-1.7.x}/help/ping.md |    2 +-
 .../version-1.7.x}/help/plugin.md                  |    0
 .../version-1.7.x}/help/pop3.md                    |    0
 .../version-1.7.x}/help/port.md                    |    0
 .../version-1.7.x}/help/postgresql.md              |    0
 .../version-1.7.x}/help/prestodb.md                |    0
 .../version-1.7.x}/help/process.md                 |    0
 .../version-1.7.x}/help/prometheus.md              |    0
 .../version-1.7.x}/help/pulsar.md                  |    0
 .../version-1.7.x}/help/rabbitmq.md                |    4 +-
 .../version-1.7.x}/help/redhat.md                  |    0
 .../version-1.7.x}/help/redis.md                   |    0
 .../version-1.7.x}/help/redis_cluster.md           |    0
 .../version-1.7.x}/help/registry.md                |    0
 .../version-1.7.x}/help/risc-v.md                  |    4 +-
 .../version-1.7.x}/help/rocketmq.md                |    0
 .../version-1.7.x}/help/rockylinux.md              |    0
 .../version-1.7.x}/help/seatunnel.md               |    0
 .../version-1.7.x}/help/security_model.md          |    0
 .../version-1.7.x}/help/shenyu.md                  |    0
 .../version-1.7.x}/help/smtp.md                    |    2 +-
 .../version-1.7.x}/help/spark.md                   |    2 +-
 .../version-1.7.x}/help/spring_gateway.md          |    6 +-
 .../version-1.7.x}/help/springboot2.md             |   24 +-
 .../version-1.7.x}/help/springboot3.md             |    0
 .../version-1.7.x}/help/sqlserver.md               |    0
 .../version-1.7.x}/help/ssl_cert.md                |    0
 .../version-1.7.x}/help/starrocks_be.md            |    0
 .../version-1.7.x}/help/starrocks_fe.md            |    0
 .../version-1.7.x}/help/status.md                  |    6 +-
 .../version-1.7.x}/help/synology_nas.md            |    0
 .../version-1.7.x}/help/tdengine_promql.md         |    8 +-
 .../version-1.7.x}/help/template_marketplace.md    |   34 +-
 .../version-1.7.x}/help/tidb.md                    |    2 +-
 .../version-1.7.x}/help/time_expression.md         |    2 +-
 .../version-1.7.x}/help/tomcat.md                  |    0
 .../version-1.7.x}/help/ubuntu.md                  |    0
 .../version-1.7.x}/help/udp_port.md                |    0
 .../version-1.7.x}/help/uniview.md                 |    0
 .../version-1.7.x}/help/valkey.md                  |    0
 .../version-1.7.x}/help/vastbase.md                |    0
 .../version-1.7.x}/help/website.md                 |    0
 .../version-1.7.x}/help/websocket.md               |    0
 .../version-1.7.x}/help/windows.md                 |    0
 .../help/windows_script.md                         |    2 +-
 .../version-1.7.x}/help/xugu.md                    |    0
 .../version-1.7.x}/help/yarn.md                    |    0
 .../version-1.7.x}/help/zookeeper.md               |    0
 .../version-1.7.x}/help/zookeeper_sd.md            |    0
 .../version-1.7.x}/introduce.md                    |    6 +-
 .../version-1.7.x}/others/design.md                |    0
 .../version-1.7.x}/others/resource.md              |    0
 .../version-1.7.x}/start/account-modify.md         |    2 +-
 .../version-1.7.x}/start/baota-deploy.md           |    2 +-
 .../version-1.7.x}/start/custom-config.md          |    0
 .../version-1.7.x}/start/docker-compose-deploy.md  |    2 +-
 .../version-1.7.x}/start/docker-deploy.md          |    4 +-
 .../version-1.7.x}/start/greptime-init.md          |    0
 .../version-1.7.x}/start/influxdb-init.md          |    0
 .../version-1.7.x}/start/iotdb-init.md             |    0
 .../version-1.7.x}/start/mysql-change.md           |    4 +-
 .../version-1.7.x}/start/package-deploy.md         |    4 +-
 .../version-1.7.x}/start/postgresql-change.md      |    2 +-
 .../version-1.7.x}/start/questdb-init.md           |    0
 .../version-1.7.x}/start/quickstart.md             |    0
 .../version-1.7.x}/start/rainbond-deploy.md        |    0
 .../version-1.7.x}/start/tdengine-init.md          |    0
 .../version-1.7.x}/start/update-1.6.0.md           |    0
 .../version-1.7.x}/start/update-1.7.0.md           |    0
 .../version-1.7.x}/start/upgrade.md                |    0
 .../start/usecase/linux-os-practice.md             |    6 +-
 .../start/usecase/springboot-auto-practice.md      |    6 +-
 .../start/usecase/sslcert-practice.md              |   10 +-
 .../start/usecase/tdengine-practice.md             |    2 +-
 .../version-1.7.x}/start/victoria-metrics-init.md  |    0
 .../version-1.7.x}/template.md                     |    0
 ...x-sidebars.json => version-1.6.x-sidebars.json} |    2 +
 .../version-1.7.x-sidebars.json}                   |   98 +-
 home/versions.json                                 |    3 +-
 .../src/app/layout/market/market.component.html    |    4 +-
 .../alert-setting/alert-setting.component.html     |   84 +-
 .../alert-setting/alert-setting.component.less     |   54 +
 .../alert/alert-setting/alert-setting.component.ts |   53 +-
 .../log/log-manage/log-manage.component.html       |   14 +-
 .../routes/log/log-manage/log-manage.component.ts  |   10 +-
 .../log/log-stream/log-stream.component.html       |   10 +
 .../routes/log/log-stream/log-stream.component.ts  |    6 +
 .../monitor-data-chart.component.ts                |   11 +-
 .../monitor-detail/monitor-detail.component.html   |    1 +
 web-app/src/app/service/alert-define.service.ts    |    4 +
 web-app/src/app/service/log.service.ts             |   14 +-
 .../src/assets/doc/log-integration/otlp.en-US.md   |   14 +-
 .../src/assets/doc/log-integration/otlp.zh-CN.md   |   14 +-
 web-app/src/assets/i18n/en-US.json                 |   16 +
 web-app/src/assets/i18n/ja-JP.json                 |    2 +
 web-app/src/assets/i18n/pt-BR.json                 |    2 +
 web-app/src/assets/i18n/zh-CN.json                 |   16 +
 web-app/src/assets/i18n/zh-TW.json                 |    2 +
 1061 files changed, 11225 insertions(+), 7130 deletions(-)
 create mode 100644 
hertzbeat-log/src/main/java/org/apache/hertzbeat/log/controller/OtlpLogController.java
 create mode 100644 
hertzbeat-log/src/test/java/org/apache/hertzbeat/log/controller/OtlpLogControllerTest.java
 create mode 100644 
hertzbeat-startup/src/test/java/org/apache/hertzbeat/startup/EntityIndexIntegrationTest.java
 create mode 100644 home/.npmrc
 create mode 100644 home/docs/help/mysql_account_expiry.md
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-default.md (92%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-example-hertzbeat.md (92%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-example-token.md (89%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-jsonpath.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http.md (93%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-jdbc.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-jmx.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-ngql.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-point.md (92%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-push.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-snmp.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-ssh.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-telnet.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-tutorial.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/become_committer.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/become_pmc_member.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/code-style-and-quality-guide.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/contact.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/contribution.md (98%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/development.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/document.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/how-to-release.md (80%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/how-to-verify.md (76%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/mailing_lists.md (75%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/new_committer_process.md (90%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/new_pmc_member_process.md (88%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/community/submit-code.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/download.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/activemq.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ai_config.md (78%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/airflow.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alarm_center.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_console.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_dingtalk.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_discord.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_email.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_enterprise_wechat_app.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_feishu.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_slack.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_smn.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_sms.md (99%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.6.x}/help/alert_telegram.md (90%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_threshold.md (90%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_threshold_expr.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_webhook.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/alert_wework.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/almalinux.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/api.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/bulletin.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/centos.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/clickhouse.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/debian.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/deepseek.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/dm.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/dns.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/docker.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/doris_be.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/doris_fe.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/dynamic_tp.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/elasticsearch.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/euleros.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/flink.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/flink_on_yarn.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/freebsd.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ftp.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/fullsite.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/grafana_dashboard.md (74%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/greenplum.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/guide.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hadoop.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hbase_master.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hbase_regionserver.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hdfs_datanode.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hdfs_namenode.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hive.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/huawei_switch.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/hugegraph.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/iceberg.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/imap.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/influxdb.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/influxdb_promql.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/iotdb.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ipmi.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/issue.md (92%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/jetty.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/jvm.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/kafka.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/kafka_client.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/kafka_promql.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/kingbase.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/kubernetes.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/linux.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/linux_script.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/mariadb.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/memcached.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/modbus.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/mongodb.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/mongodb_atlas.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/mqtt.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/mysql.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/nacos.md (57%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/nebulagraph.md (89%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/nebulagraph_cluster.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/nginx.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ntp.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/nvidia.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/oceanbase.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/openai.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/opengauss.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/opensuse.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/oracle.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ping.md (91%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/plugin.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/pop3.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/port.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/postgresql.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/prestodb.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/process.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/prometheus.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/pulsar.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/rabbitmq.md (98%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/redhat.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/redis.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/redis_cluster.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/rocketmq.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/rockylinux.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/seatunnel.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/security_model.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/shenyu.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/smtp.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/spark.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/spring_gateway.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/springboot2.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/springboot3.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/sqlserver.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ssl_cert.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/starrocks_be.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/starrocks_fe.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/status.md (89%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/tidb.md (98%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.6.x}/help/time_expression.md (97%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/tomcat.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/ubuntu.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/udp_port.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/valkey.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/vastbase.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/website.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/websocket.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/windows.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/windows_script.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/yarn.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/help/zookeeper.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/introduce.md (98%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/others/design.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/others/resource.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/account-modify.md (98%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/baota-deploy.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/custom-config.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/docker-compose-deploy.md (93%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/docker-deploy.md (96%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/greptime-init.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/influxdb-init.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/iotdb-init.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/mysql-change.md (92%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/package-deploy.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/postgresql-change.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/quickstart.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/rainbond-deploy.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/sslcert-practice.md (88%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/tdengine-init.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/update-1.6.0.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/upgrade.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/start/victoria-metrics-init.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.6.x}/template.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current.json => 
version-1.7.x.json} (86%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-http-default.md (92%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-http-example-hertzbeat.md (92%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-http-example-token.md (89%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/advanced/extend-http-jsonpath.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-http-xmlpath.md (98%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-http.md (93%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-jdbc.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-jmx.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-ngql.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/advanced/extend-point.md (92%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-push.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-snmp.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-ssh.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-telnet.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/advanced/extend-tutorial.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/become_committer.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/become_pmc_member.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/code-style-and-quality-guide.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/contact.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/contribution.md (98%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/development.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/document.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/how-to-release.md (80%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/how-to-verify.md (80%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/mailing_lists.md (75%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/maturity.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/new_committer_process.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/community/new_pmc_member_process.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/community/submit-code.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/download.md (96%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/activemq.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ai_agent.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/ai_config.md (59%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/airflow.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/alarm_center.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alarm_group.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alarm_inhibit.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alarm_silence.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_console.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_dingtalk.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_discord.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_email.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_enterprise_wechat_app.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_feishu.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_feishu_app.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_integration.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_notification_template.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_slack.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_smn.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_sms.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/alert_telegram.md (100%)
 create mode 100644 
home/i18n/zh-cn/docusaurus-plugin-content-docs/version-1.7.x/help/alert_threshold.md
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_threshold_expr.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/alert_webhook.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/alert_wework.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/almalinux.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/api.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/apollo.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/bulletin.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/centos.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/clickhouse.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/consul_sd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dahua.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/darwin.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/db2.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/debian.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/deepseek.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dm.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dns.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dns_sd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/docker.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dolphinscheduler.md (99%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/doris_be.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/doris_fe.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/dynamic_tp.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/elasticsearch.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/euleros.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/eureka_sd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/fedora.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/flink.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/flink_on_yarn.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/freebsd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ftp.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/fullsite.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/grafana_dashboard.md (78%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/greenplum.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/guide.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hadoop.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hbase_master.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hbase_regionserver.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hdfs_datanode.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hdfs_namenode.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hikvision_isapi.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hive.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/http_sd.md (99%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/huawei_switch.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/hugegraph.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/iceberg.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/idrac.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/imap.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/influxdb.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/influxdb_promql.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/iotdb.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ipmi.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/issue.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/jenkins.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/jetty.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/jvm.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/kafka.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/kafka_client.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/kafka_promql.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/kingbase.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/kubernetes.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/linux.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/linux_script.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/log_integration.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/log_manage.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/log_stream.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/macos.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/mariadb.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/mcp_server.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/memcached.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/modbus.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/mongodb.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/mongodb_atlas.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/mqtt.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/mysql.md (95%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/nacos.md (57%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/nacos_sd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/nebulagraph.md (89%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/nebulagraph_cluster.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/nginx.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ntp.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/nvidia.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/oceanbase.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/openai.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/opengauss.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/opensuse.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/oracle.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ping.md (91%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/plugin.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/pop3.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/port.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/postgresql.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/prestodb.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/process.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/prometheus.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/pulsar.md (96%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/rabbitmq.md (98%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/redhat.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/redis.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/redis_cluster.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/risc-v.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/rocketmq.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/rockylinux.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/seatunnel.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/security_model.md (90%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/shenyu.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/smtp.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/spark.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/spring_gateway.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/springboot2.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/springboot3.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/sqlserver.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ssl_cert.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/starrocks_be.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/starrocks_fe.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/status.md (89%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/synology_nas.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/tdengine_promql.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/tidb.md (98%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/help/time_expression.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/tomcat.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/ubuntu.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/udp_port.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/uniview.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/valkey.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/vastbase.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/website.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/websocket.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/windows.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/windows_script.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/xugu.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/yarn.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/zookeeper.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/help/zookeeper_sd.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/introduce.md (99%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/others/design.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/others/resource.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/start/account-modify.md (98%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/baota-deploy.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/custom-config.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/docker-compose-deploy.md (93%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/docker-deploy.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/greptime-init.md (94%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/start/influxdb-init.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/start/iotdb-init.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/mysql-change.md (92%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/package-deploy.md (94%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/postgresql-change.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/questdb-init.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/quickstart.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/rainbond-deploy.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/start/tdengine-init.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/update-1.6.0.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/update-1.7.0.md (100%)
 rename home/i18n/zh-cn/docusaurus-plugin-content-docs/{version-v1.6.x => 
version-1.7.x}/start/upgrade.md (100%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/usecase/linux-os-practice.md (95%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/usecase/springboot-auto-practice.md (97%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/usecase/sslcert-practice.md (82%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/usecase/tdengine-practice.md (87%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/start/victoria-metrics-init.md (96%)
 copy home/i18n/zh-cn/docusaurus-plugin-content-docs/{current => 
version-1.7.x}/template.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-default.md (92%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-example-hertzbeat.md (92%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-example-token.md (90%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http-jsonpath.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-http.md (94%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-jdbc.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-jmx.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-ngql.md (100%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-point.md (90%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-push.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-snmp.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-ssh.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-telnet.md (100%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/advanced/extend-tutorial.md (93%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/become_committer.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/become_pmc_member.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/code-style-and-quality-guide.md (95%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/contact.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/contribution.md (99%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/development.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/document.md (94%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/how-to-release.md (83%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/how-to-verify.md (82%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/mailing_lists.md (74%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/new_committer_process.md (90%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/new_pmc_member_process.md (88%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/community/submit-code.md (94%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/download.md (96%)
 copy home/{docs => versioned_docs/version-1.6.x}/help/activemq.md (97%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ai_config.md 
(78%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/airflow.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alarm_center.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_console.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_dingtalk.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_discord.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_email.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_enterprise_wechat_app.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_feishu.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_slack.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/alert_smn.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/alert_sms.md 
(99%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_telegram.md (90%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_threshold.md (95%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_threshold_expr.md (96%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_webhook.md (97%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/alert_wework.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/almalinux.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/api.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/bulletin.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/centos.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/clickhouse.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/collector.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/debian.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/deepseek.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/dm.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/dns.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/docker.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/doris_be.md 
(97%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/doris_fe.md 
(100%)
 copy home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/dynamic_tp.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/elasticsearch.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/euleros.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/flink.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/flink_on_yarn.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/freebsd.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ftp.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/fullsite.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/grafana_dashboard.md (74%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/greenplum.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/guide.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/hadoop.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/hbase_master.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/hbase_regionserver.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/hdfs_datanode.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/hdfs_namenode.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/hive.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/huawei_switch.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/hugegraph.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/iceberg.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/imap.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/influxdb.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/influxdb_promql.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/iotdb.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ipmi.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/issue.md 
(92%)
 copy home/{docs => versioned_docs/version-1.6.x}/help/jetty.md (95%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/jvm.md (96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/kafka.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/kafka_client.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/kafka_promql.md (95%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/kingbase.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/kubernetes.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/linux.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/linux_script.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/mariadb.md 
(96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/memcached.md 
(96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/modbus.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/mongodb.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/mongodb_atlas.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/mqtt.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/mysql.md 
(96%)
 copy home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/nacos.md (58%)
 copy home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/nebulagraph.md 
(82%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/nebulagraph_cluster.md (100%)
 copy home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/nginx.md (98%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ntp.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/nvidia.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/oceanbase.md 
(96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/openai.md 
(96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/opengauss.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/opensuse.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/oracle.md 
(100%)
 copy home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ping.md (94%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/plugin.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/pop3.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/port.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/postgresql.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/prestodb.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/process.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/prometheus.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/pulsar.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/rabbitmq.md 
(98%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/redhat.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/redis.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/redis_cluster.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/registry.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/rocketmq.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/rockylinux.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/seatunnel.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/security_model.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/shenyu.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/smtp.md (96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/spark.md 
(98%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/spring_gateway.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/springboot2.md (87%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/springboot3.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/sqlserver.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ssl_cert.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/starrocks_be.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/starrocks_fe.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/status.md 
(92%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/tidb.md (98%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/time_expression.md (98%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/tomcat.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/ubuntu.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/udp_port.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/valkey.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/vastbase.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/website.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/websocket.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/windows.md 
(100%)
 copy home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/help/windows_script.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/yarn.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/help/zookeeper.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/introduce.md (99%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/others/design.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/others/resource.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/account-modify.md (98%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/baota-deploy.md (93%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/custom-config.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/docker-compose-deploy.md (93%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/docker-deploy.md (97%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/greptime-init.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/influxdb-init.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/iotdb-init.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/mysql-change.md (91%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/package-deploy.md (96%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/postgresql-change.md (95%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/quickstart.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/rainbond-deploy.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/sslcert-practice.md (90%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/tdengine-init.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/update-1.6.0.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/start/upgrade.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.6.x}/start/victoria-metrics-init.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.6.x}/template.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/advanced/extend-http-default.md (92%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/advanced/extend-http-example-hertzbeat.md (92%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/advanced/extend-http-example-token.md (90%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/advanced/extend-http-jsonpath.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/advanced/extend-http-xmlpath.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-http.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-jdbc.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-jmx.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-ngql.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/advanced/extend-point.md (90%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-push.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-snmp.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-ssh.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/advanced/extend-telnet.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/advanced/extend-tutorial.md (93%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/become_committer.md 
(100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/community/become_pmc_member.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/community/code-style-and-quality-guide.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/contact.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/contribution.md 
(99%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/development.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/document.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/how-to-release.md 
(82%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/how-to-verify.md 
(88%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/mailing_lists.md 
(74%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/maturity.md (96%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/community/new_committer_process.md (92%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/community/new_pmc_member_process.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/community/submit-code.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/download.md (96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.7.x}/help/activemq.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ai_agent.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/airflow.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alarm_center.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alarm_group.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alarm_inhibit.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alarm_silence.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_console.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_dingtalk.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_discord.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_email.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/help/alert_enterprise_wechat_app.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_feishu.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_feishu_app.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_integration.md 
(100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/help/alert_notification_template.md (91%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_slack.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_smn.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_sms.md (99%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_telegram.md (90%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_threshold.md (93%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/help/alert_threshold_expr.md (69%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/help/alert_webhook.md (97%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/alert_wework.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/almalinux.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/api.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/apollo.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/bulletin.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/centos.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/clickhouse.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/collector.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/consul_sd.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/dahua.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/darwin.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/db2.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/debian.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/deepseek.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/dm.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/dns.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/dns_sd.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/docker.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/dolphinscheduler.md (99%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/doris_be.md (97%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/doris_fe.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/help/dynamic_tp.md (81%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/elasticsearch.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/euleros.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/eureka_sd.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/fedora.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/flink.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/flink_on_yarn.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/freebsd.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ftp.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/fullsite.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/grafana_dashboard.md 
(79%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/greenplum.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/guide.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hadoop.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hbase_master.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hbase_regionserver.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hdfs_datanode.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hdfs_namenode.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hikvision_isapi.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hive.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/http_sd.md (99%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/huawei_switch.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/hugegraph.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/iceberg.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/idrac.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/imap.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/influxdb.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/influxdb_promql.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/iotdb.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ipmi.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/issue.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/jenkins.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.7.x}/help/jetty.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/jvm.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/kafka.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/kafka_client.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/kafka_promql.md (95%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/kingbase.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/kubernetes.md (83%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/linux.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/linux_script.md (97%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/macos.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mariadb.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mcp_server.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/memcached.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/modbus.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mongodb.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mongodb_atlas.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mqtt.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/mysql.md (96%)
 rename home/versioned_docs/{version-v1.6.x => version-1.7.x}/help/nacos.md 
(58%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/nacos_sd.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/help/nebulagraph.md (82%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/nebulagraph_cluster.md 
(100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.7.x}/help/nginx.md 
(98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ntp.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/nvidia.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/oceanbase.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/openai.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/opengauss.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/opensuse.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/oracle.md (100%)
 rename home/versioned_docs/{version-v1.6.x => version-1.7.x}/help/ping.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/plugin.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/pop3.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/port.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/postgresql.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/prestodb.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/process.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/prometheus.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/pulsar.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/rabbitmq.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/redhat.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/redis.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/redis_cluster.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/registry.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/risc-v.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/rocketmq.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/rockylinux.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/seatunnel.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/security_model.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/shenyu.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/smtp.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/spark.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/spring_gateway.md (97%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/springboot2.md (87%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/springboot3.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/sqlserver.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ssl_cert.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/starrocks_be.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/starrocks_fe.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/status.md (92%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/synology_nas.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/tdengine_promql.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/template_marketplace.md 
(74%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/tidb.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/time_expression.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/tomcat.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/ubuntu.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/udp_port.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/uniview.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/valkey.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/vastbase.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/website.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/websocket.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/windows.md (100%)
 rename home/versioned_docs/{version-v1.6.x => 
version-1.7.x}/help/windows_script.md (99%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/xugu.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/yarn.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/zookeeper.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/help/zookeeper_sd.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/introduce.md (99%)
 copy home/{docs => versioned_docs/version-1.7.x}/others/design.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/others/resource.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/account-modify.md (98%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/baota-deploy.md (94%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/custom-config.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/docker-compose-deploy.md (93%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/docker-deploy.md (97%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/greptime-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/influxdb-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/iotdb-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/mysql-change.md (91%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/package-deploy.md (96%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/postgresql-change.md 
(95%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/questdb-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/quickstart.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/rainbond-deploy.md 
(100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/tdengine-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/update-1.6.0.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/update-1.7.0.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/start/upgrade.md (100%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/usecase/linux-os-practice.md (89%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/usecase/springboot-auto-practice.md (97%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/usecase/sslcert-practice.md (84%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/usecase/tdengine-practice.md (95%)
 copy home/{docs => 
versioned_docs/version-1.7.x}/start/victoria-metrics-init.md (100%)
 copy home/{docs => versioned_docs/version-1.7.x}/template.md (100%)
 rename home/versioned_sidebars/{version-v1.6.x-sidebars.json => 
version-1.6.x-sidebars.json} (99%)
 copy home/{sidebars.json => versioned_sidebars/version-1.7.x-sidebars.json} 
(85%)
 mode change 100755 => 100644


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to