Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
3 changes: 3 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ 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',
Expand Down Expand Up @@ -1997,3 +1999,4 @@ div[class^="navbarSearchContainer"] {
width: 14px !important;
height: 15px !important;
}

7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ module.exports = {
],
]),
plugins: [
[
'docusaurus-biel', {
project: 'zat23cvkm1',
headerTitle: 'Biel.ai chatbot',
version: 'latest',
},
],
'docusaurus-plugin-image-zoom',
[
'@docusaurus/plugin-content-docs',
Expand Down
12 changes: 11 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"@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",
Expand Down