Skip to content

Commit

Permalink
docs: ✏️ start migration from ngneat
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Feb 15, 2024
1 parent bd9e8b7 commit 4aabee7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Thumbs.db

# Cypress
apps/transloco-playground-e2e/cypress/screenshots/*

.nx
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@
<img width="50%" height="50%" src="./logo.svg">
</p>

> The internationalization (i18n) library for Angular
<h3 align="center">Our Sponsors</h2>
<p align="center">🤩 ◦ 🚀 ◦ 🎖️ ◦ 🥉 ◦ 🥈 ◦ 🥇 ◦ 💎</p>
<h2></h2>

#### 🤩 Fans

[<img src="https://avatars.githubusercontent.com/u/49206247?v=4" width="25px">](https://github.com/tutkli)

Show your support and [Sponsor Us](https://github.com/sponsors/ngneat)! We have various sponsorship tiers with different perks!
<p align="center">
The internationalization (i18n) library for Angular
</p>

<h2></h2>

Expand Down Expand Up @@ -52,15 +44,6 @@ It exposes a rich API to manage translations efficiently and cleanly. It provide
- 🍄 &nbsp;Join Transloco's [Gitter](https://gitter.im/ngneat-transloco/lobby?source=orgpage) room
-&nbsp;Find answers in our [FAQ](https://ngneat.github.io/transloco/docs/faq) section

## Core Team

<table>
<tr>
<td align="center"><a href="https://www.netbasal.com"><img src="https://avatars1.githubusercontent.com/u/6745730?v=4" width="100px;" alt="Netanel Basal"/><br /><sub><b>Netanel Basal</b></sub></a><br /></td>
<td align="center"><a href="https://github.com/shaharkazaz"><img src="https://avatars2.githubusercontent.com/u/17194830?v=4" width="100px;" alt="Shahar Kazaz"/><br /><sub><b>Shahar Kazaz</b></sub></a><br /></td>
</tr>
</table>

## Contributors ✨

Thank goes to all these wonderful [people who contributed](https://github.com/ngneat/transloco/graphs/contributors) ❤️
16 changes: 5 additions & 11 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ 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: {
image: 'img/large-logo.png',
metadata: [
{
name: 'google-site-verification',
content: 'zLIQAxOp2sGFy10UE51HAMtWTqg7J8z1hpTxZR9G1WA',
content: 'OVdCorlkGdaEo3iAodtFprKQ458Nxig5qLBfJpxlHsk',
},
],
algolia: {
Expand Down Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4aabee7

Please sign in to comment.