Commit Graph

2 Commits (66d9d53c3843b7004725eb5115e585add5e263ae)

Author SHA1 Message Date
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
Richard Koshak f8225251a8
Getting started UI Pages (#1503)
* Added intro to Pages

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added Overview tabs tutorial page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added item  widget customization page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added custom widgets page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Corrected page formatter

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Removed some : to keep the parser from misinterpreting it as YAML

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Changes to make markdownlint happy

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Corrected minor typos, fixed table

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fixing typos.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Typos and minor edits, fixed linting error

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Typos and minor edits, added section on column widths

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Added new pages to sidebar

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Updating the toc on the index page

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fixed title

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* sneaking in one last change, making the page titles more consistent

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Updates to address review of first two pages.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Addressing comments.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Retyped line with hidden characters.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>

* Fix typo

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-19 09:28:47 +01:00