Skip to content

Commit 398ad4e

Browse files
committed
chore: Added docs
1 parent 753deb3 commit 398ad4e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

packages/docs/examples/transcode.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
next:
3+
text: "Package"
4+
link: "/examples/package"
5+
---
6+
17
# Transcode
28

39
The transcode API will push a job to the queue and instruct ffmpeg to process the input file. Let's take the following example payload:

packages/docs/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
next: false
2+
next:
3+
text: "Installation"
4+
link: "/installation"
35
---
46

57
# Getting Started

packages/docs/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
next:
3+
text: "Transcode"
4+
link: "/examples/transcode"
5+
---
6+
17
# Installation
28

39
When you run `pnpm run build`, each package is ready for distribution. There's a `dist` folder and you must run `pnpm run start` in a package's folder to start the service.

0 commit comments

Comments
 (0)