-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Issue 160 - Add tutorials section to docs #191
Conversation
- add box shadow + margin to videos - move ‘what you’ll learn below videos’ - add specific ‘video’ layout that displays videos as larger - remove most of content from introduction 😬 - add a ‘contents’ section to main page.
I had a lot of feelings on this, so much so that I branched from this PR here so you can preview: #192 My thoughts:
|
Updates to tutorials structure
I think it's probably ok to push now. We can improve on the layout later as more videos come together. |
That all works for me. The reason I initially avoided React in the title was to prevent people who use Vue, Angular, etc from avoiding looking at it, but I guess we run the risk of those same devs just bailing out once they see React anyway. Thanks for all your help in getting this ready. |
Added top level tutorial section, along with the "Introduction", "Project setup" and "Testing inputs" pages for the "Build and test TodoMVC with Cypress" tutorial.
Closes #160, #173, #174, #177