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 c35d331 commit 259e32e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
44 changes: 29 additions & 15 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,21 +215,35 @@ const config: Config = {
},
footer: {
// TODO: Add links
// links: [
// {
// title: 'Help us',
// items: [
// { label: 'Donate', href: 'https://opencollective.com/necord' },
// { label: 'Contribute', href: 'https://github.com/necordjs' },
// { label: 'Translate', href: 'https://crowdin.com/project/necord' }
// ]
// }
// ],
// logo: {
// alt: 'Necord Logo',
// src: 'img/logo.svg',
// href: 'https://necord.org'
// },
links: [
{
title: 'Help us',
items: [
{ label: 'Donate', href: 'https://opencollective.com/necord' },
{ label: 'Contribute', href: 'https://github.com/necordjs' },
{ label: 'Translate', href: 'https://crowdin.com/project/necord' }
]
},
{
title: 'Community',
items: [
{ label: 'Discord', href: 'https://discord.com/invite/mcBYvMTnwP' },
{ label: 'GitHub Organization', href: 'https://github.com/necordjs' },
{ label: 'NPM Organization', href: 'https://www.npmjs.com/org/necord' }
]
},
{
title: 'Our Sponsors',
items: [
{ label: 'Become a Sponsor', href: 'https://opencollective.com/necord' },
]
}
],
logo: {
alt: 'Necord Logo',
src: 'img/logo.svg',
href: 'https://necord.org'
},
copyright: `Copyright © 2021 - ${new Date().getFullYear()} • Built by <a target="_blank" href="https://github.com/SocketSomeone">Alexey Filippov</a> and <a target="_blank" href="https://github.com/SocketSomeone/necord/graphs/contributors">Others</a> with 💖`
}
} satisfies Preset.ThemeConfig,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"prettier:write": "prettier --write ./content"
},
"dependencies": {
"@crowdin/cli": "^4.5.1",
"@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",
"@docusaurus/remark-plugin-npm2yarn": "3.7.0",
"@docusaurus/plugin-pwa": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.7.0",
"@mdx-js/react": "3.1.0",
"clsx": "2.1.1",
"docusaurus-plugin-sass": "0.2.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock

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

0 comments on commit 259e32e

Please sign in to comment.