Skip to main content

Offline search

A search bar sits in the navbar, backed by @easyops-cn/docusaurus-search-local.

The index is built at compile time and shipped with the site; queries run in the reader's browser. No Algolia account, no API key, no third-party request, which also means it works on an internal network and for documentation that is not public.

To remove it:

export default createConfig({
title: 'voraus.example',
projectName: 'voraus-example',
search: false,
})

Other options are passed straight through. docsRouteBasePath and indexBlog are derived from your docs and blog settings, so results cannot 404 because of a mismatch.