-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tutorial code #565
Merged
Tutorial code #565
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
_sass/metanorma-rules.scss
Outdated
.cta .button .tutorial{ | ||
@include cta-button($primary-dark-color, white); | ||
border-radius: 25px; | ||
&:hover {background-color: #9c60c1ff} |
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.
Declaration should be terminated by a semicolon
Selector should have depth of applicability no greater than 2, but was 3
@kwkwan can you please help check these files and fix any problematic content? Also need to fix links. Thanks! |
Merging this and cleaning up later! |
Closed
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.
This branch contains the tutorial content that we initially wanted to publish during the Google season of Docs project.
We've decided to make some alterations, for example, to include OGC examples instead of ISO examples.
The exercise descriptons for the lessons are stored in the file
exercises.adoc
. The file contains a liquid "case" structure to iterate through the different exercises.The code for the exercises lives in the metanorma tutorial repository.
Since we don't have a playground directly on the website, I've told the users to download the repository and follow along in the files.
Before we merge, there are still some "Bugs" that I would like to address. I hope that @strogonoff might know how we can fix them.
I hope we can solve these issues quickly so that users can finally benefit from the tutorial :)