Commit Graph

10 Commits (main)

Author SHA1 Message Date
jimtng 54a4fb04da
Add JRuby examples in rules_advanced.md (#2451)
* Add JRuby examples in rules_advanced.md

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* requested changes

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* Apply requested changes

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

* address review change requests

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

---------

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2025-05-13 10:31:22 +02:00
Andrew Fiddian-Green 72c965d694
Explanation of suggested add-ons (#2178)
* Information about add-on suggestion finder

Added information about the new add-on suggestion finder feature.

Note: I also changed one of the screenshot images; but am not sure if that is also automatically included in the merge.

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>


Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Adopt reviwer suggestions.

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Fix image location

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Fix prior commit

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2023-12-18 12:11:48 +01:00
stefan-hoehn cc067e4686
Scene Rule tutorial (#2009)
* Scene Rule tutorial

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

* added scenes icon

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>

* Apply suggestions from code review

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

---------

Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2023-03-05 21:57:34 +01:00
Richard Koshak 8f30438d6b
Getting Started Rules (#1809)
* Getting Started Rules

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

* Fixing build error

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

* Correcting markdown linting errors

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

* Fixing more md linting

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

* More linting errors

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

* Fixing links, minor edits

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

* One sentence per line for ordered lists

* Apply suggestions from code review

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update tutorials/getting_started/tips-and-tricks.md

Use separate key repesentations instead of the combo as one key.

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Linting

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2022-05-24 16:10:57 +02:00
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 bb41f8eb27
Added emphasis that not all Items and Groups belong in the model and how to manage Items outside the model. (#1522)
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2021-03-24 20:09:09 +01: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
clinophobic f2726d36c0
Update model.md (#1411)
* Update model.md

Initial pr by @clinophobic 

* Add original picture as file and replace the old one.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-03 20:38:34 +01:00
Jerome Luckenbach a784207ca8
Improvements to the beginner tutorial (#1356)
* Improvements to the beginner tutorial.

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

* Move tutorial sidebar (nearly) to the top.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 18:38:22 +01:00
Richard Koshak f0738563ff
[WIP] Getting started tutorial (#1304)
* Removed old no longer needed images

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

* Added intro and first steps.

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

* Added getting starte to concepts, updated build file

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

* Added Getting Started to Concepts, updated build file

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

* Fixinf the build

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

* Still trying to fix the build

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

* Added Thing - Simple page

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

* Separated sentences.

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

* Added things Simple to index

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

* Added Things Intermediate

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

* Added Things Advanced page.

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

* Added Model page.

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

* Added Persistence - Please review

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

* Update .vuepress/docs-sidebar.js

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

* Fixes for a working preview build and existing conflicts.

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

* Fixed wrong image reference.

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

* Fix all hyperlinks due to build folder movements.

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

* Fix page lin kand test different style for page navigation.

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

* Fix model. Reintroduce sidebar.

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

* Remove manual navigation links. Improve sidebar.

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

* Edits to tutorial index.md

Minor edits to wording.

Signed-off-by: Bob Adair <bob.github@att.net>

* Refactor first steps with new setup wizard screenshots.

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

* Edits to first steps page

Signed-off-by: Bob Adair <bob.github@att.net>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Bob A <bobadair@users.noreply.github.com>
2020-12-20 21:18:18 +01:00