Skip to content
Blode.md

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

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.

Keyboard shortcuts

You can open the search dialog with any of these shortcuts:

ShortcutPlatform
Cmd + KmacOS
Ctrl + KWindows, Linux
/All platforms

How it works

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.

Customize the search placeholder

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
  }
}