From 26068ad2395001958daa859da82073d5208421ee Mon Sep 17 00:00:00 2001 From: ashim-hq Date: Thu, 16 Apr 2026 16:16:13 +0800 Subject: [PATCH] docs: fix AI tool count (13 not 14), update llms template to 45+ tools --- apps/docs/.vitepress/config.mts | 2 +- apps/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/.vitepress/config.mts b/apps/docs/.vitepress/config.mts index b83b2328..06f34d7b 100644 --- a/apps/docs/.vitepress/config.mts +++ b/apps/docs/.vitepress/config.mts @@ -46,7 +46,7 @@ export default defineConfig({ `, customTemplateVariables: { description: - "Self-hosted, open-source image processing platform with 30+ tools including AI/ML. Runs in a single Docker container with GPU auto-detection.", + "Self-hosted, open-source image processing platform with 45+ tools including AI/ML. Runs in a single Docker container with GPU auto-detection.", details: "Resize, compress, convert, remove backgrounds, upscale, run OCR, and more - without sending images to external services.", }, diff --git a/apps/docs/index.md b/apps/docs/index.md index 2cbb8b2c..7164250b 100644 --- a/apps/docs/index.md +++ b/apps/docs/index.md @@ -17,7 +17,7 @@ features: - title: 45+ Image Tools details: Resize, crop, compress, convert, watermark, color adjust, vectorize, create GIFs, build collages, generate passport photos, find duplicates, and more. - title: Local AI - details: 14 AI-powered tools — remove backgrounds, upscale, restore and colorize old photos, erase objects, blur faces, enhance faces, extract text (OCR). All on your hardware, no internet required. + details: 13 AI-powered tools — remove backgrounds, upscale, restore and colorize old photos, erase objects, blur faces, enhance faces, extract text (OCR). All on your hardware, no internet required. - title: Pipelines details: Chain tools into reusable workflows with up to 20 steps. Batch process up to 200 images at once with a single request. - title: REST API