This is an automated email from the ASF dual-hosted git repository.
guoqi 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 06cba19490b fix: use apache-apisix.png (#1760)
06cba19490b is described below
commit 06cba19490bfbdb4779943639712b61074fc5220
Author: zll600 <[email protected]>
AuthorDate: Wed Jan 17 14:15:45 2024 +0800
fix: use apache-apisix.png (#1760)
---
blog/en/docusaurus.config.js | 3 +--
blog/zh/docusaurus.config.js | 3 +--
doc/docusaurus.config.js | 3 +--
website/docusaurus.config.js | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/blog/en/docusaurus.config.js b/blog/en/docusaurus.config.js
index 3028056c299..7057e3fcd63 100644
--- a/blog/en/docusaurus.config.js
+++ b/blog/en/docusaurus.config.js
@@ -111,8 +111,7 @@ module.exports = {
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
- 'data-project-logo':
-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
+ 'data-project-logo':
'https://static.apiseven.com/202202/apache-apisix.png',
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to
all developer documentation, GitHub issues and discussions.',
'data-modal-example-questions': 'Why we need APISIX?,How to deploy
APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL
requests?',
async: true,
diff --git a/blog/zh/docusaurus.config.js b/blog/zh/docusaurus.config.js
index 025b43d69d0..c00923a1906 100644
--- a/blog/zh/docusaurus.config.js
+++ b/blog/zh/docusaurus.config.js
@@ -113,8 +113,7 @@ module.exports = {
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
- 'data-project-logo':
-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
+ 'data-project-logo':
'https://static.apiseven.com/202202/apache-apisix.png',
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to
all developer documentation, GitHub issues and discussions.',
'data-modal-example-questions': 'Why we need APISIX?,How to deploy
APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL
requests?',
async: true,
diff --git a/doc/docusaurus.config.js b/doc/docusaurus.config.js
index eaf6ca0c5de..6223a7e14f7 100644
--- a/doc/docusaurus.config.js
+++ b/doc/docusaurus.config.js
@@ -286,8 +286,7 @@ module.exports = {
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
- 'data-project-logo':
-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
+ 'data-project-logo':
'https://static.apiseven.com/202202/apache-apisix.png',
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to
all developer documentation, GitHub issues and discussions.',
'data-modal-example-questions': 'What is Apache APISIX?,How to get
started with APISIX?,How to proxy WebSocket connection?,How does Apache APISIX
work with Keycloak?',
async: true,
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 8d4b884f374..ddabd155b65 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -155,8 +155,7 @@ module.exports = {
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
- 'data-project-logo':
-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
+ 'data-project-logo':
'https://static.apiseven.com/202202/apache-apisix.png',
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to
all developer documentation, GitHub issues and discussions.',
'data-modal-example-questions': 'What is the APISIX?,How to contribute?',
async: true,