diff --git a/README.md b/README.md index bc1152c..55b11fa 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/EveryAppLearnings.md b/docs/EveryAppLearnings.md similarity index 100% rename from EveryAppLearnings.md rename to docs/EveryAppLearnings.md diff --git a/MAINTAINERS.md b/docs/MAINTAINERS.md similarity index 100% rename from MAINTAINERS.md rename to docs/MAINTAINERS.md diff --git a/SELF_HOSTING_CLOUDFLARE.md b/docs/SELF_HOSTING_CLOUDFLARE.md similarity index 100% rename from SELF_HOSTING_CLOUDFLARE.md rename to docs/SELF_HOSTING_CLOUDFLARE.md diff --git a/SELF_HOSTING_DOCKER.md b/docs/SELF_HOSTING_DOCKER.md similarity index 100% rename from SELF_HOSTING_DOCKER.md rename to docs/SELF_HOSTING_DOCKER.md diff --git a/opencode.jsonc b/opencode.jsonc deleted file mode 100644 index f79accb..0000000 --- a/opencode.jsonc +++ /dev/null @@ -1,9 +0,0 @@ -{ - "$schema": "https://opencode.ai/config.json", - "mcp": { - "context7": { - "type": "local", - "command": ["npx", "-y", "@upstash/context7-mcp"], - }, - }, -}