chore(docs): Solidity Learning Journey#4081
Merged
signorecello merged 19 commits intomasterfrom Jan 23, 2024
Merged
Conversation
Contributor
Author
|
Could use @jzaki's Solidity knowledge to double-check the guide :) |
Contributor
|
🚀 Deployed on https://65ae64e29aff340088e3d82f--noir-docs.netlify.app |
jzaki
approved these changes
Jan 19, 2024
critesjosh
requested changes
Jan 19, 2024
Contributor
|
Did you have trouble updating to Docusaurus 3? I tried to update the Aztec docs but ran into a ton of parsing errors due to the update to MDX v3. Mainly relating to invalid character in names for autogenerated docs. Did you encounter anything like that? |
Contributor
Author
|
I updated to that version some weeks/months ago actually... And yes MDX was breaking due to some chars not being escaped (like <, {, etc) Some other minor things as well. I also had a problem with a webpack bug, that should be fixed in docusaurus 3.1.0 so I'll eventually update to that one at least |
Co-authored-by: josh crites <jc@joshcrites.com>
critesjosh
approved these changes
Jan 22, 2024
This file contains hidden or 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
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
As part of DevRel's work on Learning Journey's, this PR improves them.
Problem*
Relates to this DevRel issue
Summary*
Additional Context
Here's the Solidity Learning Journey. For now only 3 levels deep, assuming the user would have enough autonomy to proceed after the 3rd page. This will be reassessed in the future.