-
Notifications
You must be signed in to change notification settings - Fork 16
reference,learn: start moving custom interactions to learn #73
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
base: master
Are you sure you want to change the base?
Conversation
This first commit serves to outline my intentions with splitting up the The general idea in "Creating Interactive Elements" is to first introduce Perhaps instead of splitting "Parsing an Interaction" into a new page, |
f743168
to
898f156
Compare
898f156
to
c58df24
Compare
c58df24
to
7916299
Compare
Unless I missed anything, the move should now be complete--I hope I @SoggySaussages - would you mind giving this a review, just to make sure |
As an afterthought, we should also consider shortening the reference |
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.
am I doing this right?
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Outdated
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Outdated
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Outdated
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/creating-interactive-elements.md
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/parsing-an-interaction.md
Outdated
Show resolved
Hide resolved
content/learn/advanced/custom-interactions/responding-to-an-interaction.md
Show resolved
Hide resolved
Signed-off-by: Luca Zeuch <[email protected]>
e1d335d
to
18a40d4
Compare
This PR aims to move the Custom Interactions page--currently residing
inside docs/reference--to a new Advanced section in the learning course.
The short-term goal is to split the incredibly detailed page (thanks to
the amazing work of @SoggySaussages) into smaller, more digestible
sections. I oriented these splits around the already existing sections
on the mentioned page.
The long-term goal is to make space under the (debatably) filled
Reference in the main docs section, and also spark inspiration for more
advanced topics in the learning course.
Signed-off-by: Luca Zeuch [email protected]
Terms
I am further inviting @SoggySaussages to carefully examine my changes
with the highest scrutiny, as I am not sure if I have done the original
work justice. I am also open to any suggestions for improvement.