-
Notifications
You must be signed in to change notification settings - Fork 395
docs: create how to use ipfs tutorial #1207
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
Conversation
.vuepress/config.js
Outdated
@@ -1,4 +1,4 @@ | |||
const path = require('path'); | |||
const path = require("path"); |
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.
I suggest to not add any linting just now because there are a lot of competing PRs to modify this file. I don't see anything related to IPFS in it, correct?
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.
I've added the link to the tutorials here: https://github.com/cosmos/sdk-tutorials/pull/1207/files#diff-d922ba5eb323770279ac8c0f81af0d64178cee0268702f003879abc3e5260ffdR149-R154.
I feel like we should all use the same linter and linting this file makes it easier to read.
Co-authored-by: Xavier Leprêtre <xavierlepretre@users.noreply.github.com>
2068ff8
to
f6eb6d1
Compare
Thank you @xavierlepretre! |
Closes #1206