Skip to content

Commit 7fcb5be

Browse files
docs(registry): clarify catalog preview staging and published URLs (#3676)
Co-authored-by: yoma <yingwaizhiying@gmail.com>
1 parent 1f9f86c commit 7fcb5be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

skills-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"files": 3
4747
},
4848
"hyperframes-registry": {
49-
"hash": "d6dfcc8ceb7c8178",
49+
"hash": "0142a8e09bbe7e2c",
5050
"files": 12
5151
},
5252
"media-use": {

skills/hyperframes-registry/references/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ hyperframes snapshot --at "1.0,3.0,5.0,7.0"
118118
npx hyperframes publish
119119
```
120120

121-
**Catalog preview image**The catalog card uses a PNG at `docs/images/catalog/{kind}/{name}.png` (where `{kind}` is `blocks` or `components`). Generate it from a snapshot, then:
121+
**Catalog preview image**For the default PNG preview, save your snapshot at `docs/images/catalog/{kind}/{name}.png` in the repository checkout (`{kind}` is `blocks` or `components`). After upload, the catalog serves it from `https://static.heygen.ai/hyperframes-oss/docs/images/catalog/{kind}/{name}.png`. If `registry-item.json` declares `preview`, the card uses its `poster` URL; a `preview` without `poster` has no image fallback.
122122

123-
- **HeyGen internal contributors:** run `scripts/upload-docs-images.sh` (requires AWS profile `engineering-767398024897`)
123+
- **HeyGen internal contributors:** run `scripts/upload-docs-images.sh` from the repository root (requires AWS profile `engineering-767398024897`)
124124
- **External contributors:** attach the preview MP4 to your PR description. A maintainer will generate and upload the catalog image before merging.
125125

126126
### Step 6: Ship

0 commit comments

Comments
 (0)