diff --git a/.gitignore b/.gitignore
index 500e3683a..be126bc19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,5 @@ Thumbs.db
# Cypress
apps/transloco-playground-e2e/cypress/screenshots/*
+
+.nx
diff --git a/README.md b/README.md
index 8e9f4cb18..11e59e3fe 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,9 @@
-> The internationalization (i18n) library for Angular
-
-Our Sponsors
-
🤩 ◦ 🚀 ◦ 🎖️ ◦ 🥉 ◦ 🥈 ◦ 🥇 ◦ 💎
-
-
-#### 🤩 Fans
-
-[](https://github.com/tutkli)
-
-Show your support and [Sponsor Us](https://github.com/sponsors/ngneat)! We have various sponsorship tiers with different perks!
+
+ The internationalization (i18n) library for Angular
+
@@ -52,15 +44,6 @@ It exposes a rich API to manage translations efficiently and cleanly. It provide
- 🍄 Join Transloco's [Gitter](https://gitter.im/ngneat-transloco/lobby?source=orgpage) room
- ❓ Find answers in our [FAQ](https://ngneat.github.io/transloco/docs/faq) section
-## Core Team
-
-
-
## Contributors ✨
Thank goes to all these wonderful [people who contributed](https://github.com/ngneat/transloco/graphs/contributors) ❤️
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 282ab0637..909a91fd9 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -3,9 +3,9 @@ module.exports = {
title: 'Transloco Angular i18n',
tagline: '🚀 The internationalization (i18n) library for Angular 😍',
baseUrl: '/transloco/',
- url: 'https://ngneat.github.io',
+ url: 'https://jsverse.github.io',
favicon: 'img/favicon.ico',
- organizationName: 'ngneat',
+ organizationName: 'jsverse',
projectName: 'transloco',
trailingSlash: false,
themeConfig: {
@@ -13,7 +13,7 @@ module.exports = {
metadata: [
{
name: 'google-site-verification',
- content: 'zLIQAxOp2sGFy10UE51HAMtWTqg7J8z1hpTxZR9G1WA',
+ content: 'OVdCorlkGdaEo3iAodtFprKQ458Nxig5qLBfJpxlHsk',
},
],
algolia: {
@@ -55,19 +55,13 @@ module.exports = {
className: 'header-playground-link',
},
{
- href: 'https://gitter.im/ngneat-transloco/lobby',
- label: ' ',
- position: 'right',
- className: 'header-icon-link header-gitter-link',
- },
- {
- href: 'https://github.com/sponsors/ngneat',
+ href: 'https://github.com/sponsors/jsverse',
label: 'Sponsor',
position: 'right',
className: 'header-icon-link header-sponsor-link',
},
{
- href: 'https://github.com/ngneat/transloco/',
+ href: 'https://github.com/jsverse/transloco/',
label: ' ',
position: 'right',
className: 'header-icon-link header-github-link',
diff --git a/docs/package.json b/docs/package.json
index 2c5fa892c..aa7eda979 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -5,11 +5,11 @@
"scripts": {
"prestart": "ORIGIN='http://localhost:3000' npm run build-playground",
"start": "docusaurus start",
- "prebuild": "ORIGIN='https://ngneat.github.io' npm run build-playground",
+ "prebuild": "ORIGIN='https://jsverse.github.io' npm run build-playground",
"build": "docusaurus build",
"serve": "docusaurus serve",
"swizzle": "docusaurus swizzle",
- "deploy": "npm run build && GIT_USER=NetanelBasal USE_SSH=true docusaurus deploy --skip-build",
+ "deploy": "npm run build && USE_SSH=true docusaurus deploy --skip-build",
"build-playground": "npm run build:playground-docs --prefix=../ && cp -r ../dist/apps/transloco-playground ./static"
},
"dependencies": {
diff --git a/docs/sidebars.js b/docs/sidebars.js
index fb35b719b..d17673707 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -69,7 +69,7 @@ module.exports = {
{
type: 'link',
label: 'Keys Manager',
- href: 'https://github.com/ngneat/transloco-keys-manager',
+ href: 'https://github.com/jsverse/transloco-keys-manager',
},
'tools/validator',
'tools/optimize',