diff --git a/README.md b/README.md index 4532732..9525ba8 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ If you would like to include additional standards, please refer to the [manual f - [Markdown metadata](./internal-docs/markdown-metadata.md) - [Markdown rules](./internal-docs/markdown-rules.md) + +### Seach + +- [Search overview](./internal-docs/search.md) diff --git a/internal-docs/search.md b/internal-docs/search.md index f73dc9b..1b8435d 100644 --- a/internal-docs/search.md +++ b/internal-docs/search.md @@ -118,4 +118,4 @@ new Crawler({ A lot of these simpler options can also be configured through the `Setup / Configuration` page. -**Note that we have edited the return from `recordExtractor` in line 42, changing `lvl1: ['header h1', 'article h1'],` to `lvl1: ['article h1'],` otherwise the indexer will also index the word `Developers` from the global header title.** +**Note the return from `recordExtractor` in line 42 has been edited, changing `lvl1: ['header h1', 'article h1'],` to `lvl1: ['article h1'],` otherwise the indexer will also index the word `Developers` from the global header title.**