Skip to content

Commit d2af47f

Browse files
committed
Website: add Mina Protocols Forums as resource
1 parent e93afbf commit d2af47f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

website/docs/developers/getting-started.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ make build-testing
201201
2. **Run Tests**: Ensure your setup works by running `make test`
202202
3. **Join the Community**: Connect with other developers on
203203
[Discord](https://discord.com/channels/484437221055922177/1290662938734231552)
204+
and participate in discussions on the
205+
[Mina Protocol Forums](https://forums.minaprotocol.com/)
204206
4. **Read CLAUDE.md**: Check the project-specific development guide in the root
205207
directory
206208

@@ -210,6 +212,7 @@ make build-testing
210212
[https://o1-labs.github.io/openmina/](https://o1-labs.github.io/openmina/)
211213
- **Discord**:
212214
[OpenMina Community](https://discord.com/channels/484437221055922177/1290662938734231552)
215+
- **Forums**: [Mina Protocol Forums](https://forums.minaprotocol.com/)
213216
- **Issues**: [GitHub Issues](https://github.com/o1-labs/openmina/issues)
214217
- **API Docs**:
215218
[Rust Documentation](https://o1-labs.github.io/openmina/api-docs/)

website/docs/node-runners/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ OpenMina supports different node configurations:
6363

6464
- Check our troubleshooting guides
6565
- Visit our [GitHub repository](https://github.com/o1-labs/openmina)
66-
- Join the community discussions
66+
- Join the community discussions on
67+
[Discord](https://discord.com/channels/484437221055922177/1290662938734231552)
68+
- Participate in discussions on the
69+
[Mina Protocol Forums](https://forums.minaprotocol.com/)
6770

6871
Let's get your OpenMina node up and running!

website/docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ const config: Config = {
175175
label: 'Discord',
176176
href: 'https://discord.gg/minaprotocol',
177177
},
178+
{
179+
label: 'Forums',
180+
href: 'https://forums.minaprotocol.com/',
181+
},
178182
{
179183
label: 'LinkedIn',
180184
href: 'https://www.linkedin.com/company/o1labs/',

0 commit comments

Comments
 (0)