Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add pages for new documentation #25 #26
Add pages for new documentation #25 #26
Changes from all commits
9b49eb1
a096b54
4b0f27e
9ca5a11
350309e
6b3942a
1fd8f78
653e34a
6d52a6e
e146ed8
de18548
6f0a32f
6335bc6
6e99a9f
b6cb81f
7b7ba32
7294b83
e5ad340
91e3e53
5278245
1ad57d9
deaa566
039a4b0
291a2cf
af3c0ad
9f8c9ef
feb3fa4
70a252e
a8696f1
250467d
83e1416
0065f86
3ebde20
38a5890
ac368b0
af14837
2dee362
833b420
0677e65
4b0e0df
19b190d
8a92e39
aeffe64
ce1e95d
3a3dc5f
9e0ff19
9afa67e
88b0aa9
1b304f7
522c300
8f12f4f
6e9cf7a
90340ea
d5ecf6a
d728298
01b6f39
1c3c881
bd740cb
7332013
97261a8
d744489
f415526
6dcb20d
106c2e1
595eb8b
587fbd3
f3c248e
ff68810
cfe5862
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But what exactly is / is not supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can alternate
parentElement1|parentElement2
but not
parentElement1.subElement1|parentElement2.subElement1
or
parentElement1.(subElement1|subElement2)