Skip to content

Commit e58e4a4

Browse files
authored
Updates and blog post for Discord (lit#928)
- Updates all references and links to Slack with Discord - Adds a blog post about launching the new Discord server - This is intended to merge on Tuesday, September 6. Fixes lit#923 Fixes lit#924
1 parent bde2bce commit e58e4a4

File tree

16 files changed

+81
-36
lines changed

16 files changed

+81
-36
lines changed

packages/lit-dev-content/site/_includes/footer.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
<div id="footerSocialLinks">
1212
<a
13-
href="/slack-invite/"
13+
href="/discord/"
1414
target="_blank"
1515
rel="noopener"
16-
title="Slack"
17-
aria-label="Slack"
16+
title="Discord"
17+
aria-label="Discord"
1818
>
1919
<lazy-svg
20-
href="{{ site.baseurl }}/images/social/slack.svg#slack"
21-
label="Slack"
20+
href="{{ site.baseurl }}/images/social/discord.svg#discord"
21+
label="Discord"
2222
loading="visible">
2323
</lazy-svg>
2424
</a>

packages/lit-dev-content/site/blog/2019-02-05-lit-element-and-lit-html-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ templating into another project, see the lit-html docs:
161161
* [lit-html docs](https://lit-html.polymer-project.org/)
162162

163163
As always, let us know what you think. You can reach us on
164-
[Slack](/slack-invite/) or [Twitter](https://twitter.com/buildWithLit). Our projects
164+
[Discord](/discord/) or [Twitter](https://twitter.com/buildWithLit). Our projects
165165
are open source (of course!) and you can report bugs, file feature requests or
166166
suggest improvements on GitHub:
167167

packages/lit-dev-content/site/blog/2021-09-21-announcing-lit-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ For a full list of changes, see the [changelog](https://github.com/lit/lit/blob/
7777

7878
Want to try out Lit 2? Visit [lit.dev](https://lit.dev/docs/getting-started/) to get started. The site features a [catalog of interactive tutorials](https://lit.dev/tutorials) to get you started with Lit 2, an interactive [playground](https://lit.dev/playground/) for live coding, guides, and API docs.
7979

80-
Want to talk Lit? Join the [Lit & Friends Slack](https://lit.dev/slack-invite/) for discussions on Lit and web components, or open a discussion on our [GitHub Discussions](https://github.com/lit/lit/discussions) board.
80+
Want to talk Lit? Join the [Lit Discord](https://lit.dev/discord/) for discussions on Lit and web components, or open a discussion on our [GitHub Discussions](https://github.com/lit/lit/discussions) board.
8181

packages/lit-dev-content/site/blog/2022-01-05-lit-2.1-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies footprint, and refactored the `importModule` function into a new
154154

155155
We hope your 2022 is off to a good start. If you've tried the new releases, we'd
156156
love to hear from you. For questions and discussions, please join us on
157-
[Slack](https://lit.dev/slack-invite/) or on [GitHub
157+
[Discord](https://lit.dev/discord/) or on [GitHub
158158
Discussions](https://github.com/lit/lit/discussions). As always you can check
159159
out our documentation and code playground at [lit.dev](https://lit.dev) and
160160
report issues on our [GitHub issue tracker](https://github.com/lit/lit/issues).
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
tags: blogPosts
3+
layout: blog-post.html
4+
title: "Lit on Discord!"
5+
summary: "We've launched a brand new Lit Discord server, and here's why you should join it now!"
6+
date: 2022-09-06
7+
author:
8+
- al-marks
9+
---
10+
11+
We've just launched a brand new [Lit Discord server](/discord/), and we'd love
12+
for you to [join it now](/discord/)! Everybody is welcome, whether you are brand
13+
new to Lit, or an experienced user.
14+
15+
We think the Lit Discord will be the best place to chat with the Lit community,
16+
talk to the Lit dev team, get help using Lit, and show off your Lit projects! We
17+
also plan to host special events there, using both chat and voice!
18+
19+
<img src="/images/blog/discord/discord-screenshot.png" width="600" height="385.25" class="block centered">
20+
21+
## Why Discord?
22+
23+
Here's what we like best about Discord:
24+
25+
1. **It's easy to be in *many* communities**, becuase you can quickly switch
26+
between them.
27+
28+
There are already Discords for Modern Web, Shoelace, Vaadin, Material, Astro,
29+
and many other open source projects, so we think it will be great to be able
30+
to easily jump between them, share announcements, and more.
31+
32+
2. **Syntax highlighting**, including for nested html tagged template literals!
33+
34+
3. **Traction & growth**. Discord has had huge growth in recent years, and new
35+
open source projects seem to be choosing Discord more often than not now. We
36+
think that's becuase using Discord is a great experience, and because the
37+
friction to joining new Discord servers is low after you've started using it.
38+
39+
## What's happening to Slack?
40+
41+
The *Lit & Friends* workspace on Slack will be going into read-only mode on
42+
**Tuesday, September 13, 2022**. After that, you'll be able to read existing
43+
messages, but won't be able to post new ones. We've already sent a message to
44+
every channel about these plans.
45+
46+
We decided to retire the Slack instead of maintaining both because we want to
47+
encourage more communication and less silos. Slack has served the Lit community
48+
well, but we think now is the right time to move to Discord!

packages/lit-dev-content/site/css/home/1-splash.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
display: flex;
33
align-items: center;
44
justify-content: center;
5-
background: #325cff;
5+
background: #283198;
66
color: white;
7-
height: var(--header-height);
7+
height: 48px;
88
}
99

1010
#new-banner > p {
1111
text-align: center;
12+
font-size: 18px;
1213
}
1314

1415
#new-banner a {
@@ -20,6 +21,10 @@
2021
text-decoration: underline;
2122
}
2223

24+
#new-banner .emoji {
25+
margin-right: 10px;
26+
}
27+
2328
#intro {
2429
display: flex;
2530
align-items: center;

packages/lit-dev-content/site/docs/resources/community.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ share what you've built, and more. Participation in our community is subject to
1313
[Code of Conduct](https://github.com/lit/lit/blob/master/CODE_OF_CONDUCT.md)—be
1414
excellent to each other!
1515

16-
* **Join us on [Slack](/slack-invite/)!** The
17-
Lit & Friends workspace has thousands of users discussing Lit, web components, and related topics.
18-
Check out `#lit`, `#beginners`, or `#tools` to get started.
16+
* **Join us on [Discord](/discord/)!** The
17+
Chat about Lit, get help, or share your project in the Lit Discord server.
1918

2019
* **Follow us at [@buildWithLit on Twitter](https://twitter.com/buildWithLit)**
2120
for the latest on Lit and web components. Many

packages/lit-dev-content/site/docs/v1/resources/community.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ share what you've built, and more. All community participation is subject to the
1313
<a href="https://github.com/lit/lit/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>—be
1414
excellent to each other!
1515

16-
* <strong>Join us on <a href="https://lit.dev/slack-invite/">Slack</a>!</strong> The
17-
Lit & Friends Slack workspace has thousands of users discussing LitElement, web components, and related topics.
18-
Check out <code>#general</code>, <code>#beginners</code>, or
19-
<code>#tools</code> to get started.
16+
* <strong>Join us on <a href="https://lit.dev/discord/">Discord</a>!</strong>
17+
Chat about Lit, get help, or share your project in the Lit Discord server.
2018

2119
* Follow us on <a href="https://twitter.com/buildWithLit">Twitter</a>
2220
for the latest on Lit and web components. Many

packages/lit-dev-content/site/home/1-splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="new-banner">
2-
<p>📣 Check out our brand-new <a href="{{site.baseurl}}/tutorials">Tutorials</a> page and <a href="{{site.baseurl}}/youtube">Lit YouTube Channel!</a></p>
2+
<p><span class="emoji">📣</span> Check out our brand-new <a href="{{site.baseurl}}/discord/">Discord server!</a></p>
33
</section>
44
<section id="intro">
55
<div id="splashLogo" role="heading" aria-level="1">

packages/lit-dev-content/site/home/7-connect.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ <h1>Connect with Lit and the web components community</h1>
1414
<ol id="connectList">
1515
<li>
1616
<a
17-
href="/slack-invite/"
17+
href="/discord/"
1818
target="_blank"
1919
rel="noopener"
2020
>
21-
<span class="title">Lit Slack workspace</span>
22-
<span class="desc">Chat with the Lit community and dev team</span>
21+
<span class="title">Lit Discord</span>
22+
<span class="desc">Chat about Lit with the Lit community and dev team</span>
2323
</a>
2424
</li>
2525
<li>
Loading
Lines changed: 5 additions & 0 deletions
Loading

packages/lit-dev-content/site/images/social/slack.svg

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/lit-dev-content/site/tutorials/content/wc-to-lit/13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ You might enjoy our [Lit for React Developers Codelab](https://codelabs.develope
4444

4545
### Community
4646

47-
* [Lit and Friends Slack](https://lit.dev/slack-invite) - The largest web components community
47+
* [Lit Discord](https://lit.dev/discord) - Chat about Lit, get help, or share your project
4848
* [@buildWithLit on Twitter](https://twitter.com/buildWithLit) - The Twitter account of the team that made Lit
49-
* [Web Components SF](https://twitter.com/WebComponentsSF) - A web components meetup for San Francisco
49+
* [Web Components SF](https://twitter.com/WebComponentsSF) - A web components meetup for San Francisco

packages/lit-dev-server/src/redirects.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
*/
66

77
export const pageRedirects = new Map([
8-
['/slack-invite', 'https://join.slack.com/t/lit-and-friends/shared_invite/zt-1etplu7f6-h1I1D0S16VMOluYyZ_2JUQ'],
8+
['/discord', 'https://discord.gg/NqrQepWTym'],
9+
['/slack-invite', 'https://discord.gg/NqrQepWTym'],
910
['/youtube', 'https://www.youtube.com/channel/UCok4ZKSzM3jY7JQRMlF-DPg'],
1011
['/msg/dev-mode', '/docs/tools/development/#development-and-production-builds'],
1112
// TODO(sorvell) https://github.com/lit/lit.dev/issues/455

packages/lit-dev-tests/known-good-urls.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ https://github.com/lit/lit/tree/main/packages/labs/ssr
444444
https://github.com/lit/lit/tree/main/packages/labs/eleventy-plugin-lit#polyfill
445445
https://github.com/lit/lit/tree/main/packages/labs/eleventy-plugin-lit#roadmap
446446
https://github.com/lit/lit/issues
447+
https://lit.dev/discord/
447448
https://lit.dev/slack-invite/
448449
https://lit.dev/
449450
https://github.com/justinfagnani

0 commit comments

Comments
 (0)