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";
|
import llmstxt from "vitepress-plugin-llms";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "ashim",
|
title: "SnapOtter",
|
||||||
description:
|
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: "/",
|
base: "/",
|
||||||
srcDir: ".",
|
srcDir: ".",
|
||||||
outDir: "./.vitepress/dist",
|
outDir: "./.vitepress/dist",
|
||||||
@@ -12,7 +12,7 @@ export default defineConfig({
|
|||||||
|
|
||||||
head: [
|
head: [
|
||||||
["meta", { name: "theme-color", content: "#3b82f6" }],
|
["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" }],
|
["link", { rel: "llms-txt", href: "/ashim/llms.txt" }],
|
||||||
],
|
],
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ export default defineConfig({
|
|||||||
`,
|
`,
|
||||||
customTemplateVariables: {
|
customTemplateVariables: {
|
||||||
description:
|
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:
|
details:
|
||||||
"Resize, compress, convert, remove backgrounds, upscale, run OCR, and more - without sending images to external services.",
|
"Resize, compress, convert, remove backgrounds, upscale, run OCR, and more - without sending images to external services.",
|
||||||
},
|
},
|
||||||
@@ -56,7 +56,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/logo.svg",
|
logo: "/logo.png",
|
||||||
|
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/" },
|
{ text: "Home", link: "/" },
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "ashim"
|
name: "SnapOtter"
|
||||||
text: "A Self Hosted Image Manipulator"
|
text: "A Self Hosted Image Manipulator"
|
||||||
tagline: 45+ tools. Local AI. No cloud. Your images stay on your machine.
|
tagline: 45+ tools. Local AI. No cloud. Your images stay on your machine.
|
||||||
actions:
|
actions:
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 879 KiB |
Reference in New Issue
Block a user