You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,15 @@ Web-based management console for monitoring and managing your Filecoin Pin deplo
67
67
-**Status**: Planned
68
68
-**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.
69
69
70
-
## Examples in Production
70
+
## Examples
71
71
72
72
See Filecoin Pin in action:
73
73
74
74
-**[upload-action](https://github.com/filecoin-project/filecoin-pin/tree/master/upload-action)** - Example GitHub Action workflows demonstrating automated IPFS/Filecoin uploads
Copy file name to clipboardExpand all lines: upload-action/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,8 @@ Use semantic version tags from [filecoin-pin releases](https://github.com/fileco
79
79
## Examples & Documentation
80
80
81
81
- **[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.
83
84
- **[FLOW.md](./FLOW.md)** - Internal architecture for contributors and maintainers
0 commit comments