From a2707085f941d8db54b2b54a93b1f98059671251 Mon Sep 17 00:00:00 2001 From: spacewander Date: Wed, 7 Jul 2021 16:18:01 +0800 Subject: [PATCH] fix: miss the "Plugin" in the label --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 84ff1f0d25168..7d6b405323c26 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -378,7 +378,7 @@ module.exports = { to: "/docs/java-plugin-runner/development/" }, { - label: "Apache™️ APISIX Go Runner", + label: "Apache™️ APISIX Go Plugin Runner", to: "/docs/go-plugin-runner/getting-started/" }, {