Skip to content

Commit

Permalink
Add links to the community calendar + redirect (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 authored Jul 14, 2023
1 parent ef0e128 commit 9ef7136
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/lit-dev-content/site/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@
loading="visible">
</lazy-svg>
</a>

<a
href="/community-calendar/"
target="_blank"
rel="noopener"
title="Community Calendar"
aria-label="Community Calendar"
>
<lazy-svg
href="{{ site.baseurl }}/images/icons/calendar-month.svg#icon"
label="Community Calendar"
loading="visible">
</lazy-svg>
</a>
</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions packages/lit-dev-content/site/docs/v2/resources/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ excellent to each other!

* **Talk about Lit on [GitHub Discussions](https://github.com/lit/lit/discussions).** For longer questions or ideas about Lit, or to see what others are talking about, GitHub discussions are a great way to connect with the team and community.

* **Import the [Lit Community Calendar](/community-calendar/)** to keep up to date on official community events like the weekly Open Eng Meeting and Community Calls. Add it to your Google Calendar by pressing the "+ Google Calendar" button at the bottom right corner of the calendar page.

* **Find answers on [StackOverflow](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element).**
Search the [`lit`, `lit-element`, and `lit-html`](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element) tags when
looking for answers. You can also find help on underlying web standards with
Expand Down
2 changes: 2 additions & 0 deletions packages/lit-dev-content/site/docs/v3/resources/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ excellent to each other!

* **Talk about Lit on [GitHub Discussions](https://github.com/lit/lit/discussions).** For longer questions or ideas about Lit, or to see what others are talking about, GitHub discussions are a great way to connect with the team and community.

* **Import the [Lit Community Calendar](/community-calendar/)** to keep up to date on official community events like the weekly Open Eng Meeting and Community Calls. Add it to your Google Calendar by pressing the "+ Google Calendar" button at the bottom right corner of the calendar page.

* **Find answers on [StackOverflow](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element).**
Search the [`lit`, `lit-element`, and `lit-html`](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element) tags when
looking for answers. You can also find help on underlying web standards with
Expand Down
3 changes: 3 additions & 0 deletions packages/lit-dev-content/site/images/icons/calendar-month.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/lit-dev-server/src/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

export const pageRedirects = new Map([
['/community-calendar', 'https://calendar.google.com/calendar/u/0/embed?src=c_5f73b3899868341aa19ebd1d8fcd2c49b884cfbcbe7f8e655227c5a7905c0692@group.calendar.google.com'],
['/discord', 'https://discord.com/invite/buildWithLit'],
['/slack-invite', 'https://discord.com/invite/buildWithLit'],
['/youtube', 'https://www.youtube.com/@buildWithLit'],
Expand Down

0 comments on commit 9ef7136

Please sign in to comment.