From 398ad4e8a2e65d98fb0a8e62e63774eb9a93a1dd Mon Sep 17 00:00:00 2001 From: Matthias Van Parijs Date: Wed, 14 Aug 2024 11:34:03 +0200 Subject: [PATCH] chore: Added docs --- packages/docs/examples/transcode.md | 6 ++++++ packages/docs/getting-started.md | 4 +++- packages/docs/installation.md | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/docs/examples/transcode.md b/packages/docs/examples/transcode.md index 68995a4e..8bc8c749 100644 --- a/packages/docs/examples/transcode.md +++ b/packages/docs/examples/transcode.md @@ -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: diff --git a/packages/docs/getting-started.md b/packages/docs/getting-started.md index 676290eb..9130068e 100644 --- a/packages/docs/getting-started.md +++ b/packages/docs/getting-started.md @@ -1,5 +1,7 @@ --- -next: false +next: + text: "Installation" + link: "/installation" --- # Getting Started diff --git a/packages/docs/installation.md b/packages/docs/installation.md index 45f27d78..1c6ef717 100644 --- a/packages/docs/installation.md +++ b/packages/docs/installation.md @@ -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.