Skip to content

Commit

Permalink
link to search docs added to readme and text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 committed Nov 18, 2024
1 parent 141629a commit f81efab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion internal-docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

0 comments on commit f81efab

Please sign in to comment.