Skip to content

Commit

Permalink
docs: disable Search per Page (vuejs#1293)
Browse files Browse the repository at this point in the history
Add small section for disabling search per page via new front matter property search.
  • Loading branch information
andezzat authored and ulivz committed Feb 19, 2019
1 parent dad2928 commit 24b8fac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/docs/docs/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
:::
Expand Down

0 comments on commit 24b8fac

Please sign in to comment.