Skip to content

Commit

Permalink
feat: add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketSomeone committed Jan 25, 2025
1 parent bb834f0 commit 6cfa62d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 28 deletions.
5 changes: 0 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ const config: Config = {
priority: 0.5,
ignorePatterns: ['/contributing/**']
},
gtag: {
trackingID: 'G-46VBZHXG63',
anonymizeIP: false
},
googleTagManager: {
containerId: 'GTM-P29SVPM'
}
Expand Down Expand Up @@ -214,7 +210,6 @@ const config: Config = {
respectPrefersColorScheme: true
},
footer: {
// TODO: Add links
links: [
{
title: 'Help us',
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"dependencies": {
"@crowdin/cli": "^4.5.2",
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-google-gtag": "^3.7.0",
"@docusaurus/plugin-google-tag-manager": "^3.7.0",
"@docusaurus/plugin-pwa": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
Expand All @@ -34,8 +33,8 @@
"clsx": "2.1.1",
"docusaurus-plugin-sass": "0.2.6",
"prism-react-renderer": "2.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.83.4"
},
"devDependencies": {
Expand Down
35 changes: 15 additions & 20 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6cfa62d

Please sign in to comment.