Patch namings and URLs of chain.love #2433
Open
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.
As you may know, Glif Nodes is migrating to the new domain - Chain.Love
While all the old URLs are kept for backward compatibility purposes, it would be great to onboard new users straight to the new URLs.
On top of that - we've recently developed a widget for GitBooks that allows integration of our Toolbox feature (basically a discovery and comparison mechanism for all the service providers on the Filecoin network.
Here is the installation instructions:
a) Through Gitbook UI - go to your docs and click on + sign to add a new section - in a section type select "Chain.Love". It will ask you for the URL.
b) Through GitHub - in the section where you would like to include our widget add {% @chainlove-widget/chainlove-compare url="" %}
a) chain param, so it will be http://widget.docs.chain.love/?network=NETWORK&chain=CHAIN, where CHAIN is either mainnet or testnet. This will allow you to limit the exact chain that can be seen through the widget. Useful, when you have a page dedicated for your testnet 😍
b) category param, so it will be http://widget.docs.chain.love/?network=NETWORK&category=CATEGORY, where CATEGORY is one of the: rpc, indexing, oracle, devTool, explorer, analytic, wallet or faucet. Both params can be used together.
In Filecoin's case URL will be http://widget.docs.chain.love/?network=filecoin (and can contain any params described above)
I've added a few insertions of the widget in the docs (searchable through this PR via "widget" keyword), but before merging it - someone will have two execute steps 1 and 2 from the instruction above.
Additionally, made a patch there => filecoin-project/lotus-docs#824 (merged)