Skip to content

Commit 2b5abf1

Browse files
authored
docs: added all description (#114)
* chore: upgraded outdated dependencies to the latest version * bug: fixed heading page's link * bug: fixed installaton page's link * bug: fixed tech-stack page's link * docs: added a brief description about Fresh Contributors * docs: added old contributors description * docs: added popular contributors description
1 parent d0dfb64 commit 2b5abf1

File tree

8 files changed

+23
-18
lines changed

8 files changed

+23
-18
lines changed

docs/home/heading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Edit: https://github.com/pbclife/gitopener.vercel.app/edit/main/docs/heading.mdx
2+
Edit: https://github.com/pbclife/gitopener.vercel.app/blob/main/docs/home/heading.mdx
33
---
44

55
#### Introduction

docs/home/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Edit: https://github.com/pbclife/gitopener.vercel.app/edit/main/docs/installation.mdx
2+
Edit: https://github.com/pbclife/gitopener.vercel.app/blob/main/docs/home/installation.mdx
33
---
44

55
#### Guidelines

docs/home/tech-stack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Edit: https://github.com/pbclife/gitopener.vercel.app/edit/main/docs/tech-stack.mdx
2+
Edit: https://github.com/pbclife/gitopener.vercel.app/blob/main/docs/home/tech-stack.mdx
33
---
44

55
#### System Engine

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@mdx-js/loader": "^2.2.1",
2626
"@mdx-js/react": "^2.2.1",
2727
"@next/mdx": "^13.1.1",
28-
"@types/node": "18.15.3",
28+
"@types/node": "18.15.5",
2929
"@types/react": "18.0.28",
3030
"@types/react-dom": "18.0.11",
3131
"axios": "^1.2.2",
@@ -59,12 +59,12 @@
5959
"@tailwindcss/typography": "^0.5.8",
6060
"autoprefixer": "^10.4.13",
6161
"clsx": "^1.2.1",
62-
"framer-motion": "^10.6.1",
62+
"framer-motion": "^10.8.4",
6363
"gray-matter": "^4.0.3",
6464
"husky": "^8.0.2",
6565
"mini-svg-data-uri": "^1.4.4",
6666
"postcss": "^8.4.20",
67-
"prettier": "^2.8.5",
67+
"prettier": "^2.8.6",
6868
"prettier-plugin-tailwindcss": "^0.2.5",
6969
"semantic-release": "^20.1.3",
7070
"tailwindcss": "^3.2.4",

src/components/contributorpage/NewContributrs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Props = {
1111
const NewContributrs: FC<Props> = ({ contributors }) => {
1212
return (
1313
<Represent
14-
about="Lorem ipsum dolor sit amet consectetur adipisicing elit. In modi aliquid sapiente dicta ab accusamus id."
14+
about="Meet our Fresh Contributors - a group of talented individuals who are new to our community/organization and are eager to make a meaningful contribution."
1515
mainTitle="Fresh Contributors"
1616
topTitle="Welcome"
1717
TopIcon={FresLeafIcon}

src/components/contributorpage/OldContributrs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Props = {
1111
const OldContributrs: FC<Props> = ({ contributors }) => {
1212
return (
1313
<Represent
14-
about="Lorem ipsum dolor sit amet consectetur adipisicing elit. In modi aliquid sapiente dicta ab accusamus id."
14+
about="Introducing our Early Bird Contributors - a dedicated group of individuals who are always the first to arrive and get to work. "
1515
mainTitle="Our Early Birds"
1616
topTitle="Had Contributed First"
1717
TopIcon={EarlyBirdsIcon}

src/components/contributorpage/PopularContributrs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Props = {
1111
const PopularContributrs: FC<Props> = ({ contributors }) => {
1212
return (
1313
<Represent
14-
about="Lorem ipsum dolor sit amet consectetur adipisicing elit. In modi aliquid sapiente dicta ab accusamus id."
14+
about="Say hello to our Popular Contributors - a group of talented and influential individuals who have made a significant impact on our community/organization. "
1515
mainTitle="Popular Contributors"
1616
topTitle="Star Men"
1717
TopIcon={StarManIcon}

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,16 @@
11301130
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
11311131
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
11321132

1133-
"@types/node@*", "@types/node@18.15.3":
1133+
"@types/node@*":
11341134
version "18.15.3"
11351135
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
11361136
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
11371137

1138+
"@types/node@18.15.5":
1139+
version "18.15.5"
1140+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.5.tgz#3af577099a99c61479149b716183e70b5239324a"
1141+
integrity sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==
1142+
11381143
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
11391144
version "2.4.1"
11401145
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -2939,10 +2944,10 @@ fraction.js@^4.2.0:
29392944
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
29402945
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
29412946

2942-
framer-motion@^10.6.1:
2943-
version "10.6.1"
2944-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.6.1.tgz#c55972e8bd1f120dc848e5b9249dfcbc36180600"
2945-
integrity sha512-e1o4JKJ98/pfUkYkze+23A+r5SW6JujDSAEzIKWq6jsrVIE+QSwpu4U7L8+maOXcTnfAZlI930MfpvA/+zaa5g==
2947+
framer-motion@^10.8.4:
2948+
version "10.8.4"
2949+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.8.4.tgz#29635007b5eefdab9e5ffa4b2fde184cd018d5a1"
2950+
integrity sha512-dNcWapHLw1uTH9Yukqj1+uU87YM7GEkz2HjjR/k5Efo5ZKhzHpEeTsifrulwhTOqOR2N009JkMhtHnHEhMfKkg==
29462951
dependencies:
29472952
tslib "^2.4.0"
29482953
optionalDependencies:
@@ -6148,10 +6153,10 @@ prettier-plugin-tailwindcss@^0.2.5:
61486153
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz#fb9f07f22d0658fdedbf4d83254bf907656f7500"
61496154
integrity sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==
61506155

6151-
prettier@^2.8.5:
6152-
version "2.8.5"
6153-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.5.tgz#3dd8ae1ebddc4f6aa419c9b64d8c8319a7e0d982"
6154-
integrity sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ==
6156+
prettier@^2.8.6:
6157+
version "2.8.6"
6158+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.6.tgz#5c174b29befd507f14b83e3c19f83fdc0e974b71"
6159+
integrity sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==
61556160

61566161
proc-log@^2.0.0, proc-log@^2.0.1:
61576162
version "2.0.1"

0 commit comments

Comments
 (0)