-
Notifications
You must be signed in to change notification settings - Fork 4
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 Tutorials Section #42
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ceolson01
force-pushed
the
feature/22-tutorial-list
branch
from
March 31, 2019 20:04
67ff73e
to
b8e6cbe
Compare
ceolson01
force-pushed
the
feature/38-refreshed-docs-template
branch
2 times, most recently
from
April 1, 2019 22:43
9690cca
to
9ae91fa
Compare
ceolson01
force-pushed
the
feature/22-tutorial-list
branch
from
April 1, 2019 22:57
b8e6cbe
to
908a735
Compare
ceolson01
changed the base branch from
feature/38-refreshed-docs-template
to
master
April 1, 2019 22:59
ceolson01
force-pushed
the
feature/22-tutorial-list
branch
from
April 1, 2019 22:59
908a735
to
2f59aad
Compare
ceolson01
force-pushed
the
feature/22-tutorial-list
branch
from
April 3, 2019 23:27
6cd00bc
to
676d15d
Compare
rdig
approved these changes
Apr 4, 2019
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.
Good to go 🙂
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
New feature. This PR aims to add a tutorials section powered by content from Colony's new Tutorials repo!
🌮 🌮 🌮
Notes for Reviewer
yarn dev
: https://github.com/JoinColony/colonyTutorials/pull/1Changes
TutorialPage
component for handling single tutorial page instances.Tutorials
page for the tutorials list.gatsby-transform-md-tutorials
plugin for transforming tutorials markdown content & providinggraphql
query nodes to query for said content.gatsby-config
.gatsby-config
).Button
themes.Closes #22
Contributes to #33