From 0927c112791f5b5057192c819196a6ac507dc578 Mon Sep 17 00:00:00 2001 From: jimin Date: Thu, 9 Nov 2023 18:52:43 +0800 Subject: [PATCH] optimize: add fake link (#423) --- docusaurus.config.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 21af93a844f..856017ee689 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -143,11 +143,17 @@ const config = { }, items: [ { - label: 'Home', - to: '/', + label: ' ', + to: 'https://nacos.io/zh-cn/docs/v2/quickstart/quick-start.html', activeBaseRegex: '^/$', position: 'right', }, + { + label: 'Home', + to: '/', + activeBaseRegex: '^/$', + position: 'right', + }, // { // label: 'Blog', // to: '/blog',