From 5b3c57859c9bdc4e761c074f3e86275f6b399e23 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 24 Aug 2023 20:09:31 +0800 Subject: [PATCH] update site --- site/docs/.vuepress/configs/navbar/en.js | 31 +----------------------- site/docs/.vuepress/configs/navbar/zh.js | 31 +----------------------- 2 files changed, 2 insertions(+), 60 deletions(-) diff --git a/site/docs/.vuepress/configs/navbar/en.js b/site/docs/.vuepress/configs/navbar/en.js index 2487d02c77b..c6c896ba772 100644 --- a/site/docs/.vuepress/configs/navbar/en.js +++ b/site/docs/.vuepress/configs/navbar/en.js @@ -19,34 +19,5 @@ export const navbarEN = [ { text: "DOWNLOAD", link: "/en/doc/download.md", - }, - { - text: "SOLUTIONS", - children: [ - { - text: "Microservice solutions", - link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0", - }, - { - text: "Distributed transaction solutions", - link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0", - }, - { - text: "High-availability solution", - link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0", - }, - { - text: "Serverless solution for miscoservices", - link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0", - }, - { - text: "PaaS solution", - link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0", - }, - { - text: "Service mesh solution", - link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0", - }, - ], - }, + } ]; diff --git a/site/docs/.vuepress/configs/navbar/zh.js b/site/docs/.vuepress/configs/navbar/zh.js index 27760c2b55b..0173ab348e0 100644 --- a/site/docs/.vuepress/configs/navbar/zh.js +++ b/site/docs/.vuepress/configs/navbar/zh.js @@ -19,34 +19,5 @@ export const navbarZH = [ { text: "下载", link: "/doc/download.md", - }, - { - text: "解决方案", - children: [ - { - text: "微服务解决方案", - link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0", - }, - { - text: "分布式事务解决方案", - link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0", - }, - { - text: "高可用解决方案", - link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0", - }, - { - text: "微服务Serverless解决方案", - link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0", - }, - { - text: "PaaS解决方案", - link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0", - }, - { - text: "服务网格解决方案", - link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0", - }, - ], - }, + } ];