Skip to content

Commit 203ff74

Browse files
committed
docs(cookbook): wire up filecoin-pin nav and replace external docs.filecoin.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.
1 parent b0a9e02 commit 203ff74

7 files changed

Lines changed: 48 additions & 40 deletions

File tree

SUMMARY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@
157157
* [Cookbook](build/cookbook/README.md)
158158
* [Store data](build/cookbook/store-data.md)
159159
* [Retrieve data](build/cookbook/retrieve-data.md)
160+
* [Filecoin Pin](build/cookbook/filecoin-pin/README.md)
161+
* [Filecoin Pin CLI](build/cookbook/filecoin-pin/filecoin-pin-cli.md)
162+
* [Filecoin Pin GitHub Action](build/cookbook/filecoin-pin/github-action.md)
163+
* [Filecoin Pin dApp Demo](build/cookbook/filecoin-pin/dapp-demo.md)
164+
* [Filecoin Pin for ERC-8004 Agents](build/cookbook/filecoin-pin/erc-8004-agent-registration.md)
165+
* [FAQ](build/cookbook/filecoin-pin/faq.md)
160166

161167
## Reference
162168

build/cookbook/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ Practical recipes for building on Filecoin. Each recipe focuses on a specific ta
66

77
* [Store data](store-data.md) — recipes for programmable storage of public or private data on Filecoin
88
* [Retrieve data](retrieve-data.md) — recipes for fetching stored data from the network
9+
* [Filecoin Pin](filecoin-pin/README.md) — recipes for using Filecoin Pin to store and retrieve data on Filecoin Onchain Cloud
910

1011
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/build/cookbook/overview)

getting-started/what-is-filecoin/crypto-economics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Additionally, 300 million FIL tokens are held in a mining reserve to incentivize
2525

2626
## Vesting
2727

28-
Mining rewards are subject to a vesting schedule to support long-term network alignment. For instance, 75% of block rewards earned by miners vest linearly over 180 days, while 25% are immediately accessible, improving miner cash flow and profitability. Note that if the miner has incurred "[fee debt](https://docs.filecoin.io/storage-providers/filecoin-economics/slashing)," the immediately accessible block rewards will automatically go towards paying down those fees.
28+
Mining rewards are subject to a vesting schedule to support long-term network alignment. For instance, 75% of block rewards earned by miners vest linearly over 180 days, while 25% are immediately accessible, improving miner cash flow and profitability. Note that if the miner has incurred "[fee debt](../../storage-providers/filecoin-economics/slashing.md)," the immediately accessible block rewards will automatically go towards paying down those fees.
2929

3030
A certain portion of initially printed FIL tokens are vested to Protocol Labs teams and the Filecoin Foundation over six years, and to SAFT investors over three years, as outlined in the [vesting schedule](https://observablehq.com/@starboard/a-primer-to-filecoin-circulating-supply/2).
3131

reference/built-in-actors/protocol-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ description: This page covers the Built-in actors Protocol API.
66

77
The protocol level built-in actors API is split into the following sections:
88

9-
* [Account actor](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#account-actor)
10-
* [Datacap](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#datacap)
11-
* [Miner](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#miner)
12-
* [Multisig](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#multisig)
13-
* [Storage market actor](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#storage-market-actor)
14-
* [Storage power actor](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#storage-power-actor)
15-
* [Verified registry actor](https://docs.filecoin.io/reference/built-in-actors/protocol-api/#verified-registry-actor)
9+
* [Account actor](#account-actor)
10+
* [Datacap](#datacap)
11+
* [Miner](#miner)
12+
* [Multisig](#multisig)
13+
* [Storage market actor](#storage-market-actor)
14+
* [Storage power actor](#storage-power-actor)
15+
* [Verified registry actor](#verified-registry-actor)
1616

1717
## Account actor
1818

0 commit comments

Comments
 (0)