Skip to content

Commit

Permalink
feat(docs): add cascade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 19, 2024
1 parent 60b2091 commit 6f464aa
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ Live777 has the following characteristics:

Linux, MacOS, Windows, Android and arm, x86 with multi-platform native support.

### Cascade

![live777-cascade](./docs/live777-cascade.excalidraw.svg)

### DataChannel Forward

> NOTE: About `createDataChannel()`
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const en = defineConfig({
{ text: 'What is live777 ?', link: 'what-is-live777' },
{ text: 'Installation', link: 'installation' },
{ text: 'Getting Started', link: 'getting-started' },
{ text: 'For developer', link: 'developer' }
{ text: 'Cascade', link: 'cascade' },
{ text: 'For developer', link: 'developer' },
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const zh = defineConfig({
{ text: '什么是 Live777 ?', link: 'what-is-live777' },
{ text: '安装部署', link: 'installation' },
{ text: '快速开始', link: 'getting-started' },
{ text: '开发者', link: 'developer' }
{ text: '级连', link: 'cascade' },
{ text: '开发者', link: 'developer' },
]
},
{
Expand Down
17 changes: 17 additions & 0 deletions docs/guide/cascade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cascade

## What is cascade?

![cascade](/cascade.excalidraw.svg)

## Very large cluster

![mash-cascade](/mash-cascade.excalidraw.svg)

live777 Cascade have two mode:
- `cascade-pull`
- `cascade-push`

![live777-cascade](/live777-cascade.excalidraw.svg)


13 changes: 13 additions & 0 deletions docs/public/cascade.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/public/mash-cascade.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/zh/guide/cascade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cascade

## What is cascade?

![cascade](/cascade.excalidraw.svg)

## Very large cluster

![mash-cascade](/mash-cascade.excalidraw.svg)

live777 Cascade have two mode:
- `cascade-pull`
- `cascade-push`

![live777-cascade](/live777-cascade.excalidraw.svg)


0 comments on commit 6f464aa

Please sign in to comment.