diff --git a/README.md b/README.md index f4abaffb..19a3ab18 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Credo logo

@@ -70,7 +70,9 @@ If you are using GitHub pages for hosting, this command is a convenient way to b The docs are a work in progress, contributions are incredibly appreciated! If you're looking to contribute check out the [contribution guideline](https://github.com/openwallet-foundation/credo-ts-docs/blob/main/CONTRIBUTING.md). -Issues are also welcomed as it gives us a good idea of the work still needing to be done. +There are regular community working groups to discuss ongoing efforts within Credo, showcase items you've built with Credo, or ask questions. See [Meeting Information](https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information) for up to date information on the meeting schedule. Everyone is welcome to join! + +We welcome you to join our mailing list and Discord channel. See the [Wiki](https://github.com/openwallet-foundation/credo-ts/wiki/Communication) for up to date information. ## Licence diff --git a/docusaurus.config.js b/docusaurus.config.js index b8cc52c9..fe06f370 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -114,6 +114,10 @@ const config = { label: 'Discord', href: 'https://discord.com/channels/1022962884864643214/1179453305856991263', }, + { + label: 'Mailing List', + href: 'https://lists.openwallet.foundation/g/credo-project', + }, { label: 'Working Group Call Notes', href: 'https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information',