From 4889bf779d51129e53b922506187d975e2c996f6 Mon Sep 17 00:00:00 2001 From: omaiesh <98556907+omaiesh@users.noreply.github.com> Date: Wed, 13 May 2026 22:57:14 +0200 Subject: [PATCH] chore: remove Discord links and mentions from site and docs Remove Discord community link, nav button, footer entries, related CSS rules, sub-package README/pyproject URLs, and the collaboration fields in gain.json. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 - TROUBLESHOOTING.md | 1 - USAGE_GUIDE.md | 1 - docs/web/_includes/nav.html | 6 --- docs/web/_layouts/default.html | 1 - docs/web/_layouts/docs.html | 1 - docs/web/assets/styles.css | 80 +------------------------------ docs/web/contribute.md | 2 +- docs/web/docs/introduction.md | 1 - docs/web/docs/troubleshooting.md | 1 - docs/web/docs/usage-guide.md | 1 - docs/web/roadmap.md | 4 -- gain.json | 2 - ims-mcp-server/README.md | 1 - ims-mcp-server/pyproject.toml | 1 - rosetta-cli/README.md | 1 - rosetta-cli/pyproject.toml | 1 - rosetta-mcp-server/README.md | 1 - rosetta-mcp-server/pyproject.toml | 1 - 19 files changed, 3 insertions(+), 105 deletions(-) diff --git a/README.md b/README.md index 9819cdf0..7dddfcb9 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for workflow and e ## Community -- [Discord](https://discord.gg/QzZ2cWg36g) - [Website](https://griddynamics.github.io/rosetta/) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 2c6e5da0..edad479b 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -96,7 +96,6 @@ Common causes: unsupported file format, oversized documents, malformed markdown. ## Still Stuck? -- [Discord](https://discord.gg/QzZ2cWg36g) - [Open an issue](https://github.com/griddynamics/rosetta/issues) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) - [Website](https://griddynamics.github.io/rosetta/) diff --git a/USAGE_GUIDE.md b/USAGE_GUIDE.md index 8c0b690e..283050a3 100644 --- a/USAGE_GUIDE.md +++ b/USAGE_GUIDE.md @@ -579,7 +579,6 @@ These videos were recorded in different IDEs to show that Rosetta works everywhe ## Getting Help -- [Discord](https://discord.gg/QzZ2cWg36g) - [Website](https://griddynamics.github.io/rosetta/) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) diff --git a/docs/web/_includes/nav.html b/docs/web/_includes/nav.html index 51f048a1..2aa3333a 100644 --- a/docs/web/_includes/nav.html +++ b/docs/web/_includes/nav.html @@ -20,12 +20,6 @@ griddynamics/rosetta -
  • - - - Community - -
  • diff --git a/docs/web/_layouts/default.html b/docs/web/_layouts/default.html index d100eb27..dcd31c03 100644 --- a/docs/web/_layouts/default.html +++ b/docs/web/_layouts/default.html @@ -36,7 +36,6 @@ Roadmap Contribute GitHub - Community Contact Us diff --git a/docs/web/_layouts/docs.html b/docs/web/_layouts/docs.html index 29663f43..23187775 100644 --- a/docs/web/_layouts/docs.html +++ b/docs/web/_layouts/docs.html @@ -79,7 +79,6 @@ Roadmap Contribute GitHub - Community Contact Us diff --git a/docs/web/assets/styles.css b/docs/web/assets/styles.css index 4d8a8bc3..5d17b580 100644 --- a/docs/web/assets/styles.css +++ b/docs/web/assets/styles.css @@ -156,48 +156,6 @@ nav a.github-link svg { flex: 0 0 auto; } -nav a.discord-link { - display: inline-flex; - align-items: center; - gap: .35rem; - padding: .28rem .7rem; - margin-left: .75rem; - border-radius: 6px; - border: 1px solid rgba(88, 101, 242, 0.4); - color: #7289da; - font-size: .82rem; - font-weight: 600; - text-decoration: none; - background: rgba(88, 101, 242, 0.08); - transition: background .15s, border-color .15s, color .15s; -} - -nav a.discord-link:hover { - background: rgba(88, 101, 242, 0.18); - border-color: rgba(88, 101, 242, 0.7); - color: #99aab5; - text-decoration: none; - border-bottom-color: rgba(88, 101, 242, 0.7); -} - -nav a.discord-link svg { - width: 15px; - height: 15px; - flex: 0 0 auto; -} - -[data-theme="light"] nav a.discord-link { - border-color: rgba(88, 101, 242, 0.3); - color: #5865f2; - background: rgba(88, 101, 242, 0.06); -} - -[data-theme="light"] nav a.discord-link:hover { - background: rgba(88, 101, 242, 0.12); - border-color: rgba(88, 101, 242, 0.5); - color: #4752c4; -} - /* ===== LAYOUT ===== */ main { max-width: 1200px; @@ -1200,19 +1158,6 @@ h2.with-marker::before { text-decoration: none; } -.rm-feedback-btn--discord { - border-color: rgba(88, 101, 242, 0.45); - color: #7289da; - background: rgba(88, 101, 242, 0.07); -} - -.rm-feedback-btn--discord:hover { - background: rgba(88, 101, 242, 0.14); - border-color: rgba(88, 101, 242, 0.7); - color: #7289da; - text-decoration: none; -} - [data-theme="light"] .rm-feedback { background: #ffffff; border-color: rgba(0,0,0,0.08); @@ -1232,18 +1177,6 @@ h2.with-marker::before { color: #7a5000; } -[data-theme="light"] .rm-feedback-btn--discord { - border-color: rgba(88, 101, 242, 0.3); - color: #5865f2; - background: rgba(88, 101, 242, 0.05); -} - -[data-theme="light"] .rm-feedback-btn--discord:hover { - background: rgba(88, 101, 242, 0.1); - border-color: rgba(88, 101, 242, 0.5); - color: #4752c4; -} - @media (max-width: 600px) { .rm-feedback { flex-direction: column; gap: 1.2rem; } .rm-feedback-actions { width: 100%; } @@ -3298,12 +3231,6 @@ nav a:focus-visible { border-bottom: none; } - nav a.discord-link { - margin-left: 0; - margin-top: .5rem; - width: fit-content; - } - .nav-wrap { flex-wrap: wrap; } @@ -4337,14 +4264,11 @@ tr:hover td { background: rgba(255,192,2,0.03); } } /* ===== NAV: DISABLE SLIDE UNDERLINE ON SPECIAL LINKS ===== */ -nav a.github-link, -nav a.discord-link { +nav a.github-link { background-image: none; } nav a.github-link:hover, -nav a.github-link.active, -nav a.discord-link:hover, -nav a.discord-link.active { +nav a.github-link.active { background-size: 0 0; } diff --git a/docs/web/contribute.md b/docs/web/contribute.md index 7b853fb8..af73afbd 100644 --- a/docs/web/contribute.md +++ b/docs/web/contribute.md @@ -126,7 +126,7 @@ permalink: /contribute/
    diff --git a/gain.json b/gain.json index 39817271..0a0383d9 100644 --- a/gain.json +++ b/gain.json @@ -35,9 +35,7 @@ "logging_project": "ROSETTA", "security": "Vault", "security_project": "ROSETTA", - "collaboration": "Discord", "collaboration_project": "Rosetta Community", - "collaboration_project_invitation_link": "https://discord.gg/wkqxxCPD", "unit_tests": "in-repository", "integration_tests": "in-repository", "e2e_tests": "din-repository", diff --git a/ims-mcp-server/README.md b/ims-mcp-server/README.md index 0da7760d..c7c0a710 100644 --- a/ims-mcp-server/README.md +++ b/ims-mcp-server/README.md @@ -8,7 +8,6 @@ This package provides a FastMCP server that connects to Rosetta servers for adva ## Community -- [Discord](https://discord.gg/QzZ2cWg36g) - [Website](https://griddynamics.github.io/rosetta/) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) diff --git a/ims-mcp-server/pyproject.toml b/ims-mcp-server/pyproject.toml index 7b98ce88..d307c6ca 100644 --- a/ims-mcp-server/pyproject.toml +++ b/ims-mcp-server/pyproject.toml @@ -47,7 +47,6 @@ redis = [ [project.urls] Homepage = "https://github.com/griddynamics/rosetta" -Discord = "https://discord.gg/QzZ2cWg36g" Website = "https://griddynamics.github.io/rosetta/" Support = "https://github.com/griddynamics/rosetta/issues" diff --git a/rosetta-cli/README.md b/rosetta-cli/README.md index 1fd933ce..aeae4f4f 100644 --- a/rosetta-cli/README.md +++ b/rosetta-cli/README.md @@ -8,7 +8,6 @@ This directory contains the Python package for publishing knowledge base content ## Community -- [Discord](https://discord.gg/QzZ2cWg36g) - [Website](https://griddynamics.github.io/rosetta/) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) diff --git a/rosetta-cli/pyproject.toml b/rosetta-cli/pyproject.toml index 7963d660..47cc396d 100644 --- a/rosetta-cli/pyproject.toml +++ b/rosetta-cli/pyproject.toml @@ -37,7 +37,6 @@ dev = [ [project.urls] Homepage = "https://github.com/griddynamics/rosetta" -Discord = "https://discord.gg/QzZ2cWg36g" Website = "https://griddynamics.github.io/rosetta/" Support = "https://github.com/griddynamics/rosetta/issues" diff --git a/rosetta-mcp-server/README.md b/rosetta-mcp-server/README.md index 3821bc48..ffc688d1 100644 --- a/rosetta-mcp-server/README.md +++ b/rosetta-mcp-server/README.md @@ -8,7 +8,6 @@ This package provides a FastMCP server that connects to Rosetta servers for adva ## Community -- [Discord](https://discord.gg/QzZ2cWg36g) - [Website](https://griddynamics.github.io/rosetta/) - [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com) diff --git a/rosetta-mcp-server/pyproject.toml b/rosetta-mcp-server/pyproject.toml index 5138c85f..b59e46d7 100644 --- a/rosetta-mcp-server/pyproject.toml +++ b/rosetta-mcp-server/pyproject.toml @@ -30,7 +30,6 @@ dependencies = [ [project.urls] Homepage = "https://github.com/griddynamics/rosetta" -Discord = "https://discord.gg/QzZ2cWg36g" Website = "https://griddynamics.github.io/rosetta/" Support = "https://github.com/griddynamics/rosetta/issues"