Add Community section to documentation

- Add new Community tab to docs navigation
- Create community showcase page for featuring high-quality projects
- Include example project (MCP Dummy Server) as initial content
- Add guidelines for community contributions
- Link to contrib modules in Further Reading section

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zzstoatzz 2025-06-12 11:53:15 -05:00
commit cf66cc8b56
3 changed files with 63 additions and 0 deletions

View file

@ -150,6 +150,13 @@
"pages": [
"changelog"
]
},
{
"anchor": "Community",
"icon": "users",
"pages": [
"community/showcase"
]
}
]
},