Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 10 additions & 0 deletions docs/src/content/docs/guides/site-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,13 @@ Add translations of the modal UI for your language using Starlight’s built-in
```

</Steps>

### Community search providers

[Community plugins](/resources/plugins/#community-plugins) can also provide alternatives to Starlight’s built-in Pagefind search provider.

#### Typesense DocSearch

The [Starlight DocSearch Typesense](https://starlight-docsearch.typesense.org/) community plugin provides an open-source and self-hostable alternative that integrates the [DocSearch](https://github.com/typesense/typesense-docsearch.js) interface with a [Typesense](https://typesense.org/) backend.

See the [“Getting Started”](https://starlight-docsearch.typesense.org/getting-started/) guide in the Starlight DocSearch Typesense documentation to learn how to use it in your project.
5 changes: 5 additions & 0 deletions docs/src/content/docs/resources/plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ Extend your site with official plugins supported by the Starlight team and commu
title="starlight-page-actions"
description="Adds page action buttons to your documentation."
/>
<LinkCard
href="https://github.com/typesense/starlight-docsearch-typesense"
title="starlight-docsearch-typesense"
description="A Typesense-powered alternative to the official Algolia DocSearch plugin."
/>
</CardGrid>

## Community tools and integrations
Expand Down