docs: add SEO descriptions to all doc pages and update hero subtitle

This commit is contained in:
SnapOtter
2026-05-16 12:48:23 +08:00
parent 3e06d68f4f
commit d025a569e2
12 changed files with 46 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
---
description: Image engine operations reference. All Sharp-based image processing operations and their parameters.
---
# Image engine
The `@snapotter/image-engine` package handles all non-AI image operations. It wraps [Sharp](https://sharp.pixelplumbing.com/) and runs entirely in-process with no external dependencies.
+4
View File
@@ -1,3 +1,7 @@
---
description: Complete REST API reference. Tool endpoints, batch processing, pipelines, file library, authentication, teams, and admin operations.
---
# REST API Reference
Interactive API docs with request/response examples are available at [http://localhost:1349/api/docs](http://localhost:1349/api/docs).