Skip to content

Commit

Permalink
Added discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmdev committed Sep 16, 2024
1 parent 897e1fe commit 74cd32d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ const config = {
},
{to: '/download', label: 'Get', position: 'left'},
{to: '/docs/category/about-pragtical', label: 'About', position: 'right'},
{
href: 'https://discord.gg/RC9ZHY8y',
label: 'Discord',
position: 'right',
},
{
href: 'https://github.com/pragtical',
label: 'GitHub',
Expand All @@ -112,6 +117,10 @@ const config = {
label: 'Developer Guide',
to: '/docs/category/developer-guide',
},
{
label: 'Faq',
to: '/docs/about/faq'
},
],
},
{
Expand All @@ -128,10 +137,13 @@ const config = {
],
},
{
title: 'More',
title: 'Community',
items: [
{label: 'Contributors', to: '/docs/about/contributors'},
{label: 'Faq', to: '/docs/about/faq'},
{
label: 'Discord',
href: 'https://discord.gg/RC9ZHY8y',
},
{
label: 'GitHub',
href: 'https://github.com/pragtical',
Expand Down

0 comments on commit 74cd32d

Please sign in to comment.