From 990229a902e7e697548bfd1cf589b53269ad65f1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:29:48 +0000 Subject: [PATCH] docs: fix typos and parameter count errors in three pages --- container-images/custom-dockerfiles.mdx | 2 +- container-images/custom-web-servers.mdx | 2 +- v4/examples/livekit-outbound-agent.mdx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/container-images/custom-dockerfiles.mdx b/container-images/custom-dockerfiles.mdx index 391ef113..abdee772 100644 --- a/container-images/custom-dockerfiles.mdx +++ b/container-images/custom-dockerfiles.mdx @@ -62,7 +62,7 @@ readycheck_endpoint = "/ready" dockerfile_path = "./Dockerfile" ``` -The configuration requires three key parameters: +The configuration requires four key parameters: - `port`: The port the server listens on. - `healthcheck_endpoint`: The endpoint used to confirm instance health. If unspecified, defaults to a TCP ping on the configured port. If the health check registers a non-200 response, it will be considered _unhealthy_, and be restarted should it not recover timely. diff --git a/container-images/custom-web-servers.mdx b/container-images/custom-web-servers.mdx index 6c210bb1..c9bb93ab 100644 --- a/container-images/custom-web-servers.mdx +++ b/container-images/custom-web-servers.mdx @@ -42,7 +42,7 @@ loguru = "latest" fastapi = "latest" ``` -The configuration requires three key parameters: +The configuration requires four key parameters: - `entrypoint`: The command that starts your server - `port`: The port your server listens on diff --git a/v4/examples/livekit-outbound-agent.mdx b/v4/examples/livekit-outbound-agent.mdx index 699c8d14..e056f2ce 100644 --- a/v4/examples/livekit-outbound-agent.mdx +++ b/v4/examples/livekit-outbound-agent.mdx @@ -125,21 +125,21 @@ Each service offers a generous free tier: - **Deepgram** -You can signup for a Deepgram account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Straight from the dashboard, you can create an API key. +You can sign up for a Deepgram account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Straight from the dashboard, you can create an API key. Store this value for later. ![Deepgram Dashboard](/images/examples/livekit-agent/deepgram-dashboard.png) - **OpenAI** -You can signup for an OpenAI account [here](https://platform.openai.com/signup). You can then click “Dashboard” top right and then “API keys” in the left sidebar. +You can sign up for an OpenAI account [here](https://platform.openai.com/signup). You can then click “Dashboard” top right and then “API keys” in the left sidebar. Create an API key and store this value to use later. ![OpenAI Dashboard](/images/examples/livekit-agent/openai-dashboard.png) - **Cartesia** -You can signup for a Cartesia account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Once you login, you can click, API keys in the +You can sign up for a Cartesia account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Once you log in, you can click API keys in the left sidebar and create a new API key. ![Cartesia Dashboard](/images/examples/livekit-agent/cartesia-dashboard.png)