* feat(askai): Allow use of Agent Studio for chat backend * feat(askai): Remove feedback actions if using Agent Studio * feat(askai): Document agentStudio param * Remove module resolution * Update packages/website/docs/api.mdx Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com> * Use css var for sidepanel button background --------- Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com> Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com> |
||
|---|---|---|
| .. | ||
| src | ||
| build-css.js | ||
| package.json | ||
| README.md | ||
@docsearch/css
Style package for DocSearch, the best search experience for docs.
Installation
yarn add @docsearch/css@4
# or
npm install @docsearch/css@4
If you don’t want to use a package manager, you can use a standalone endpoint:
<script src="https://cdn.jsdelivr.net/npm/@docsearch/css@4"></script>
Get started
import '@docsearch/css';