diff --git a/apps/docs/.vitepress/config.mts b/apps/docs/.vitepress/config.mts index 5d7f2435..03c0964a 100644 --- a/apps/docs/.vitepress/config.mts +++ b/apps/docs/.vitepress/config.mts @@ -2,9 +2,9 @@ import { defineConfig } from "vitepress"; import llmstxt from "vitepress-plugin-llms"; export default defineConfig({ - title: "ashim", + title: "SnapOtter", description: - "Documentation for ashim - A Self Hosted Image Manipulator. 45+ tools, local AI, pipelines, REST API.", + "Documentation for SnapOtter - A Self Hosted Image Manipulator. 45+ tools, local AI, pipelines, REST API.", base: "/", srcDir: ".", outDir: "./.vitepress/dist", @@ -12,7 +12,7 @@ export default defineConfig({ head: [ ["meta", { name: "theme-color", content: "#3b82f6" }], - ["link", { rel: "icon", type: "image/svg+xml", href: "/favicon.svg" }], + ["link", { rel: "icon", type: "image/png", href: "/favicon.png" }], ["link", { rel: "llms-txt", href: "/ashim/llms.txt" }], ], @@ -47,7 +47,7 @@ export default defineConfig({ `, customTemplateVariables: { description: - "Self-hosted, open-source image processing platform with 45+ tools including AI/ML. Runs in a single Docker container with GPU auto-detection.", + "SnapOtter is a 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.", }, @@ -56,7 +56,7 @@ export default defineConfig({ }, themeConfig: { - logo: "/logo.svg", + logo: "/logo.png", nav: [ { text: "Home", link: "/" }, diff --git a/apps/docs/index.md b/apps/docs/index.md index 0b7b7e60..5c2d3316 100644 --- a/apps/docs/index.md +++ b/apps/docs/index.md @@ -2,7 +2,7 @@ layout: home hero: - name: "ashim" + name: "SnapOtter" text: "A Self Hosted Image Manipulator" tagline: 45+ tools. Local AI. No cloud. Your images stay on your machine. actions: diff --git a/apps/docs/public/logo.png b/apps/docs/public/logo.png new file mode 100644 index 00000000..3c499ec2 Binary files /dev/null and b/apps/docs/public/logo.png differ