mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-09 19:48:25 +01:00
7ce07b9512
* * In search, clicking on excerpt text goes to the corresponding anchor, if there is one. * Fix image paths in search * Bump pagefind version * Refine JS
11 lines
255 B
YAML
11 lines
255 B
YAML
site: _build/html
|
|
output_path: _pagefind/pagefind
|
|
exclude_selectors:
|
|
- "a.headerlink"
|
|
- ".toctree-wrapper"
|
|
- ".sphinxsidebar"
|
|
- ".breadcrumbs"
|
|
- "pre"
|
|
glob: "{components,cookbook,guides,projects,web-api}/**/*.html"
|
|
root_selector: div[role=main]
|