Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ready for Review] Reworking Rules docs #1860

Merged
merged 38 commits into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ba98c7f
Getting started
rkoshak Jul 8, 2022
83e4723
[Rules] Add Rules Concepts page
florian-h05 Jul 12, 2022
e7feca1
Address @rkoshak 's review
florian-h05 Jul 14, 2022
e9ba693
Address @rkoshak 's review
florian-h05 Jul 29, 2022
fbc57ac
Address @rkoshak 's review
florian-h05 Aug 5, 2022
6512d20
Merge pull request #3 from florian-h05/rules-rework-1
rkoshak Aug 8, 2022
58d8576
[Rules] Add concept docs for triggers
florian-h05 Aug 17, 2022
dc7e36f
[Rules] Add concepts docs for conditions
florian-h05 Aug 17, 2022
62de18a
Address @rkoshak 's review for triggers
florian-h05 Aug 22, 2022
e953978
Address @rkoshak 's review for conditions
florian-h05 Aug 22, 2022
d5bcb18
Address @rkoshak 's review
florian-h05 Aug 24, 2022
8d3ff3d
Merge pull request #4 from florian-h05/rules-rework-1
rkoshak Aug 25, 2022
c1aca4c
[rules] Add remaining sections of concepts page
florian-h05 Sep 27, 2022
4968bde
Add note about "Scenes" to rules concepts
florian-h05 Sep 28, 2022
a53094f
[Rules Concepts] Add Scripts and Script Actions sections
florian-h05 Sep 28, 2022
26f10c1
[Rule Concepts] Add Available Values, Rule Templates & Helper Librari…
florian-h05 Sep 28, 2022
0e97a6e
[Rules Concepts] Add comprehensive examples with JS Scripting code sn…
florian-h05 Nov 1, 2022
0809335
[Rules Concepts] Add DSL code to comprehensive examples
florian-h05 Nov 1, 2022
1871a06
[Rules Concepts] Add UI rule code to comprehensive examples
florian-h05 Nov 1, 2022
d620223
[Rules Concepts] Add UI rule screenshots to examples
florian-h05 Nov 1, 2022
5bf9af7
Address @rkoshak 's review
florian-h05 Nov 2, 2022
7007fa7
[Rules Concepts] Add JRuby examples from @rkoshak
florian-h05 Nov 2, 2022
43a3ff1
[Rules Concepts] Link to the JRuby Scripting addon
florian-h05 Nov 2, 2022
b521742
Merge pull request #5 from florian-h05/rules-rework-1
rkoshak Nov 3, 2022
14a0350
Update docs-sidebar.js
rkoshak Nov 3, 2022
7b19377
Addressing MD Linting
rkoshak Nov 3, 2022
52bbb9b
Removing files we are not ready to push to upstream
rkoshak Nov 3, 2022
b133acb
Removing files we are not ready to push to upstream
rkoshak Nov 3, 2022
6b1fda9
Removing files we are not yet ready to push upstream
rkoshak Nov 3, 2022
c20ea6b
Deleting files not ready to push to upstream
rkoshak Nov 3, 2022
e0b1dbd
Removing files not ready to push to upstream
rkoshak Nov 3, 2022
478bd56
Removing files not ready to push to upstream
rkoshak Nov 3, 2022
b40f85e
Removing files not ready to push to upstream
rkoshak Nov 3, 2022
858987c
Moved new rules concepts page to the concepts folder.
rkoshak Nov 3, 2022
c669af7
Fixed paths to images
rkoshak Nov 3, 2022
3d09aad
Attempting to fix tabs for examples
rkoshak Nov 3, 2022
ed62163
Fixing tabs for last two examples, cleaning for consistency
rkoshak Nov 3, 2022
c448d72
Fix old gh pages syntax
Confectrician Nov 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .vuepress/docs-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = [
'concepts/discovery',
'concepts/audio',
'concepts/units-of-measurement',
'concepts/rules',
]
},
{
Expand Down
Binary file added concepts/images/rule-arrival.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-leaving.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-openwindow-action.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-openwindow.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-scene.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-sunrise-trigger.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concepts/images/rule-sunrise.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
801 changes: 801 additions & 0 deletions concepts/rules.md

Large diffs are not rendered by default.