Skip to content

Commit 4ab25be

Browse files
committed
Github Stars Page added
1 parent 806a947 commit 4ab25be

File tree

7 files changed

+657
-29
lines changed

7 files changed

+657
-29
lines changed

docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ const config = {
215215
],
216216
},
217217
{
218-
to: "/showcase",
219-
html: '<span class="nav-emoji">🌍</span> Showcase',
218+
to: "/github-stars-nominate",
219+
html: '<span class="nav-emoji"></span> GitHub Stars',
220220
position: "left",
221221
},
222222
{
@@ -242,6 +242,10 @@ const config = {
242242
html: '<span class="nav-emoji">🔗</span> More',
243243
position: "left",
244244
items: [
245+
{
246+
to: "/showcase",
247+
label: "Showcase",
248+
},
245249
{
246250
label: "Projects",
247251
to: "/projects/",
@@ -266,7 +270,7 @@ const config = {
266270
{
267271
label: "Events",
268272
to: "/events/",
269-
}
273+
},
270274
],
271275
},
272276
// {

0 commit comments

Comments
 (0)