From b859fae8dcb59abff43bf88dae708ad40ff66900 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:38:24 -0400 Subject: [PATCH] docs: move project docs into docs directory (#32) --- README.md | 4 ++-- EveryAppLearnings.md => docs/EveryAppLearnings.md | 0 MAINTAINERS.md => docs/MAINTAINERS.md | 0 .../SELF_HOSTING_CLOUDFLARE.md | 0 SELF_HOSTING_DOCKER.md => docs/SELF_HOSTING_DOCKER.md | 0 opencode.jsonc | 9 --------- 6 files changed, 2 insertions(+), 11 deletions(-) rename EveryAppLearnings.md => docs/EveryAppLearnings.md (100%) rename MAINTAINERS.md => docs/MAINTAINERS.md (100%) rename SELF_HOSTING_CLOUDFLARE.md => docs/SELF_HOSTING_CLOUDFLARE.md (100%) rename SELF_HOSTING_DOCKER.md => docs/SELF_HOSTING_DOCKER.md (100%) delete mode 100644 opencode.jsonc 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"], - }, - }, -}