Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 56baf19

Browse files
committed
Merge branch 'refactor/resources-page-refactor' of https://github.com/bryg217/chakra-ui-docs into refactor/resources-page-refactor
2 parents d729ec3 + 004993c commit 56baf19

File tree

72 files changed

+2671
-979
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2671
-979
lines changed

.all-membersrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"url": "https://github.com/ljosberinn",
7777
"blog": "https://gerritalex.de",
7878
"name": "Gerrit Alex",
79-
"bio": "professional unblocker on discord & at work, frontend engineer @Interhyp, maintainer \r\n@chakra-ui, self taught",
79+
"bio": null,
8080
"twitter_username": "gerrit_alex",
8181
"location": "Munich, Bavaria"
8282
},

.all-sponsorsrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@
13211321
"role": "CONTRIBUTOR",
13221322
"isActive": true,
13231323
"totalAmountDonated": 0,
1324-
"lastTransactionAt": "2021-12-06 00:28",
1324+
"lastTransactionAt": "2021-12-08 07:44",
13251325
"lastTransactionAmount": 0,
13261326
"profile": "https://opencollective.com/javieralaves",
13271327
"name": "Javier Alaves",
@@ -1382,7 +1382,7 @@
13821382
"role": "BACKER",
13831383
"isActive": true,
13841384
"totalAmountDonated": 18,
1385-
"lastTransactionAt": "2021-12-06 00:28",
1385+
"lastTransactionAt": "2021-12-08 07:44",
13861386
"lastTransactionAmount": 0,
13871387
"profile": "https://opencollective.com/triplebyte",
13881388
"name": "Triplebyte",
@@ -1401,7 +1401,7 @@
14011401
"role": "BACKER",
14021402
"isActive": true,
14031403
"totalAmountDonated": 20,
1404-
"lastTransactionAt": "2021-12-06 00:28",
1404+
"lastTransactionAt": "2021-12-08 07:44",
14051405
"lastTransactionAmount": 0,
14061406
"profile": "https://opencollective.com/thinkmill",
14071407
"name": "Thinkmill",

.github/workflows/daily.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,20 @@ jobs:
5959
git add .all-membersrc
6060
git diff --staged --quiet || git commit -m "chore(.all-membersrc): $GITHUB_SHA"
6161
62+
- name: Generate showcase.json
63+
run: yarn showcase-data:gen
64+
65+
- name: Commit showcase.json
66+
run: |
67+
git add public/showcases
68+
git diff --staged --quiet || git commit -m "chore(showcase-preview-images): $GITHUB_SHA"
69+
70+
git add configs/showcase.json
71+
git diff --staged --quiet || git commit -m "chore(showcase.json)): $GITHUB_SHA"
72+
6273
- name: Create Pull Request
6374
uses: peter-evans/create-pull-request@v3
6475
with:
6576
delete-branch: true
66-
title: update sponsors, members and avatars
77+
title: update sponsors, members, showcase and avatars
6778
branch: chore/daily-updates

configs/guides-sidebar.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
{
4646
"title": "Redwood JS",
4747
"path": "/guides/getting-started/redwoodjs-guide"
48+
},
49+
{
50+
"title": "Remix",
51+
"path": "/guides/getting-started/remix-guide"
4852
}
4953
]
5054
},

0 commit comments

Comments
 (0)