-
Notifications
You must be signed in to change notification settings - Fork 27
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
Blueprints crash course V2 #7
Blueprints crash course V2 #7
Conversation
Forgot something important: are the shorthands documented somewhere? |
This is fantastic @ironnysh, thank you so much! I really like how you condensed the number of pages while keeping the structure clean ❤️
They aren't at the moment, I've added them as an experimental feature a few months ago and didn't want to spread them too much in case I'd have to remove them later on. Today I'm quite certain they're here to stay which also means there are no more blockers to documenting them. |
Thanks, @adamziel, always a pleasure! 😃
Coolio, let's do it. Is there a list somewhere (I can also "extract" these from a typescript file, if you'll point me to it)? |
@ironnysh it's here: For now those are:
|
Perfect, thanks! I think the Steps page would be the natural place for these, right? I can open a new issue for this on the main repo, or is there another process for documentation now? |
Sounds great @ironnysh, thank you! A PR for the main repo would be the right way for now until we can figure out a Playground-based workflow. |
) Adds documentation for `shorthand` variations of Blueprint `steps`. ([See context and discussion here](WordPress/blueprints#7 (comment))). The new section covers the following: - briefly explains what are `shorthands` - lists supported steps (with code examples) - describes when should people use each alternative. --------- Co-authored-by: Adam Zielinski <adam@adamziel.com>
Hi @adamziel, I made a few adjustments to the copy and file structure of the course (renamed to Blueprints 101).
I hope it's okay.
PS-- I don't have access to your repo, so I made a fork and a PR of your PR #5 :-)