Skip to content

Commit

Permalink
enhancement/issue 150 create single discord link endpoint and rewrites (
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Dec 22, 2024
1 parent 3a07891 commit 0547162
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,5 @@ See the [Greenwood Storybook docs](/guides/ecosystem/storybook/#content-as-data)
## Hosting and Deployment
This project is hosted on Netlify and automatically deploys on each merge into main. Release branches will be curated over the course of a Greenwood release cycle and then merged at the time the new Greenwood release is published to NPM.
For links to `/discord/`, a redirect is configured in _netlify.toml_ to redirect these requests to the project's Discord server.
7 changes: 6 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@

[[redirects]]
from = "/docs/tech-stack/"
to = "/about/tech-stack/"
to = "/about/tech-stack/"

[[redirects]]
status = 302
from = "/discord/"
to = "https://discord.gg/dmDmjFCKuH"
2 changes: 1 addition & 1 deletion src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class Footer extends HTMLElement {
</li>
<li class="${styles.socialIcon}">
<a href="https://discord.gg/dmDmjFCKuH" title="Discord">
<a href="/discord/" title="Discord">
${discordIcon}
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/footer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ICONS = [
title: "GitHub",
},
{
link: "https://discord.gg/dmDmjFCKuH",
link: "/discord/",
title: "Discord",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class Header extends HTMLElement {
</li>
<li class="${styles.socialIcon}">
<a href="https://discord.gg/dmDmjFCKuH" title="Discord">
<a href="/discord/" title="Discord">
${discordIcon}
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ICONS = [
title: "GitHub",
},
{
link: "https://discord.gg/dmDmjFCKuH",
link: "/discord/",
title: "Discord",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-28-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ All web standards, all the time. You know we love to see it. 🤓

In addition to the above mentioned features, this release also lays the ground work for our foray into [Serverless and Edge runtime support](https://github.com/ProjectEvergreen/greenwood/issues/1008). For out next release, Greenwood team has its sights set on being able to fully embrace running beyond the server with hosting providers like Netlify and Vercel and their serverless and edge offerings, allowing us to push web standards even further down the stack! We [see this trend becoming more ubiquitous](https://wintercg.org/) as more and more hosting providers coalesce around these standards too, so now is a great time to get started!

So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](/discord/) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-29-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ We're really excited to see the progress **Greenwood** has been able to make thi
We're also planning a significant [redesign of the Greenwood website](https://github.com/ProjectEvergreen/greenwood/issues/978) to help better showcase all of Greenwood's capabilities and to streamline and simplify the documentation.
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](/discord/) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ We took on a pretty significant overhaul of the feature set related to leveragin

---

As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](https://discord.gg/dmDmjFCKuH). See you for the next release! ✌️
As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](/discord/). See you for the next release! ✌️
2 changes: 1 addition & 1 deletion src/pages/blog/state-of-greenwood-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ We hope to complete this effort over the next couple of months with the hope to

Greenwood wants to be there every step of the way to help you get the most out of the web and ensure you have full ownership of your code and content. From SPA to SSG to SSR and everything in between, building vanilla or with friends, we want Greenwood to run wherever the web can run so the choice can always be yours.

Please come join us on [GitHub](https://github.com/ProjectEvergreen/greenwood) and [Discord](https://discord.gg/dmDmjFCKuH) and we can't wait to see what you build with Greenwood! <img style="width: 15px; display: inline-block; margin: 0;" src="/assets/blog/evergreen.svg" alt="Project Evergreen logo"/>
Please come join us on [GitHub](https://github.com/ProjectEvergreen/greenwood) and [Discord](/discord/) and we can't wait to see what you build with Greenwood! <img style="width: 15px; display: inline-block; margin: 0;" src="/assets/blog/evergreen.svg" alt="Project Evergreen logo"/>
2 changes: 1 addition & 1 deletion src/pages/docs/introduction/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ If we did our job well, the only docs you should need are [MDN](https://develope

The Greenwood team are working hard towards a [1.0 release](https://github.com/ProjectEvergreen/greenwood/milestone/3) and are eager to get there quickly and provide a stable foundation to expand Greenwood's features and capabilities. We want to make sure Greenwood is the best experience it can be, for users and developers. If you have [any issues](https://github.com/ProjectEvergreen/greenwood/issues) or are curious to see what we're [working on next](https://github.com/ProjectEvergreen/greenwood/projects), please feel free to checkout our [GitHub repo](https://github.com/ProjectEvergreen/greenwood) and poke around.

We are also [on Discord](https://discord.gg/dmDmjFCKuH), so feel free to join us there to chat. 👋
We are also [on Discord](/discord/), so feel free to join us there to chat. 👋
2 changes: 1 addition & 1 deletion src/pages/guides/getting-started/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To continue your Greenwood journey, here are some links we think you may want to
- [Hosting](/guides/hosting/) - Guides on building and deploying your static, serverless, or serverfull application
- [Tutorials](/guides/tutorials/) - Additional walkthroughs and patterns using Greenwood

And of course feel free to join us on [Discord](https://discord.gg/dmDmjFCKuH) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️
And of course feel free to join us on [Discord](/discord/) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️

0 comments on commit 0547162

Please sign in to comment.