Skip to content

Commit 2d860cd

Browse files
CopilotTimHessbart-vmware
authored
Replace Slack references with GitHub Discussions links (#416)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TimHess <3947063+TimHess@users.noreply.github.com> Co-authored-by: Tim Hess <tim.hess@broadcom.com> Co-authored-by: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
1 parent 13902b9 commit 2d860cd

7 files changed

Lines changed: 8 additions & 30 deletions

File tree

docs/articles/releases/steeltoe-4-0-0-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This is the perfect time to give it a try on a new app or upgrade your existing
106106
We're planning to release the general availability version later this summer. No RC2 is currently planned — so your feedback now is especially valuable.
107107

108108
* 📚 Browse the updated [samples](https://github.com/SteeltoeOSS/Samples/tree/4.x)
109-
* 🔗 Ask questions and join the conversation on [Slack](https://slack.steeltoe.io/)
109+
* 🔗 Ask questions and join the conversation on [GitHub Discussions](https://github.com/SteeltoeOSS/Steeltoe/discussions)
110110
* 📢 Reach us on [Twitter/X](https://x.com/SteeltoeOSS) and [Bluesky](https://bsky.app/profile/steeltoe.io)
111111

112112
Thanks to everyone in the community who has tested pre-releases, filed issues, and contributed code, docs, and encouragement.

docs/docs/v3/bootstrap/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ At this time there is no support for:
106106

107107
## Feedback
108108

109-
Love it? Hate it? Want to know more or make a suggestion? Let us know by [filing an issue](https://github.com/SteeltoeOSS/Steeltoe/issues/new/choose), [joining us on Slack](https://slack.steeltoe.io/) or [tagging us on Twitter/X](https://x.com/steeltoeoss).
109+
Love it? Hate it? Want to know more or make a suggestion? Let us know by [filing an issue](https://github.com/SteeltoeOSS/Steeltoe/issues/new/choose), [joining us on GitHub Discussions](https://github.com/SteeltoeOSS/Steeltoe/discussions) or [tagging us on Twitter/X](https://x.com/steeltoeoss).

docs/docs/v4/bootstrap/app-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ Currently unsupported:
110110

111111
## Feedback
112112

113-
Love it? Hate it? Want to know more or make a suggestion? Let us know by [filing an issue](https://github.com/SteeltoeOSS/Steeltoe/issues/new/choose), [joining us on Slack](https://slack.steeltoe.io/) or [tagging us on Twitter/X](https://x.com/steeltoeoss).
113+
Love it? Hate it? Want to know more or make a suggestion? Let us know by [filing an issue](https://github.com/SteeltoeOSS/Steeltoe/issues/new/choose), [joining us on GitHub Discussions](https://github.com/SteeltoeOSS/Steeltoe/discussions) or [tagging us on Twitter/X](https://x.com/steeltoeoss).

docs/guides/get-to-know-steeltoe/summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ The previous labs were meant to give you an introduction to the power available
2020

2121
## Support
2222

23-
- Slack (https://slack.steeltoe.io)
2423
- GitHub (https://github.com/steeltoeoss)
2524
- NuGet (https://nuget.org/profiles/steeltoe)

src/Steeltoe.io/Components/Pages/Community.razor

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<h2>Developers</h2>
1010
</div>
1111
<div class="my-5">
12-
<div class="bi bi-slack">
13-
&nbsp;<Href href="https://slack.steeltoe.io" NewWindow="true">Steeltoe Slack</Href>
12+
<div class="bi bi-github">
13+
&nbsp;<Href href="https://github.com/SteeltoeOSS" NewWindow="true">GitHub Discussions</Href>
1414
</div>
1515
<div>
16-
Slack is the best place to get your questions answered, contribute to conversations, and find the latest information about the Steeltoe project.
17-
If you have trouble joining, try <a href="https://join.slack.com/t/steeltoeteam/shared_invite/zt-1cd7lh4pi-BlfQsI6nEDEX2qbh5JrRZw">this link</a> or <a href="mailto:info@steeltoe.io?subject=Slack%20Invite">email us</a>.
16+
Find the code for Steeltoe projects, ask questions, share your experiences, raise issues, suggest changes,
17+
view milestones and releases, and connect with the Steeltoe community and development team.
1818
</div>
1919
</div>
2020
<div class="my-5">
@@ -23,12 +23,6 @@
2323
</div>
2424
<div>Ask questions and get help with problems from the global Steeltoe community of users and practitioners.</div>
2525
</div>
26-
<div class="my-5">
27-
<div class="bi bi-github">
28-
&nbsp;<Href href="https://github.com/SteeltoeOSS" NewWindow="true">Steeltoe on GitHub</Href>
29-
</div>
30-
<div>Find the code for Steeltoe projects, raise issues, suggest changes, and view milestones and releases.</div>
31-
</div>
3226
<div class="my-5">
3327
<div class="bi bi-twitter-x">
3428
&nbsp;<Href href="https://x.com/steeltoeoss" NewWindow="true">Steeltoe on Twitter/X</Href>

src/Steeltoe.io/Components/Pages/Support.razor

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@
88
{
99
private readonly Feature[] _features =
1010
[
11-
new()
12-
{
13-
Title = (MarkupString)"Slack",
14-
Description = b =>
15-
{
16-
b.AddMarkupContent(1, "Stay up to date with the latest announcements, open a direct conversation with the team, or ask a general question to the community.<br /><br />");
17-
b.OpenComponent<Href>(2);
18-
b.AddAttribute(3, "href", "https://slack.steeltoe.io");
19-
b.AddAttribute(4, "NewWindow", true);
20-
b.AddAttribute(5, "AsButton", true);
21-
b.AddAttribute(6, "ChildContent", (RenderFragment)(child => { child.AddContent(7, "GO NOW"); }));
22-
b.CloseComponent();
23-
},
24-
Img = "https://assets.brandfolder.com/pl546j-7le8zk-838dm2/view@2x.png?v=1547165068"
25-
},
2611
new()
2712
{
2813
Title = (MarkupString)"GitHub",

src/Steeltoe.io/Components/Pages/Why-Steeltoe.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
new()
119119
{
120120
Title = (MarkupString)"Steeltoe is supportive",
121-
Description = b => { b.AddMarkupContent(1, "The Steeltoe community is global, diverse, and spans folks of all ages and capabilities, from complete beginners to seasoned pros. No matter where you are on your journey, you can find the support and resources you need to get you to the next level: guides & tutorials, videos, support, and even access to the development team on Slack."); },
121+
Description = b => { b.AddMarkupContent(1, "The Steeltoe community is global, diverse, and spans folks of all ages and capabilities, from complete beginners to seasoned pros. No matter where you are on your journey, you can find the support and resources you need to get you to the next level: guides & tutorials, videos, support, and even access to the development team on GitHub."); },
122122
Img = "/images/img-indemand-3f63d4a71b8af531028c46842a45cf49.svg"
123123
}
124124
];

0 commit comments

Comments
 (0)