Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom config table class for crawler (#104)
Creates "hook" class for Algolia crawler. Updates crawler as such: ``` recordProps: { lvl1: "article h1", content: "article p, article li, article table.config-table td, article table.config-table th", lvl0: { selectors: ".menu > .menu__list > li > .menu__link--active", defaultValue: "Documentation", }, lvl2: "article h2", lvl3: "article h3", lvl4: "article h4", lvl5: "article h5", }, ```
- Loading branch information