Skip to content

Commit

Permalink
Added "Get Involved" page (#452)
Browse files Browse the repository at this point in the history
Added "Get Involved" page and content
Amended left nav to include new page

Co-authored-by: brad-dow <[email protected]>
  • Loading branch information
melissahenderson and brad-dow authored May 2, 2024
1 parent 3b64f17 commit 672f396
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ export default defineConfig({
label: 'Open Payments-enabled wallets',
link: '/docs/resources/op-wallets',
},
{
label: 'Get involved',
link: '/docs/resources/get-involved',
},
{
label: 'External resources',
collapsed: true,
Expand Down
45 changes: 45 additions & 0 deletions src/content/docs/docs/resources/get-involved.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Get involved
---

import { LinkOut } from '@interledger/docs-design-system'

## Participation

- Join our <LinkOut href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=c2dyMjY4M2k1dXRrcjZkYW05Mmo3c2xzZm1fMjAyNDA1MDlUMTMwMDAwWiBjX2NqMDI3Z21oc3VqazkxZXZpMjRkOXB2bXQ0QGc&tmsrc=c_cj027gmhsujk91evi24d9pvmt4%40group.calendar.google.com&scp=ALL">WM Community calls</LinkOut>.
- Begin a <LinkOut href="https://github.com/WICG/webmonetization/discussions">new discussion or contribute to existing discussions</LinkOut> in the WICG Web Monetization GitHub repo.
- <LinkOut href="https://github.com/WICG/webmonetization/issues">Contribute</LinkOut> something you've built, open a new issue, or contribute to existing issues in the WICG Web Monetization GitHub repo.
- Suggest changes to the <LinkOut href="https://webmonetization.org/specification/">specification</LinkOut> by submitting a pull request. For more details about spec contributions and development, visit <LinkOut href="https://github.com/WICG/webmonetization/blob/main/CONTRIBUTING.md">contributing.md</LinkOut>.

## Coding

- Update the existing Web Monetization v1 [tools/libraries](/docs/resources/libraries/) to the latest spec.
- Create new Web Monetization tools/plugins for frameworks and libraries.
- Build applications with new and varied use cases around Web Monetization. For example, you could:
- Add Web Monetization to your favorite open source project.
- Create tools to allow websites to interact with web monetized visitors. Visual indicators, like celebration confetti, thank you notes, or payment counters are just a few ways to promote interaction.
- <LinkOut href="https://github.com/interledger/web-monetization-extension">Contribute</LinkOut> to the ILF's Web Monetization extension by coding or testing.

## Community events and hackathons

- Join us at the <LinkOut href="https://interledger.org/summit">Interledger Summit</LinkOut> and participate in our annual hackathon.
- Organize your own hackathons, coding sprints, and installa-thons, both online and offline. Run campaigns and encourage participants to develop, collaborate on, and test projects.

## Localization

- <LinkOut href="https://github.com/WICG/webmonetization?tab=readme-ov-file#localizationinternationalization">Translate and localize</LinkOut> the [Intro to Web Monetization](/docs/) page into one of the following languages:
- Arabic
- Chinese
- French
- German
- Japanese
- Portuguese
- Spanish
- Review translated and localized content.

## Documentation

- Contribute to the docs by suggesting additions and improvements.
- Create tutorials and guides to help others in the community work with Web Monetization.

Review our <LinkOut href="https://github.com/WICG/webmonetization?tab=readme-ov-file#contribute">contribution guide</LinkOut> for details.

0 comments on commit 672f396

Please sign in to comment.