From 8def3b24a76c24dfa141e7597dd534e396ad299f Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Mon, 29 Aug 2022 15:47:50 +0800 Subject: [PATCH] Add athena to doc side bar --- docs/configs/docsdev.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js index d74dba0a671e..2107f43a73ef 100644 --- a/docs/configs/docsdev.js +++ b/docs/configs/docsdev.js @@ -255,6 +255,10 @@ export default { title: 'Oracle', link: '/en-us/docs/dev/user_doc/guide/datasource/oracle.html', }, + { + title: 'Amazon Athena', + link: '/en-us/docs/dev/user_doc/guide/datasource/athena.html', + }, ], }, { @@ -655,6 +659,10 @@ export default { title: 'Spark', link: '/zh-cn/docs/dev/user_doc/guide/datasource/spark.html', }, + { + title: 'Amazon Athena', + link: '/zh-cn/docs/dev/user_doc/guide/datasource/athena.html', + }, ], }, {