Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "feat: integrate kapa into apisix.apache.org website (#1756)" #1809

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions blog/en/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@ module.exports = {
trackingID: 'GTM-K24PRPS',
},
},
scripts: [
{
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
'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,
},
],
stylesheets: [],
/**
* We need to check if we build site for preview env,
Expand Down
12 changes: 0 additions & 12 deletions blog/zh/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,6 @@ module.exports = {
trackingID: 'GTM-K24PRPS',
},
},
scripts: [
{
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
'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,
},
],
stylesheets: [],
/**
* We need to check if we build site for preview env,
Expand Down
12 changes: 0 additions & 12 deletions doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,18 +280,6 @@ module.exports = {
trackingID: 'GTM-K24PRPS',
},
},
scripts: [
{
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
'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,
},
],
stylesheets: [],
/**
* We need to check if we build site for preview env,
Expand Down
12 changes: 0 additions & 12 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,6 @@ module.exports = {
trackingID: 'GTM-K24PRPS',
},
},
scripts: [
{
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
'data-website-id': '24b59d9a-682e-4c3d-9e83-bf2ee85cdc19',
'data-project-name': 'APISIX',
'data-project-color': '#E8442E',
'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,
},
],
stylesheets: [],
/**
* We need to check if we build site for preview env,
Expand Down
Loading