openhab-docs/.vuepress
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
..
components Removed some references to Eclipse SmartHome (#1070) 2019-11-06 22:43:10 +01:00
public Optimize all png images using zopflipng (#1555) 2021-04-27 21:00:55 +02:00
styles Migrate v3 preview to VuePress 1.x (#1233) 2020-05-25 13:42:37 +02:00
.gitignore Add VuePress infrastructure for preview (#870) 2019-01-14 00:00:42 +01:00
add_placeholders.rb Add UI section (#1464) 2021-02-05 16:15:35 +01:00
config.js Migrate v3 preview to VuePress 1.x (#1233) 2020-05-25 13:42:37 +02:00
docs-sidebar.js remove outdated RPi install instructions (#1533) 2021-04-06 21:19:20 +02:00
enhanceApp.js Add support for tab containers (#1023) 2019-08-09 18:39:17 +02:00
highlight-dsl.js Add VuePress infrastructure for preview (#870) 2019-01-14 00:00:42 +01:00
highlight-rules.js Add VuePress infrastructure for preview (#870) 2019-01-14 00:00:42 +01:00
process_file.rb Update links to target "main" branches (#1460) 2021-01-20 20:32:07 +01:00
process_main_docs.rb Add UI section (#1464) 2021-02-05 16:15:35 +01:00