Skip to content

Commit 3d5c4f7

Browse files
committed
more readme updates
1 parent 01b6cfd commit 3d5c4f7

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Get to know Mux by looking through examples! Contributions are always welcome, e
66

77
## Examples
88

9-
| Name | Description | Tags | Languages |
10-
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ---------- |
11-
| <nobr>[android-live-javacv](android-live-javacv)</nobr> | Small modifications to a JavaCV example that allows you to publish an RTMP stream directly to Mux. | Live, Mobile | Java |
12-
| [now-airtable](now-airtable) | [Zeit Now](https://zeit.co/now) + [Airtable](https://airtable.com/). Build your own personal Video CMS using Now, [Next.js](https://nextjs.org/), and your own Airtable base. | VOD, CMS | JavaScript |
9+
| Name | Description | Tags | Languages |
10+
| ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ---------- |
11+
| <nobr>[android-live-javacv](android-live-javacv)</nobr> | Small modifications to a JavaCV example that allows you to publish an RTMP stream directly to Mux. | Live, Mobile | Java |
12+
| [contentful-uploader](contentful-uploader) | Contentful UI extension that allows you to add Video to your [Contentful](https://contentful.com) space. | VOD, CMS, Integration | JavaScript |
13+
| [now-airtable](now-airtable) | [Zeit Now](https://zeit.co/now) + [Airtable](https://airtable.com/). Build your own personal Video CMS using Now, [Next.js](https://nextjs.org/), and your own Airtable base. | VOD, CMS | JavaScript |
1314

1415
## Examples in the wild
1516

contentful-uploader/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,17 @@ Note: by default this installs the hosted version of our extension. If you'd lik
4242

4343
## Install via the Contentful interface
4444

45-
Navigation to Space settings > Extensions, then click "Add new".
45+
Navigation to Space settings > Extensions, then click the "Add extension" dropdown and select "Install from Github".
4646

47-
Make sure `src` is checked, then set the value to `https://contentful.mux.dev/extension`.
47+
![Install from Github](screenshots/contentful-install-from-github.png)
48+
49+
In the modal, give the URL for this repo's `extension.json` file:
50+
51+
```
52+
https://github.com/muxinc/examples/blob/master/contentful-uploader/extension.json
53+
```
54+
55+
It should then open up a page with your new extension's configuration. Update the two required fields with your Mux Access Token ID/Secret, then hit "save".
4856

4957
## Setting up your content model
5058

@@ -56,7 +64,7 @@ Select "Mux Contentful Uploader"
5664

5765
![Uploader Appearance](screenshots/contentful-appearance.png)
5866

59-
Congratulations, now you've got your very own best-in-class video platform! 🤘🏻
67+
Congratulations, now you've got the upload side of your very own best-in-class video platform! 🤘🏻
6068

6169
## Using your new Video field in clients
6270

contentful-uploader/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"id": "muxAccessTokenId",
1010
"name": "Mux Access Token ID",
11-
"description": "You can create access tokens here: https://dashboard.mux.com/settings/access-tokens)",
11+
"description": "You can create access tokens here: https://dashboard.mux.com/settings/access-tokens",
1212
"type": "Symbol",
1313
"required": true
1414
},

contentful-uploader/now.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"version": 2,
33
"alias": "contentful.mux.dev",
44
"builds": [
5+
{
6+
"src": "screenshots/*.png",
7+
"use": "@now/static"
8+
},
59
{
610
"src": "*.md",
711
"use": "@now/md",
Loading

0 commit comments

Comments
 (0)