Skip to content

Commit 1037c4b

Browse files
committed
footer links, add forums to navbar
1 parent 7a3513b commit 1037c4b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

frontend/docusaurus.config.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const config: Config = {
195195
label: "Docs",
196196
},
197197
{ to: "/blog", label: "Blog", position: "right" },
198-
{ to: "https://forum.open.mp/", label: "Forums", position: "right" },
198+
{ href: "https://forum.open.mp/", label: "Forums", position: "right" },
199199
{ to: "/servers", label: "Servers", position: "right" },
200200
{ to: "/partners", label: "Partners", position: "right" },
201201
{
@@ -240,6 +240,10 @@ const config: Config = {
240240
label: "Discord",
241241
href: "https://discord.gg/samp",
242242
},
243+
{
244+
label: "GitHub",
245+
href: "https://github.com/openmultiplayer/open.mp",
246+
},
243247
{
244248
label: "YouTube",
245249
href: "https://youtube.com/openmultiplayer",
@@ -253,13 +257,17 @@ const config: Config = {
253257
{
254258
title: "More",
255259
items: [
260+
{
261+
label: "Servers",
262+
to: "/servers",
263+
},
256264
{
257265
label: "Blog",
258266
to: "/blog",
259267
},
260268
{
261-
label: "GitHub",
262-
href: "https://github.com/facebook/docusaurus",
269+
label: "SA-MP",
270+
href: "https://sa-mp.mp/",
263271
},
264272
],
265273
},

0 commit comments

Comments
 (0)