Skip to content

Commit 9eb97bf

Browse files
committed
stream docs welcome improvements/cleanup
1 parent 64bf98d commit 9eb97bf

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

products/stream/src/content/analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
order: 0
2+
order: 2
33
---
44

55
# Analytics

products/stream/src/content/getting-started/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
order: 1
33
---
44

5-
# Getting Started
5+
# Getting started
66

7-
Cloudflare Stream is a video-on-demand platform for developers and content teams building video applications. With Stream, it's one easy API call to upload a video and get an embedable video.
8-
9-
In the background, Cloudflare encodes, stores and delivers your videos. Cloudflare takes care of optimizing the right format and bitrate for every device and network connection.
10-
11-
<stream src="31c9291ab41fac05471db4e73aa11717" autoplay loop preload height="270px" width="480px"></stream><script data-cfasync="false" defer type="text/javascript" src="https://embed.videodelivery.net/embed/r4xu.fla9.latest.js?video=31c9291ab41fac05471db4e73aa11717"></script>
7+
<DirectoryListing path="/getting-started"/>
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
---
2+
title: Welcome
23
order: 0
34
---
45

5-
# Welcome
6+
# Cloudflare Stream documentation
67

78
Cloudflare Stream is a video-on-demand platform for developers and content teams building video applications. With Stream, it's one easy API call to upload a video and get an embedable video.
89

910
In the background, Cloudflare encodes, stores and delivers your videos. Cloudflare takes care of optimizing the right format and bitrate for every device and network connection.
1011

11-
<stream src="31c9291ab41fac05471db4e73aa11717" autoplay loop preload height="270px" width="480px"></stream><script data-cfasync="false" defer type="text/javascript" src="https://embed.videodelivery.net/embed/r4xu.fla9.latest.js?video=31c9291ab41fac05471db4e73aa11717"></script>
12+
<Link to="/getting-started" className="Button Button-is-docs-primary">Get started</Link>
1213

14+
<!--
15+
Update to Stream component once available
16+
https://github.com/cloudflare/cloudflare-docs-engine/issues/281
17+
-->
1318
<figure data-type="stream">
1419
<div className="AspectRatio" style={{"--aspect-ratio": "calc(16 / 9)"}}>
1520
<iframe
@@ -20,4 +25,4 @@ In the background, Cloudflare encodes, stores and delivers your videos. Cloudfla
2025
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
2126
allowFullScreen/>
2227
</div>
23-
</figure>
28+
</figure>

0 commit comments

Comments
 (0)