mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
feat(community): add Discord link to footer (#1882)
* feat(community): add Discord link to footer across pro, blog, and docs Adds https://discord.gg/re63kWKxaz to: - pro-test/src/App.tsx — main Footer component and enterprise page footer - blog-site/src/layouts/Base.astro — site-wide blog footer - docs/docs.json — Mintlify socials icon + Community footer links section * docs(readme): add Discord badge to header badges
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
[](https://github.com/koala73/worldmonitor/stargazers)
|
||||
[](https://github.com/koala73/worldmonitor/network/members)
|
||||
[](https://discord.gg/re63kWKxaz)
|
||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://github.com/koala73/worldmonitor/commits/main)
|
||||
|
||||
@@ -116,6 +116,7 @@ const keywordTags = keywords ? keywords.split(',').map(k => k.trim()).slice(0, 6
|
||||
<a href="https://status.worldmonitor.app/" target="_blank" rel="noopener noreferrer">Status</a>
|
||||
<a href="https://github.com/koala73/worldmonitor" target="_blank" rel="noopener noreferrer">GitHub</a>
|
||||
<a href="https://github.com/koala73/worldmonitor/discussions" target="_blank" rel="noopener noreferrer">Discussions</a>
|
||||
<a href="https://discord.gg/re63kWKxaz" target="_blank" rel="noopener noreferrer">Discord</a>
|
||||
<a href="https://x.com/worldmonitorai" target="_blank" rel="noopener noreferrer">X</a>
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
|
||||
@@ -264,6 +264,7 @@
|
||||
"footer": {
|
||||
"socials": {
|
||||
"github": "https://github.com/koala73/worldmonitor",
|
||||
"discord": "https://discord.gg/re63kWKxaz",
|
||||
"x": "https://x.com/worldmonitorai"
|
||||
},
|
||||
"links": [
|
||||
@@ -295,6 +296,10 @@
|
||||
"label": "Discussions",
|
||||
"href": "https://github.com/koala73/worldmonitor/discussions"
|
||||
},
|
||||
{
|
||||
"label": "Discord",
|
||||
"href": "https://discord.gg/re63kWKxaz"
|
||||
},
|
||||
{
|
||||
"label": "X",
|
||||
"href": "https://x.com/worldmonitorai"
|
||||
|
||||
@@ -937,6 +937,7 @@ const Footer = () => (
|
||||
<a href="https://status.worldmonitor.app/" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Status</a>
|
||||
<a href="https://github.com/koala73/worldmonitor" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">GitHub</a>
|
||||
<a href="https://github.com/koala73/worldmonitor/discussions" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Discussions</a>
|
||||
<a href="https://discord.gg/re63kWKxaz" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Discord</a>
|
||||
<a href="https://x.com/worldmonitorai" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">X</a>
|
||||
</div>
|
||||
<span className="text-[10px] opacity-40 mt-4 md:mt-0">© {new Date().getFullYear()} WorldMonitor</span>
|
||||
@@ -1137,6 +1138,7 @@ const EnterprisePage = () => (
|
||||
<a href="https://status.worldmonitor.app/" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Status</a>
|
||||
<a href="https://github.com/koala73/worldmonitor" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">GitHub</a>
|
||||
<a href="https://github.com/koala73/worldmonitor/discussions" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Discussions</a>
|
||||
<a href="https://discord.gg/re63kWKxaz" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">Discord</a>
|
||||
<a href="https://x.com/worldmonitorai" target="_blank" rel="noreferrer" className="hover:text-wm-text transition-colors">X</a>
|
||||
</div>
|
||||
<span className="text-[10px] opacity-40 mt-4 md:mt-0">© {new Date().getFullYear()} WorldMonitor</span>
|
||||
|
||||
Reference in New Issue
Block a user