Search
Built-in full-text search for your documentation.
Search is enabled by default on every blode.md site. Your visitors can find content instantly without any configuration on your part.
You can open the search dialog with any of these shortcuts:
| Shortcut | Platform |
|---|---|
| Cmd + K | macOS |
| Ctrl + K | Windows, Linux |
| / | All platforms |
When you deploy with blodemd push, your page titles, headings, and body content are automatically indexed. There is no external search service to configure and no API keys to manage.
The search index updates every time you deploy. New or edited pages are searchable immediately after a successful push.
You can change the placeholder text shown in the search bar by setting search.prompt in your docs.json:
{
"search": {
"prompt": "Search the docs..."
}
}If you do not need search, you can disable it entirely:
{
"features": {
"search": false
}
}Disabling search removes the search bar from the navigation and hides the keyboard shortcut hints.