From ffe43dfc3e6136e95d71a8ce7d8f2241b51db3f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Brezhniev Date: Sun, 26 Feb 2023 11:29:11 +0200 Subject: [PATCH] Fix links --- docusaurus.config.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 574e97a2..70430be9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -103,16 +103,24 @@ const config = { title: 'Community', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', + label: 'Web Site', + href: 'https://polygon.technology/polygon-id/', + }, + { + label: 'Wiki', + href: 'https://wiki.polygon.technology/docs/polygonid/overview', + }, + { + label: 'GitHub', + href: 'https://github.com/0xPolygonID/', }, { label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + href: 'https://discord.gg/0xPolygon', }, { label: 'Twitter', - href: 'https://twitter.com/docusaurus', + href: 'https://twitter.com/0xPolygonID', }, ], }