mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: rebrand docs site from ashim to SnapOtter
This commit is contained in:
@@ -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: "/" },
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 879 KiB |
Reference in New Issue
Block a user