From 7921bb21c7cbfcba8bce7234668ec9318e8127c7 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 15 Sep 2025 15:40:46 +0700 Subject: [PATCH] chore: missing local api server --- docs/src/pages/docs/llama-cpp-server.mdx | 2 +- docs/src/pages/docs/server-settings.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/pages/docs/llama-cpp-server.mdx b/docs/src/pages/docs/llama-cpp-server.mdx index d89f48139..3a3d24c46 100644 --- a/docs/src/pages/docs/llama-cpp-server.mdx +++ b/docs/src/pages/docs/llama-cpp-server.mdx @@ -24,7 +24,7 @@ import { Settings } from 'lucide-react' `llama.cpp` is the core **inference engine** Jan uses to run AI models locally on your computer. This section covers the settings for the engine itself, which control *how* a model processes information on your hardware. -Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/local-server/api-server) page. +Looking for API server settings (like port, host, CORS)? They have been moved to the dedicated [**Local API Server**](/docs/api-server) page. ## Accessing Engine Settings diff --git a/docs/src/pages/docs/server-settings.mdx b/docs/src/pages/docs/server-settings.mdx index 80d2cc0b2..b352293e5 100644 --- a/docs/src/pages/docs/server-settings.mdx +++ b/docs/src/pages/docs/server-settings.mdx @@ -174,7 +174,7 @@ This includes configuration for: - CORS (Cross-Origin Resource Sharing) - Verbose Logging -[**Go to Local API Server Settings →**](/docs/local-server/api-server) +[**Go to Local API Server Settings →**](/docs/api-server) ## Emergency Options