-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Surface MFS tutorials - Uncomment MFS lessons in `main.js` - Add MFS tutorial to courses in `courses.json` * Grammar fixes * update lesson validation wording * change _solution to solution * add missing solution code to mfs lesson 2 * add solution prop to MFS lessons and boilerplates * Rework lesson order in MFS tutorial Rework lesson order * Update stat lesson content * Fix syntax error and validation in stat lesson * update lesson on stating again * swap order of lessons 2 and 3 * Rework messaging for IPFS introk * Apply new logging feature to file upload demo * Validate directory creation for mkdir (MFS #7) * chore: simplify js object files logging * add validation for missing {parents:true} * add validation for use of ls in stat lesson * update text of lessons 3, 4, 5 * improve formatting of references to root directory * improve example for mkdir lesson * add validation for other errors in mkdir lesson 7 * add blank space around user code area * add validation for matching filenames in #7 * remove console logs * validate ls-ing wrong directory in #7 * improve error msg when returning wrong ls in #7 * add boilerplates for lessons 8-12 * correct relative filepaths in readme * fix typo lesson 7 * add lesson 8 text * fix typo and scope issues lsn 7 * update lesson 8 instructions * add globals to boilerplates * add code and first pass validation for lsn 8 * attempt to test for incorrect use of await * test for mistakenly moving directory * swap order of validation to fix bug * add first draft of files.cp lesson * tweak lesson 9 solution display * first draft of files.read lesson * lesson 10 validation edits * fix: lesson 7 validations * address await problems in lesson 8 * add text for lesson 11 * revamp lesson 8 mv solution * remove lesson 12 * add initial validation for lesson 11 rm * attempt to add test file to non-mfs ipfs * add notes on TBValidated lessons * chore: lessons cleanup * chore: update lesson 09 * feat: lesson 9 now copies file from ipfs * feat: make lesson 10 work * feat: finish lesson 11 * fix: appease linter * fix: LessonLink spacing * fix: grow file upload container * chore: apply suggestions from code review Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai> * chore: replace folder word with directory * chore: rephrase mfs editing * chore: typos * text edits * make user name file when copying * improve lesson 9 validation * read from success.txt in lesson 10 * improve validation for lesson 11 * update headline and lesson titles * chore: update mfs description * fix: add await to ipfs.files.mv * chore: tidying up * feat: add loading animation
- Loading branch information
1 parent
ff5a776
commit b111973
Showing
44 changed files
with
1,325 additions
and
274 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"all": ["dataStructures", "basics", "blog"], | ||
"featured": ["dataStructures", "basics", "blog"] | ||
"all": ["mutableFileSystem", "dataStructures", "basics", "blog"], | ||
"featured": ["mutableFileSystem", "dataStructures", "basics", "blog"] | ||
} |
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
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
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
Oops, something went wrong.