chore: Sync package version v1.15.0

This commit is contained in:
Bot DocuBook
2025-08-05 19:19:43 +00:00
parent e2cc6eb7f2
commit e2b24ce19e
8 changed files with 244 additions and 23 deletions

View File

@@ -8,6 +8,29 @@ date: 02-08-2025
This changelog contains a list of all the changes made to the DocuBook template. It will be updated with each new release and will include information about new features, bug fixes, and other improvements.
</Note>
<div className="sr-only">
### v 1.15.0
</div>
<Release version="1.15.0" date="2025-08-06" title="Algolia DocSearch for better search result">
<Changes type="added">
- new DocSearch.tsx components
- add props type algolia
- add searchprops
- add algolia.css
</Changes>
</Release>
<Note type="warning" title="environment">
To use Algolia DocSearch, you need to configure the following environment variables:
```plaintext
NEXT_PUBLIC_ALGOLIA_DOCSEARCH_APP_ID="your_app_id"
NEXT_PUBLIC_ALGOLIA_DOCSEARCH_API_KEY="your_api_key"
NEXT_PUBLIC_ALGOLIA_DOCSEARCH_INDEX_NAME="your_index_name"
```
</Note>
<div className="sr-only">
### v 1.14.2
</div>