-
Notifications
You must be signed in to change notification settings - Fork 7
docs: update sidebar to link to new filecoin-pin docs #108
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Pull Request Overview
This PR updates the sidebar documentation links to point to the new centralized documentation in the filecoin-pin repository, replacing external documentation sources with internal glossary entries and guides.
- Centralizes documentation URLs using constants to point to the filecoin-pin repository
- Adds several new glossary links (Filecoin Pay, Service Provider, Piece CID, Standard IPFS tooling)
- Updates the "Learn more" button to point to a specific "behind-the-scenes" documentation page
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/constants/sidebar.tsx | Introduces URL constants and updates documentation links to use the filecoin-pin repository glossary and documentation |
| src/components/layout/sidebar-steps.tsx | Adds TextLink components to terms in the sidebar steps, linking to their glossary definitions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <StepItemContainer> | ||
| <StepItem step={1}> | ||
| <p>A FIL wallet, a funded Filecoin Pay Account, and Warm Storage Service have been set up automatically.</p> | ||
| <p>A FIL wallet, a funded <TextLink href={filecoinPay}>Filecoin Pay</TextLink> Account, and <TextLink href={filecoinPay}>Warm Storage Service</TextLink> have been set up automatically.</p> |
Copilot
AI
Nov 13, 2025
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.
Both "Filecoin Pay" and "Warm Storage Service" are linked to the same filecoinPay URL. The "Warm Storage Service" link should point to a separate documentation entry (e.g., serviceProvider or a dedicated warm storage glossary entry) rather than reusing the Filecoin Pay link.
| <p>A FIL wallet, a funded <TextLink href={filecoinPay}>Filecoin Pay</TextLink> Account, and <TextLink href={filecoinPay}>Warm Storage Service</TextLink> have been set up automatically.</p> | |
| <p>A FIL wallet, a funded <TextLink href={filecoinPay}>Filecoin Pay</TextLink> Account, and <TextLink href={serviceProvider}>Warm Storage Service</TextLink> have been set up automatically.</p> |
Filecoin Pin UploadIPFS Artifacts:
Onchain verification:
Payment:
|
This is part of leveraging filecoin-project/filecoin-pin#233 as specified in filecoin-project/filecoin-pin#78