Skip to content

Commit edc97bf

Browse files
barjindaveomri
authored andcommitted
feat: add Biel.AI AI assistant widget (apify#1867)
Alternative to apify#1866 . Keeps Algolia as the main search provider, but adds a small AI chatbot widget in the bottom right corner. <img width="2095" height="1258" alt="image" src="https://github.com/user-attachments/assets/56ee52ba-81e9-4d38-b3f2-a79184d636ce" /> Closes apify#1866
1 parent 6bbe640 commit edc97bf

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ html[data-theme='dark'] {
125125
}
126126

127127
:root {
128+
--biel-button-position-right: 84px;
129+
--biel-button-position-bottom: 24px;
128130
/* use default system font based on https://devhints.io/css-system-font-stack */
129131
--ifm-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI',
130132
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
@@ -1997,3 +1999,4 @@ div[class^="navbarSearchContainer"] {
19971999
width: 14px !important;
19982000
height: 15px !important;
19992001
}
2002+

docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ module.exports = {
131131
],
132132
]),
133133
plugins: [
134+
[
135+
'docusaurus-biel', {
136+
project: 'zat23cvkm1',
137+
headerTitle: 'Biel.ai chatbot',
138+
version: 'latest',
139+
},
140+
],
134141
'docusaurus-plugin-image-zoom',
135142
[
136143
'@docusaurus/plugin-content-docs',

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.1",
8383
"ajv": "^8.17.1",
8484
"clsx": "^2.0.0",
85+
"docusaurus-biel": "^1.0.8",
8586
"docusaurus-plugin-image-zoom": "^3.0.1",
8687
"docusaurus-plugin-openapi-docs": "^4.3.7",
8788
"docusaurus-theme-openapi-docs": "^4.3.7",

0 commit comments

Comments
 (0)