-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kapa AI Widget with no theme controls (#1898)
* Add Kapa AI Widget with no theme controls * fix editor config to prevent format spam * added next doc key for kapa * disable kapa button * Unhide button * Fine-tune button & modal look & feel * Update style * Add disclaimer and reference link --------- Co-authored-by: Pierre Wizla <[email protected]> Co-authored-by: Pierre Wizla <[email protected]>
- Loading branch information
1 parent
29f328f
commit f27baaa
Showing
5 changed files
with
41 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,4 @@ | |
@import 'tabs.scss'; | ||
@import 'table-of-contents.scss'; | ||
@import 'typography.scss'; | ||
@import 'kapa.scss'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** Styles for the Kapa AI generated components | ||
* Some styles are directly set up in docusaurus.config.js, | ||
* but some are not possible to set up there, so they are here. | ||
*/ | ||
.mantine-InputWrapper-root button:hover { | ||
background-color: #7B79FF; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.