docs(cookbook): restore filecoin-pin and wire up navigation#63
Merged
snissn merged 3 commits intoApr 20, 2026
Merged
Conversation
✅ Deploy Preview for timely-kataifi-9f3a09 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
Can we separate this into two PRs? The first commit keep in this PR @nijoe1 then the other commits add to #61 |
099800a to
e64d2fb
Compare
…kbook Re-import the filecoin-pin cookbook (README, CLI guide, dApp demo, GitHub Action, FAQ, ERC-8004 agent registration guide, and assets) under build/cookbook/filecoin-pin/ in their formatted form, and register the section in .gitbook.yaml redirects so prior URLs continue to resolve.
61e38af to
2d91ba2
Compare
…lecoin.io links - Add Filecoin Pin section and pages to SUMMARY.md and link it from the cookbook landing page. - Replace https://docs.filecoin.io/* internal references with relative markdown paths across the glossary, protocol API, lotus components, and slashing-related pages, so the docs quality link-checker stops flagging them.
2d91ba2 to
203ff74
Compare
Member
|
looks good to me now |
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.
Summary
Re-imports the Filecoin Pin cookbook into the new docs structure and wires it into navigation.
b0a9e02e) — re-import the full Filecoin Pin cookbook (README, CLI guide, dApp demo, GitHub Action, FAQ, ERC-8004 agent registration, assets) underbuild/cookbook/filecoin-pin/. Files land in their formatted form so they pass the docs-quality linter..gitbook.yamlis updated with redirects from the oldbuilder-cookbook/filecoin-pin/*paths so existing URLs continue to resolve.203ff740) — add the Filecoin Pin section toSUMMARY.mdand surface it from the cookbook landing page. Replacehttps://docs.filecoin.io/*absolute references with relative markdown paths in the glossary, built-in actors protocol API, Lotus components, slashing-related pages, and crypto-economics so the link-checker stops flagging them.Scope
This PR is intentionally narrow — tooling, lint config, and repo-wide formatting changes were split out to PR #61 per reviewer feedback. The two land cleanly in sequence (verified by local merge simulation, no conflicts).
Test plan
builder-cookbook/filecoin-pin/*URLs redirect to the newbuild/cookbook/filecoin-pin/*pathsnpm run lintandnpm run check-linkspass on this branch once PR docs: add docs quality tooling follow-up #61 lands