Sign Up

Search

Doctave come with a built-in search engine that allows you to search through your documentation. OpenAPI references and Markdown guides are indexed for each build independently.

You don't have to configure anything to enable search for your documentation.

SearchSearch

Hiding pages from search

If you want to hide a page from search, you can add the following snippet to the page's frontmatter.

hidden-page.md
---
search:
  hidden: true
---

# Hidden page
...

This will hide the page from search results, but it will still be accessible via the navigation or through a direct link.

Was this page helpful?