Skip to content

Commit c3f22ef

Browse files
committed
revert: Diagram in docs
1 parent 52ff73c commit c3f22ef

File tree

4 files changed

+13
-697
lines changed

4 files changed

+13
-697
lines changed

packages/docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { withMermaid } from "vitepress-plugin-mermaid";
1+
import { defineConfig } from "vitepress";
22

3-
export default withMermaid({
3+
export default defineConfig({
44
base: "/mixwave/",
55
title: "Mixwave",
66
description: "A friendly API to simplify the complexities of video delivery.",

packages/docs/introduction.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,6 @@ Mixwave is a self hostable platform that aims to simplify the complexities of vi
1010

1111
Things get more complicated once you go beyond playing a basic <Badge type="info" text=".mp4" /> file. To offer different video qualities depending on the viewer's bandwidth, or to include multiple audio or text tracks, you need a different setup.
1212

13-
```mermaid
14-
%%{init: {'theme': 'neutral' }}%%
15-
flowchart LR
16-
subgraph S2[ ]
17-
direction TB
18-
T(<img src="/mixwave/transcode.svg" width="25" height="25" /> Transcode) --> S1
19-
end
20-
21-
subgraph S1[ ]
22-
direction LR
23-
TR1(1080p <small>3Mbps</small>)
24-
TR2(720p <small>2Mbps</small>)
25-
TR3(480p <small>1Mbps</small>)
26-
end
27-
28-
R(<img src="/mixwave/raw.svg" width="25" height="25" /> Raw files) --> S2 --> P(<img src="/mixwave/package.svg" width="25" height="25" /> Package<br /><small>master.m3u8</small>) --> PO(<img src="/mixwave/publish.svg" width="25" height="25" /> Publish)
29-
```
30-
3113
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.
3214

3315
## Features

packages/docs/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"devDependencies": {
6-
"@braintree/sanitize-url": "^7.1.0",
7-
"cytoscape": "^3.30.2",
8-
"cytoscape-cose-bilkent": "^4.1.0",
9-
"dayjs": "^1.11.13",
10-
"debug": "^4.3.6",
11-
"mermaid": "^11.0.2",
12-
"vitepress": "^1.3.2",
13-
"vitepress-plugin-mermaid": "^2.0.16"
6+
"vitepress": "^1.3.2"
147
},
158
"scripts": {
169
"dev": "vitepress dev",

0 commit comments

Comments
 (0)