From 29b335f8491bcbc7766da52f0d60291690c30e96 Mon Sep 17 00:00:00 2001 From: shaharkazaz Date: Sat, 4 Jan 2025 20:42:58 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20update=20homepage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/transloco-locale/package.json | 2 +- libs/transloco-messageformat/package.json | 2 +- libs/transloco-optimize/package.json | 2 +- libs/transloco-persist-lang/package.json | 2 +- libs/transloco-persist-translations/package.json | 2 +- libs/transloco-preload-langs/package.json | 2 +- libs/transloco-scoped-libs/package.json | 2 +- libs/transloco-validator/package.json | 2 +- libs/transloco/package.json | 2 +- package.json | 1 + 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/libs/transloco-locale/package.json b/libs/transloco-locale/package.json index af449d60..e2f3cb8d 100644 --- a/libs/transloco-locale/package.json +++ b/libs/transloco-locale/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/plugins/locale", + "homepage": "https://jsverse.gitbook.io/transloco/plugins/locale-l10n", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-messageformat/package.json b/libs/transloco-messageformat/package.json index bcc426d1..6a6663a4 100644 --- a/libs/transloco-messageformat/package.json +++ b/libs/transloco-messageformat/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/plugins/message-format", + "homepage": "https://jsverse.gitbook.io/transloco/plugins/message-format", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-optimize/package.json b/libs/transloco-optimize/package.json index 8f4478ab..15db0f10 100644 --- a/libs/transloco-optimize/package.json +++ b/libs/transloco-optimize/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/tools/optimize/", + "homepage": "https://jsverse.gitbook.io/transloco/tools/optimize", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-persist-lang/package.json b/libs/transloco-persist-lang/package.json index a9c641ed..246f36d7 100644 --- a/libs/transloco-persist-lang/package.json +++ b/libs/transloco-persist-lang/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/plugins/persist-lang", + "homepage": "https://jsverse.gitbook.io/transloco/plugins/persist-lang", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-persist-translations/package.json b/libs/transloco-persist-translations/package.json index 8f64af62..8932784d 100644 --- a/libs/transloco-persist-translations/package.json +++ b/libs/transloco-persist-translations/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/plugins/persist-translations", + "homepage": "https://jsverse.gitbook.io/transloco/plugins/persist-translations", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-preload-langs/package.json b/libs/transloco-preload-langs/package.json index f607135c..ecd6645b 100644 --- a/libs/transloco-preload-langs/package.json +++ b/libs/transloco-preload-langs/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/plugins/preload-langs", + "homepage": "https://jsverse.gitbook.io/transloco/plugins/preload-langs", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-scoped-libs/package.json b/libs/transloco-scoped-libs/package.json index 50f1a064..d33470cb 100644 --- a/libs/transloco-scoped-libs/package.json +++ b/libs/transloco-scoped-libs/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/tools/scope-lib-extractor", + "homepage": "https://jsverse.gitbook.io/transloco/tools/scoped-library-extractor", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco-validator/package.json b/libs/transloco-validator/package.json index 1b53d06d..cdc7fb1b 100644 --- a/libs/transloco-validator/package.json +++ b/libs/transloco-validator/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/docs/tools/validator", + "homepage": "https://jsverse.gitbook.io/transloco/tools/validator", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/libs/transloco/package.json b/libs/transloco/package.json index 56e6fb3b..ee70db8e 100644 --- a/libs/transloco/package.json +++ b/libs/transloco/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/jsverse/transloco/issues" }, - "homepage": "https://jsverse.github.io/transloco/", + "homepage": "https://jsverse.gitbook.io/transloco/", "repository": { "type": "git", "url": "https://github.com/jsverse/transloco" diff --git a/package.json b/package.json index 2a4a2e2b..6b941ef8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "workspaces": [ "docs" ], + "homepage": "https://jsverse.gitbook.io/transloco/", "scripts": { "prepare": "husky", "commit": "git-cz",