docs: move project docs into docs directory (#32)

This commit is contained in:
Ben Senescu 2026-03-16 17:38:24 -04:00 committed by GitHub
parent 81a3bd0ea9
commit b859fae8dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 11 deletions

View File

@ -142,7 +142,7 @@ Use a pinned version tag in `.env` if preferred:
OPEN_SEO_IMAGE=ghcr.io/every-app/open-seo:v1.2.3
```
For more info, see [`SELF_HOSTING_DOCKER.md`](./SELF_HOSTING_DOCKER.md).
For more info, see [`docs/SELF_HOSTING_DOCKER.md`](./docs/SELF_HOSTING_DOCKER.md).
## Cloudflare Self-Hosting
@ -150,7 +150,7 @@ For more info, see [`SELF_HOSTING_DOCKER.md`](./SELF_HOSTING_DOCKER.md).
Clicking this button opens a page to deploy OpenSEO in your Cloudflare account. If you do not have an account yet, it will take you to account creation first (OpenSEO works great on the free plan).
Reference these docs while deploying since the Cloudflare UI doesn't indicate what steps you need to take: [`SELF_HOSTING_CLOUDFLARE.md`](./SELF_HOSTING_CLOUDFLARE.md).
Reference these docs while deploying since the Cloudflare UI doesn't indicate what steps you need to take: [`docs/SELF_HOSTING_CLOUDFLARE.md`](./docs/SELF_HOSTING_CLOUDFLARE.md).
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/every-app/open-seo)

View File

@ -1,9 +0,0 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
},
},
}