This is an automated email from the ASF dual-hosted git repository.
wenming 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 331d463 chore: disable noIndex property (#467)
331d463 is described below
commit 331d46372e2b756cc7ccf7b001de5519a6d8d398
Author: Wen Ming <[email protected]>
AuthorDate: Tue Aug 17 18:21:37 2021 +0800
chore: disable noIndex property (#467)
---
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",