Skip to content

Commit

Permalink
fix: add analytics and fix community links
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Jul 7, 2024
1 parent 9b49c13 commit a3d22af
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ const config: Config = {
theme: {
customCss: './src/css/custom.css',
},
gtag: {
trackingID: 'G-CD8W7RK52L',
},
} satisfies Preset.Options,
],
],
Expand Down Expand Up @@ -86,17 +89,13 @@ const config: Config = {
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
// {
// label: 'Discord',
// href: 'https://x.com/10play_software',
// },
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
href: 'https://x.com/10play_software',
},
],
},
Expand All @@ -110,7 +109,7 @@ const config: Config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} 10play, Inc. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit a3d22af

Please sign in to comment.