Skip to content

Commit

Permalink
chore: Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 14, 2024
1 parent 753deb3 commit 398ad4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/docs/examples/transcode.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
next:
text: "Package"
link: "/examples/package"
---

# Transcode

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:
Expand Down
4 changes: 3 additions & 1 deletion packages/docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
next: false
next:
text: "Installation"
link: "/installation"
---

# Getting Started
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
next:
text: "Transcode"
link: "/examples/transcode"
---

# Installation

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.
Expand Down

0 comments on commit 398ad4e

Please sign in to comment.