-
Notifications
You must be signed in to change notification settings - Fork 9
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
docs: update link to libp2p configuration options in README (through … #104
base: main
Are you sure you want to change the base?
Conversation
Thanks! can you please also run the build so that the README is also regenerated? |
I tried running (in Actions tab) by clicking "test & maybe release" but this does not seem to build a README. I see a "pages-build-deployment" here in the Actions tab but this is not available in my fork. Sorry but this is new for me, hope to be still at help :) |
You need to run the build locally so that it generates the README and then commit it, not in GitHub Actions |
@@ -90,7 +90,7 @@ | |||
* | |||
* The [helia](https://www.npmjs.com/package/helia) module is configured with a libp2p node that is suited for decentralized applications, alternatively [@helia/http](https://www.npmjs.com/package/@helia/http) is available which uses HTTP gateways for all network operations. | |||
* | |||
* You can see variations of Helia and js-libp2p configuration options at <https://helia.io/interfaces/helia.index.HeliaInit.html>. | |||
* You can see variations of Helia and js-libp2p configuration options at <https://helia.io/interfaces/helia.HeliaInit.html>. |
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.
* You can see variations of Helia and js-libp2p configuration options at <https://helia.io/interfaces/helia.HeliaInit.html>. | |
* You can see variations of Helia and js-libp2p configuration options at <https://ipfs.github.io/helia/interfaces/helia.HeliaInit.html>. |
api docs have moved to ipfs.github.io/helia
after making changes to the code that is used to generate the readme, you have to run |
…index.ts)
Title
Description
Notes & open questions
Change checklist