chore: Sync package version v1.15.0
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user