diff --git a/docs/websites/website-search.qmd b/docs/websites/website-search.qmd index 39c8e4e45..574007638 100644 --- a/docs/websites/website-search.qmd +++ b/docs/websites/website-search.qmd @@ -13,7 +13,7 @@ Search is enabled by default for websites and books. If the site has a navbar th | Option | Description | |------------|-------------------------------------------------------------------------------------------------------------| | `location` | `navbar` or `sidebar` (defaults to `navbar` if one is present on the page). | -| `type` | `overlay` or `textbox` (`overlay` provides a button that pops up a search UI, `textbox` does search inline) | +| `type` | `overlay` or `textbox` (`overlay` provides a button that pops up a search UI, `textbox` does search inline).| For example: @@ -54,7 +54,7 @@ You can use the following `search` options to customize how search results are d ## Using Algolia -In addition to the built in search capability, Quarto websites can also be configured to use an external Algolia search index. When rendering a website, Quarto will produce a JSON file (`search.json` in the site output directory) which can be used to update an Algolia index. For more on creating indexes with Algolia, see [Send and Update Your Data](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/) using Algolia. +In addition to the built-in search capability, Quarto websites can also be configured to use an external Algolia search index. When rendering a website, Quarto will produce a JSON file (`search.json` in the site output directory) which can be used to update an Algolia index. For more on creating indexes with Algolia, see [Send and Update Your Data](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/) using Algolia. ### Basic Configuration