Skip to content

Commit 06cba19

Browse files
authored
fix: use apache-apisix.png (#1760)
1 parent 33d0bdf commit 06cba19

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

blog/en/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ module.exports = {
111111
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
112112
'data-project-name': 'APISIX',
113113
'data-project-color': '#E8442E',
114-
'data-project-logo':
115-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
114+
'data-project-logo': 'https://static.apiseven.com/202202/apache-apisix.png',
116115
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to all developer documentation, GitHub issues and discussions.',
117116
'data-modal-example-questions': 'Why we need APISIX?,How to deploy APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL requests?',
118117
async: true,

blog/zh/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ module.exports = {
113113
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
114114
'data-project-name': 'APISIX',
115115
'data-project-color': '#E8442E',
116-
'data-project-logo':
117-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
116+
'data-project-logo': 'https://static.apiseven.com/202202/apache-apisix.png',
118117
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to all developer documentation, GitHub issues and discussions.',
119118
'data-modal-example-questions': 'Why we need APISIX?,How to deploy APISIX?,How to manage API Observability in APISIX?,How to proxy GraphQL requests?',
120119
async: true,

doc/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,7 @@ module.exports = {
286286
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
287287
'data-project-name': 'APISIX',
288288
'data-project-color': '#E8442E',
289-
'data-project-logo':
290-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
289+
'data-project-logo': 'https://static.apiseven.com/202202/apache-apisix.png',
291290
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to all developer documentation, GitHub issues and discussions.',
292291
'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?',
293292
async: true,

website/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ module.exports = {
155155
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
156156
'data-project-name': 'APISIX',
157157
'data-project-color': '#E8442E',
158-
'data-project-logo':
159-
'https://user-images.githubusercontent.com/52855735/62005987-53faae80-b16d-11e9-96cc-9dba3470f5b2.png',
158+
'data-project-logo': 'https://static.apiseven.com/202202/apache-apisix.png',
160159
'data-modal-disclaimer': 'This is a custom LLM for APISIX with access to all developer documentation, GitHub issues and discussions.',
161160
'data-modal-example-questions': 'What is the APISIX?,How to contribute?',
162161
async: true,

0 commit comments

Comments
 (0)