From da571bf2b48258e3ab9b5f5d4b8f06be03407506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Tue, 9 Sep 2025 10:33:04 +0200 Subject: [PATCH] Revert "feat: add Biel.AI AI assistant widget (#1867)" This reverts commit f7143d307cbb09b407b986b21f2b9574acedee4f. --- apify-docs-theme/src/theme/custom.css | 3 --- docusaurus.config.js | 7 ------- package-lock.json | 10 ---------- package.json | 1 - 4 files changed, 21 deletions(-) diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index f2513a79d4..cf734cd9b0 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -125,8 +125,6 @@ html[data-theme='dark'] { } :root { - --biel-button-position-right: 84px; - --biel-button-position-bottom: 24px; /* use default system font based on https://devhints.io/css-system-font-stack */ --ifm-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', @@ -1999,4 +1997,3 @@ div[class^="navbarSearchContainer"] { width: 14px !important; height: 15px !important; } - diff --git a/docusaurus.config.js b/docusaurus.config.js index ce58992e54..3ee38ccb6d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -131,13 +131,6 @@ module.exports = { ], ]), plugins: [ - [ - 'docusaurus-biel', { - project: 'zat23cvkm1', - headerTitle: 'Biel.ai chatbot', - version: 'latest', - }, - ], 'docusaurus-plugin-image-zoom', [ '@docusaurus/plugin-content-docs', diff --git a/package-lock.json b/package-lock.json index 2a62aceead..3bf40855cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,6 @@ "@signalwire/docusaurus-plugin-llms-txt": "^1.2.1", "ajv": "^8.17.1", "clsx": "^2.0.0", - "docusaurus-biel": "^1.0.8", "docusaurus-plugin-image-zoom": "^3.0.1", "docusaurus-plugin-openapi-docs": "^4.3.7", "docusaurus-theme-openapi-docs": "^4.3.7", @@ -11742,15 +11741,6 @@ "node": ">=0.10.0" } }, - "node_modules/docusaurus-biel": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/docusaurus-biel/-/docusaurus-biel-1.0.8.tgz", - "integrity": "sha512-/0Di34OijQWfU8JO+lGud4GmOtja21EEEGjg4r1BjxVwBykewV6NN/fvwuT/4Y7b1KM2Zzuyd3s1oGg1Il55rA==", - "license": "MIT", - "peerDependencies": { - "@docusaurus/core": "3.x" - } - }, "node_modules/docusaurus-gtm-plugin": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/docusaurus-gtm-plugin/-/docusaurus-gtm-plugin-0.0.2.tgz", diff --git a/package.json b/package.json index 2a21d75913..a4aa7ff682 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,6 @@ "@signalwire/docusaurus-plugin-llms-txt": "^1.2.1", "ajv": "^8.17.1", "clsx": "^2.0.0", - "docusaurus-biel": "^1.0.8", "docusaurus-plugin-image-zoom": "^3.0.1", "docusaurus-plugin-openapi-docs": "^4.3.7", "docusaurus-theme-openapi-docs": "^4.3.7",