Skip to content

Commit

Permalink
fix: Images in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 28, 2024
1 parent 4f8473d commit ca0c900
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ features:
- title: Transcode
details: Converting a video file from one format or codec to another, at scale.
icon:
src: /assets/transcode.svg
src: /transcode.svg
- title: Package
details: Prepare and organize video files for delivery and playback.
icon:
src: /assets/package.svg
src: /package.svg
- title: Stitch
details: Manipulate and craft HLS playlists on the fly, supports HLS interstitials.
icon:
src: /assets/stitch.svg
src: /stitch.svg
---
4 changes: 2 additions & 2 deletions packages/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Things get more complicated once you go beyond playing a basic <Badge type="info
flowchart LR
subgraph S2[ ]
direction TB
T(<img src="assets/transcode.svg" width="25" height="25" /> Transcode) --> S1
T(<img src="/mixwave/public/transcode.svg" width="25" height="25" /> Transcode) --> S1
end
subgraph S1[ ]
Expand All @@ -25,7 +25,7 @@ flowchart LR
TR3(480p <small>1Mbps</small>)
end
R(<img src="assets/raw.svg" width="25" height="25" /> Raw files) --> S2 --> P(<img src="assets/package.svg" width="25" height="25" /> Package<br /><small>master.m3u8</small>) --> PO(<img src="assets/publish.svg" width="25" height="25" /> Publish)
R(<img src="/mixwave/public/raw.svg" width="25" height="25" /> Raw files) --> S2 --> P(<img src="/mixwave/public/package.svg" width="25" height="25" /> Package<br /><small>master.m3u8</small>) --> PO(<img src="/mixwave/public/publish.svg" width="25" height="25" /> Publish)
```

Before we go further, it's important to note that Mixwave intentionally keeps its scope limited. We choose to focus on a single playback protocol <Badge type="info" text="HLS CMAF" /> rather than trying to support a wide range of options.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit ca0c900

Please sign in to comment.