This is an automated email from the ASF dual-hosted git repository.
dengzh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2f22932 HIVE-27433: Add redirect to blogs (#6) (Simhadri Govindappa,
reviewed by Ayush Saxena)
2f22932 is described below
commit 2f229328f6423ba74cd4f07ed96636cb99a23979
Author: Simhadri Govindappa <[email protected]>
AuthorDate: Thu Mar 21 06:10:29 2024 +0530
HIVE-27433: Add redirect to blogs (#6) (Simhadri Govindappa, reviewed by
Ayush Saxena)
Co-authored-by: SimhadriG <[email protected]>
---
config.toml | 1 +
themes/hive/layouts/partials/menu.html | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/config.toml b/config.toml
index 02b8c52..ec47972 100644
--- a/config.toml
+++ b/config.toml
@@ -48,6 +48,7 @@ theme = 'hive'
howToRelease =
"https://cwiki.apache.org/confluence/display/Hive/HowToRelease"
gettingStarted = "/developement/gettingstarted/"
docker = "/developement/quickstart/"
+ blogs = "https://hive.blog.apache.org/"
[params.features]
acidTxn =
"https://cwiki.apache.org/confluence/display/hive/hive+transactions"
diff --git a/themes/hive/layouts/partials/menu.html
b/themes/hive/layouts/partials/menu.html
index b33f113..1169dfd 100644
--- a/themes/hive/layouts/partials/menu.html
+++ b/themes/hive/layouts/partials/menu.html
@@ -97,6 +97,11 @@
</ul>
</li>
+ <li class="nav-item dropdown">
+ <a class="nav-link" href="{{ .Site.Params.navbar.blogs
}}" id="navbarDropdown" role="button" aria-expanded="false">
+ Blogs
+ </a>
+ </li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#"
id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">