From 6819fe45ea90c3ecb4819582aa61d5c3fb9bf126 Mon Sep 17 00:00:00 2001
From: aiwenmo <32723967+aiwenmo@users.noreply.github.com>
Date: Mon, 20 Nov 2023 07:58:29 +0800
Subject: [PATCH] Hide download (#2551)
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
---
docs/docusaurus.config.js | 4 ++--
docs/src/pages/index.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 302a4a2983..6e187ba78d 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -166,12 +166,12 @@ const config = {
position: 'left',
dropdownActiveClassDisabled: true,
},
- {
+ /*{
to: '/download/download',
position: 'right',
label: '下载',
activeBaseRegex: `/download/`,
- },
+ },*/
{
label: '开发者指南',
to: '/docs/next/developer_guide/contribution/how_contribute',
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js
index 42941b4bcb..da89c92d6e 100644
--- a/docs/src/pages/index.js
+++ b/docs/src/pages/index.js
@@ -105,13 +105,13 @@ function Structure() {
Dinky 是一个开箱即用的一站式实时计算平台,以 Apache Flink 为基础,连接 OLAP 和数据湖等众多框架,致力于流批一体和湖仓一体的建设与实践。
-
+ {/*
学习更多 →
尚硅谷教学 →
-
+ */}
);