mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
0fbf7d0d99
* Make search results appear in a fixed window; Make search text clickable; Improve search layout on mobile. * On window resize, adjust layout * Maybe make Firefox not resize. * Tweak initial- and maximum-scale * Make live-html work with pagefind; Make pagefind work in docker * Lint * Fix netlify deploy
11 lines
246 B
YAML
11 lines
246 B
YAML
site: _build/html
|
|
output_path: _pagefind/pagefind
|
|
exclude_selectors:
|
|
- "a.headerlink"
|
|
- ".toctree-wrapper"
|
|
- ".sphinxsidebar"
|
|
- ".breadcrumbs"
|
|
glob: "{components,cookbook,guides,projects,web-api}/**/*.html"
|
|
root_selector: div[role=main]
|
|
|