zll600 commented on code in PR #1756:
URL: https://github.com/apache/apisix-website/pull/1756#discussion_r1446820310
##########
blog/en/docusaurus.config.js:
##########
@@ -105,6 +105,19 @@ module.exports = {
trackingID: 'GTM-K24PRPS',
},
},
+ scripts: [
+ {
+ src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
+ 'data-website-id': '23b59d9a-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-modal-disclaimer': 'This is a custom LLM for APISIX with access to
all developer documentation, GitHub issues and discussions.',
+ 'data-modal-example-questions': 'Does APISIX have a UI?,How do I use
REGEX for uri routes?',
Review Comment:
This repo can be divided into three parts: `website`, `doc` and `blog(en or
zh)`. Each parts contains different documents, do we need different questions
for different parts?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]