You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/01/20 01:55:42 UTC

[iotdb] branch master updated: [Site] Fix an error in site (#4912)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 322c413  [Site] Fix an error in site (#4912)
322c413 is described below

commit 322c413fc85a7102d64051b7be65f434b2bd6611
Author: liuminghui233 <36...@users.noreply.github.com>
AuthorDate: Thu Jan 20 09:55:06 2022 +0800

    [Site] Fix an error in site (#4912)
---
 site/src/main/.vuepress/config.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 7d39d22..51fce64 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -1660,7 +1660,6 @@ var config = {
 							['API/Programming-Go-Native-API','Go 原生接口'],
 							['API/Programming-JDBC','JDBC (不推荐)'],
 							['API/Programming-MQTT','MQTT'],
-							['API/RestService','REST API'],
 							['API/Programming-TsFile-API','TsFile API'],
 							['API/InfluxDB-Protocol','InfluxDB 协议适配器(开发中)'],
 							['API/Status-Codes','状态码']