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 2021/12/29 09:47:25 UTC

[iotdb] branch master updated: Fix website compile error (#4661)

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 4e71208  Fix website compile error (#4661)
4e71208 is described below

commit 4e712083080be10b82b49afd7b97e0749e0d38df
Author: Haonan <hh...@outlook.com>
AuthorDate: Wed Dec 29 17:46:50 2021 +0800

    Fix website compile error (#4661)
---
 site/src/main/.vuepress/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 1c49eb5..f9197d1 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -750,7 +750,7 @@ var config = {
 					{
 						title: 'Ecosystem Integration',
 						children: [
-							['Ecosystem Integration/Grafana','Grafana'],
+							['Ecosystem Integration/Grafana Connector','Grafana Connector'],
 							['Ecosystem Integration/Zeppelin-IoTDB','Zeppelin-IoTDB'],
 							['Ecosystem Integration/DBeaver','DBeaver-IoTDB'],
 							['Ecosystem Integration/MapReduce TsFile','MapReduce TsFile'],