From abb892def3e7ce2b43961135dbaa8e6831f80e3d Mon Sep 17 00:00:00 2001 From: Ben Lower Date: Thu, 31 Oct 2024 13:19:19 -0700 Subject: [PATCH] expose stages tutorial fix some broken links --- docs/astro.config.mjs | 2 +- docs/src/content/docs/guides/callstagestutorial.mdx | 8 ++++---- docs/src/content/docs/guides/clienttoolstutorial.mdx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 5c4b9f2..f53ca7d 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -41,7 +41,7 @@ export default defineConfig({ 'guides/stages', 'guides/telephony', 'guides/clienttoolstutorial', - // 'guides/callstagestutorial', + 'guides/callstagestutorial', ] }, { diff --git a/docs/src/content/docs/guides/callstagestutorial.mdx b/docs/src/content/docs/guides/callstagestutorial.mdx index 9886ca6..6763d7c 100644 --- a/docs/src/content/docs/guides/callstagestutorial.mdx +++ b/docs/src/content/docs/guides/callstagestutorial.mdx @@ -49,7 +49,7 @@ We'll build an escalation system for our Dr. Donut drive-thru that allows the AI :::tip[Stuck?] -If at any point you get lost, you can refer to the `/final` folder in the repo to get final versions of the various files you will create or edit. +If at any point you get lost, you can refer to the [`/final`](https://github.com/fixie-ai/ultravox-tutorial-call-stages/tree/main/final) folder in the repo to get final versions of the various files you will create or edit. ::: :::tip[Debugging] @@ -285,7 +285,7 @@ Now that you've implemented basic escalation, you can: ## Resources -- [Ultravox Documentation](https://docs.ultravox.ai) -- [Call Stages Reference](../stages) +- [Ultravox Documentation](/) +- [Call Stages Reference](./stages) - [Tutorial Source Code](https://github.com/fixie-ai/ultravox-tutorial-call-stages) -- [Client Tools Tutorial](../clienttoolstutorial) \ No newline at end of file +- [Client Tools Tutorial](./clienttoolstutorial) \ No newline at end of file diff --git a/docs/src/content/docs/guides/clienttoolstutorial.mdx b/docs/src/content/docs/guides/clienttoolstutorial.mdx index f39a0dd..83cb344 100644 --- a/docs/src/content/docs/guides/clienttoolstutorial.mdx +++ b/docs/src/content/docs/guides/clienttoolstutorial.mdx @@ -43,7 +43,7 @@ We'll build a drive-thru order display for a fictional restaurant called "Dr. Do :::tip[Stuck?] -If at any point you get lost, you can refer to the `/final` folder in the repo to get final versions of the various files you will create or edit. +If at any point you get lost, you can refer to the [`/final`](https://github.com/fixie-ai/ultravox-tutorial-client-tools/tree/main/final) folder in the repo to get final versions of the various files you will create or edit. ::: ## Step 1: Define the Tool @@ -424,6 +424,6 @@ Now that you've implemented basic client tools, you can: ## Resources -- [Ultravox Documentation](https://docs.ultravox.ai) -- [Tools Reference](https://docs.ultravox.ai/tools) +- [Ultravox Documentation](/) +- [Tools Reference](../tools) - [Tutorial Source Code](https://github.com/fixie-ai/ultravox-tutorial-client-tools) \ No newline at end of file