This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push: new 39b7d1c5bf3 feat: added case studies (#1074) 39b7d1c5bf3 is described below commit 39b7d1c5bf3744c08d432c406ce78043b77c5056 Author: 琚致远 <juzhiy...@apache.org> AuthorDate: Mon May 9 14:49:26 2022 +0800 feat: added case studies (#1074) --- website/config/navbar.js | 5 +++++ website/i18n/zh/docusaurus-theme-classic/navbar.json | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/website/config/navbar.js b/website/config/navbar.js index 67f5d1af4e3..327849d8e17 100644 --- a/website/config/navbar.js +++ b/website/config/navbar.js @@ -47,6 +47,11 @@ module.exports = [ label: 'Blog', position: 'right', }, + { + to: '/blog/tags/user-case', + label: 'Case Studies', + position: 'right', + }, { to: '/downloads', label: 'Downloads', diff --git a/website/i18n/zh/docusaurus-theme-classic/navbar.json b/website/i18n/zh/docusaurus-theme-classic/navbar.json index 9135a82178c..1df3fb8c1a7 100644 --- a/website/i18n/zh/docusaurus-theme-classic/navbar.json +++ b/website/i18n/zh/docusaurus-theme-classic/navbar.json @@ -11,6 +11,10 @@ "message": "博客", "description": "Navbar item with label Blog" }, + "item.label.Case Studies": { + "message": "用户案例", + "description": "Apache APISIX® Case Studies" + }, "item.label.Resources": { "message": "相关资源", "description": "Navbar item with label Resources"