Search

Stropress has built-in search that works out of the box — no configuration required.
Search is powered by local MiniSearch.

How it works

A search button is displayed in the header. Clicking it opens a modal where you can type to find pages across your docs.

Keyboard shortcuts

KeyAction
⌘K / Ctrl KOpen search
/ Navigate results
EnterOpen selected result
EscClose search

Local search (default)

By default, Stropress indexes all your .md and .mdx pages at build time using MiniSearch.
No extra setup is needed.

{
  "search": {
    "provider": "local"
  }
}

The provider: "local" line is optional — local search is enabled even without a search field.

Notes

Search indexes your markdown content and runs fully on the client.