mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Remove debug code from last PR (#3900)
* 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 * Remove debug code
This commit is contained in:
parent
0fbf7d0d99
commit
0b889e396b
@ -16,8 +16,6 @@ RUN <<EOF
|
||||
export TARGETARCH=${TARGETARCH/arm64/aarch64}
|
||||
export TARGETARCH=${TARGETARCH/amd64/x86_64}
|
||||
curl -o pagefind.tar.gz https://github.com/CloudCannon/pagefind/releases/download/v$PAGEFIND_VERSION/pagefind-v$PAGEFIND_VERSION-$TARGETARCH-unknown-linux-musl.tar.gz -L
|
||||
file pagefind.tar.gz
|
||||
ls -l pagefind.tar.gz
|
||||
tar xzf pagefind.tar.gz
|
||||
rm pagefind.tar.gz
|
||||
mv pagefind /usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user