diff --git a/packages/docs/docs/theme/default-theme-config.md b/packages/docs/docs/theme/default-theme-config.md index 0b7004c107..47209f9ca1 100644 --- a/packages/docs/docs/theme/default-theme-config.md +++ b/packages/docs/docs/theme/default-theme-config.md @@ -319,6 +319,13 @@ module.exports = { } ``` +You can also disable the built-in search box for individual pages with `YAML front matter`: +```yaml +--- +search: false +--- +``` + ::: tip Built-in Search only builds index from the title, `h2` and `h3` headers, if you need full text search, you can use [Algolia Search](#algolia-search). :::