Skip to content

Commit 849b333

Browse files
authored
docs: link to more examples (#181)
* docs: link to more examples Added links to demos/examples of recent repos or youtube videso * More link updates * Updated header Updated section heading and modified content for clarity.
1 parent 17dcc76 commit 849b333

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,15 @@ Web-based management console for monitoring and managing your Filecoin Pin deplo
6767
- **Status**: Planned
6868
- **Tracking**: See [issue #74](https://github.com/filecoin-project/filecoin-pin/issues/74) for updates. Please leave a comment about your usecase if this would be particularly beneficial.
6969

70-
## Examples in Production
70+
## Examples
7171

7272
See Filecoin Pin in action:
7373

7474
- **[upload-action](https://github.com/filecoin-project/filecoin-pin/tree/master/upload-action)** - Example GitHub Action workflows demonstrating automated IPFS/Filecoin uploads
75-
- **[filecoin-pin-website](https://github.com/filecoin-project/filecoin-pin-website)** - Demo dApp showing browser-based file uploads to Filecoin ([Walkthrough](https://docs.filecoin.io/builder-cookbook/filecoin-pin/dapp-demo))
75+
- **[filecoin-pin-website](https://github.com/filecoin-project/filecoin-pin-website)** - Demo dApp showing browser-based file uploads to Filecoin
76+
- [Walkthrough](https://docs.filecoin.io/builder-cookbook/filecoin-pin/dapp-demo)
77+
- [🎥 Recording 1](https://www.youtube.com/watch?v=UElx1_qF12o)
78+
- [🎥 Recording 2](https://www.youtube.com/watch?v=DXH84_gI-c0)
7679

7780
## Architecture
7881

upload-action/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Use semantic version tags from [filecoin-pin releases](https://github.com/fileco
7979
## Examples & Documentation
8080

8181
- **[examples/](./examples/)** - Ready-to-use workflow files and setup instructions
82-
- **[Actual usage in filecoin-pin-website repo](https://github.com/filecoin-project/filecoin-pin-website/blob/main/.github/workflows/filecoin-pin-upload.yml)**
82+
- **[Actual usage in filecoin-pin-website repo](https://github.com/filecoin-project/filecoin-pin-website/blob/main/.github/workflows/filecoin-pin-upload.yml)** ([🎥 demo recording](https://www.youtube.com/watch?v=_2ZsMYXfgwI))
83+
- **[Filecoin Pin + ENS Demo](https://github.com/FIL-Builders/filecoin-pin-ens-demo)** ([🎥 demo recording](https://www.youtube.com/watch?v=tkDwXAVtnDA)) - A minimal demo showing a static website deployed with the Filecoin Pin Upload Action and an ENS update that points the ENS name to the latest IPFS CID after each push to main.
8384
- **[FLOW.md](./FLOW.md)** - Internal architecture for contributors and maintainers
8485

8586
## Contributing

0 commit comments

Comments
 (0)