chore: rebrand repo from siddharthksah to stirling-image org

Update all references across docs, workflows, UI components, and config
to point to the new GitHub org (stirling-image/stirling-image) and Docker
Hub account (stirlingimage/stirling-image) ahead of repo transfer.
This commit is contained in:
Siddharth Kumar Sah
2026-03-30 08:17:54 +08:00
parent 8f98b745ff
commit 50a52b43c1
14 changed files with 62 additions and 62 deletions
+5 -5
View File
@@ -40,11 +40,11 @@ Example: `feat: add HEIC to PNG conversion support`
## Development setup
Full instructions are in the [Developer Guide](https://siddharthksah.github.io/Stirling-Image/guide/developer). The short version:
Full instructions are in the [Developer Guide](https://stirling-image.github.io/stirling-image/guide/developer). The short version:
```bash
git clone https://github.com/siddharthksah/Stirling-Image.git
cd Stirling-Image
git clone https://github.com/stirling-image/stirling-image.git
cd stirling-image
pnpm install
pnpm dev # starts both frontend and backend
```
@@ -70,11 +70,11 @@ Tools follow a consistent pattern. You will need to touch three places:
2. **Frontend settings component** in `apps/web/src/components/tools/` with the tool's UI controls.
3. **i18n entry** in `packages/shared/src/i18n/en.ts` with the tool's name and description.
See the [Developer Guide](https://siddharthksah.github.io/Stirling-Image/guide/developer) for a walkthrough.
See the [Developer Guide](https://stirling-image.github.io/stirling-image/guide/developer) for a walkthrough.
## Translations
We currently ship English only, but the i18n system is designed for easy extension. If you want to add a language, see the [Translation Guide](https://siddharthksah.github.io/Stirling-Image/guide/translations).
We currently ship English only, but the i18n system is designed for easy extension. If you want to add a language, see the [Translation Guide](https://stirling-image.github.io/stirling-image/guide/translations).
## Code style