From bc16b5c4c76a077bfc632d0f86ce7bf579c2e616 Mon Sep 17 00:00:00 2001 From: i Date: Fri, 31 May 2024 10:50:44 +0200 Subject: [PATCH] change participate -> grants / online communities to external up to date resource --- docs/participate/grants-and-programs.mdx | 36 ----------------- docs/participate/online-communities.mdx | 51 ------------------------ sidebars.js | 12 +++++- 3 files changed, 10 insertions(+), 89 deletions(-) delete mode 100644 docs/participate/grants-and-programs.mdx delete mode 100644 docs/participate/online-communities.mdx diff --git a/docs/participate/grants-and-programs.mdx b/docs/participate/grants-and-programs.mdx deleted file mode 100644 index 056975f04..000000000 --- a/docs/participate/grants-and-programs.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Grants & Programs ---- - -# Grants & Programs - -import Subhead from "@site/src/components/common/Subhead"; - - - - Apply for grants and programs in the Mina ecosystem - - -The Mina community offers various programs to promote growth of the Mina ecosystem. - -### zkApps Builders Program - -o1Labs, a Mina ecosystem partner, created and runs the zkApps Builders Program (ZBP), a 12-week online program to support developers who are interested in building zkApps-related projects. - -The goal of the program is to provide direct access to the O(1) Labs team to support developers as they build their zkApp project and to gather feedback for improving [o1js](/zkapps/o1js-reference) and [zkApps](/zkapps/writing-a-zkapp). You can read more about the projects that came out of [ZBP cohort 1 (Spring 2022)](https://minaprotocol.com/blog/zkapps-builders-program-spring-2022-wrapup). - -[Sign up to get notified](https://forms.gle/HWcqjj4RuCBFUAU18) when future ZBP cohort applications open. - -### Quarterly Grants Program - -Mina Foundation deeply values each contribution and has made it a priority to reward those individuals whose work keeps the protocol decentralized and vibrant by offering a quarterly community grants program. - -In the past, grants have been awarded to projects ranging from technical tools and scripts to non-technical community contributions like content, events, and translations. We encourage all contributors and developers in Mina’s ecosystem to apply for grants. - -Sign up for the [Mina newsletter](https://minaprotocol.com/) to stay updated on the latest updates, community grants, and how to get involved! - -### Mina Foundation Delegation Program - -Mina Foundation is committed to decentralizing the governance of the Mina protocol. In order to delegate its voting power, Mina Foundation delegates its tokens to block producers in the community through the Mina Foundation Delegation Program. - -Learn more about the [Mina Foundation Delegation Program](/node-operators/delegation-program/foundation-delegation-program). diff --git a/docs/participate/online-communities.mdx b/docs/participate/online-communities.mdx deleted file mode 100644 index dfb0adc0f..000000000 --- a/docs/participate/online-communities.mdx +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Online Communities ---- - -# Online Communities - -The Mina community has many online groups where you can connect with other Mina enthusiasts, node operators, zkApp developers, and more. Come join us! - -## Discord - -[Mina Protocol Discord](https://discord.gg/minaprotocol) is the most popular place where Mina enthusiasts and technical contributors gather. Some popular channels are listed here, but many more channels exist, so explore the server to find one that fits your interest. - -- [#announcements](https://discord.com/channels/484437221055922177/601171209287368715) to follow announcements -- [#zkapps-general](https://discord.com/channels/484437221055922177/910549624413102100) to ask general questions about zkApps, how to use a zkApp, and so on -- [#zkapps-questions](https://discord.com/channels/484437221055922177/1047214314349658172) to ask zkApps-related questions and see Q&A history -- [#zkapps-developers](https://discord.com/channels/484437221055922177/915745847692636181) to meet other developers building zkApps with o1js -- [#mentor-nodes](https://discord.com/channels/484437221055922177/746316198806814760) to get help from the community on setting up and running nodes -- [#mainnet-block-producers](https://discord.com/channels/484437221055922177/799597981762453535) to meet other node operators and block producers -- [#grants](https://discord.com/channels/484437221055922177/727960609832042607) to discuss grant opportunities - -## Discussion Forums - -- [MinaResearch](https://forums.minaprotocol.com/) -- [MinaProtocol/mina GitHub](https://github.com/MinaProtocol/mina/discussions) - -## Social Media - -- Twitter [@minaprotocol](https://twitter.com/minaprotocol) -- Telegram [@minaprotocol](https://t.me/minaprotocol) -- Telegram [@MinaProtocolOfficialNews](https://t.me/MinaProtocolOfficialNews) -- Reddit [/r/minaprotocol](https://www.reddit.com/r/MinaProtocol/) -- YouTube [@minaprotocol](https://www.youtube.com/c/minaprotocol) - -## Mina Blogs - -- [Mina Protocol Blog](https://minaprotocol.com/blog) -- [Mina Protocol Medium](https://medium.com/@minaprotocol) - -## Community Content - -The [Mina Community Blog](https://minafoundation.notion.site/minafoundation/Mina-Community-Blog-91b8fdfd1b9e444ca55ddd1b90bade3c) is evolving and growing along with the ecosystem and features community-generated blogs, videos, articles, and other resources. - -The Mina community and its members are the core of Mina's global, decentralized network. You can be an active contributor to collective brilliance. For inspiration and steps on how to contribute to the experimental community blog, see [Open Call for Mina Community Creators](https://minaprotocol.com/blog/mina-community-blog). - -## Mina Ecosystem Partners - -- o1Labs [Blog](https://blog.o1labs.org/) - Incubators of the Mina Protocol -- =nil; Foundation [Blog](https://blog.nil.foundation/tag/mina/) - Creators of the zkBridge bridge from Mina to Ethereum -- Viable Systems [OpenMina Blog](https://medium.com/openmina) - Tools to help improve the performance of the Mina nodes and overall network - -Are you a Mina ecosystem partner? Select __EDIT THIS PAGE__ at the top of this page to submit a pull request to add your company blog. Thank you for helping grow the Mina ecosystem. diff --git a/sidebars.js b/sidebars.js index b08c689f6..71a54ac08 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1429,9 +1429,17 @@ module.exports = { type: 'category', label: 'Participate', items: [ - 'participate/online-communities', + { + type: 'link', + label: 'Online Communities', + href: 'https://minaprotocol.com/community' + }, + { + type: 'link', + label: 'Apply for Grants', + href: 'https://minaprotocol.com/blog/mina-developers-grants' + }, 'participate/office-hours', - 'participate/grants-and-programs', 'participate/careers', 'participate/github', 'participate/bugs-and-feature-requests',