From 0f41974b35a9585e666a003f84f773107f205bf9 Mon Sep 17 00:00:00 2001 From: Marvin <52848568+mleem97@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:49:16 +0200 Subject: [PATCH] docs: deployment note for main vs master; fix README title Made-with: Cursor --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f2f97..174e914 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gregWiki — Frika Mod Framework documentation +# gregWiki — gregFramework documentation This repository contains the **Docusaurus site** (`docusaurus.config.js`, `src/`, `sidebars.js`) and all **Markdown/MDX content** under [`docs/`](./docs/). Published docs use the route base path **`/wiki`**. @@ -17,6 +17,11 @@ npm run build Optional: refresh the legacy GitHub Wiki mirror from a sibling `../.wiki/` clone under `gregFramework/` — see [`docs/README.md`](./docs/README.md) and `npm run wiki:sync` / `wiki:normalize-i18n`. +## Deployment (Coolify / CI) + +- **Default branch:** `main` — use this for new work and PRs. +- **`master`:** kept in sync with `main` for hosts that still clone `master` (e.g. older Coolify defaults). Prefer setting the deployment **branch to `main`** in Coolify → Application → **Git** → Branch. + ## Docker Build context is this repository root: