This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch moonming-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit e7601102357534bf5f54de8571c3f2ad11395f2f Author: Wen Ming <[email protected]> AuthorDate: Tue Aug 17 18:19:36 2021 +0800 Update docusaurus.config.js --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 23cc4ce..f6d51ec 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,5 +1,5 @@ module.exports = { - title: "Apache APISIX®", + title: "Apache APISIX® -- Cloud-Native API Gateway", tagline: "Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, based on the Nginx library and etcd.", url: "https://apisix.apache.org/", @@ -192,7 +192,7 @@ module.exports = { }, onBrokenLinks: "log", onBrokenMarkdownLinks: "log", - noIndex: true, + noIndex: false, presets: [ [ "@docusaurus/preset-classic",
