docs: add community section with links and showcase (#743)

This commit is contained in:
Taranjeet Singh
2023-09-30 15:36:23 -07:00
committed by GitHub
parent 8c506da21e
commit 9be6fe6bc3
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
---
title: 🤝 Connect with Us
---
We believe in building a vibrant and supportive community around embedchain. There are various channels through which you can connect with us, stay updated, and contribute to the ongoing discussions:
* Slack: Our Slack workspace provides a platform for more structured discussions and channels dedicated to different topics. Feel free to jump in and start contributing. [Join Slack](https://join.slack.com/t/embedchain/shared_invite/zt-22uwz3c46-Zg7cIh5rOBteT_xe1jwLDw).
* Discord: Join our Discord server to engage in real-time conversations with the community members and the project maintainers. Its a great place to seek help and discuss anything related to the project. [Join Discord](https://discord.gg/CUU9FPhRNt).
* Twitter: Follow us on Twitter for the latest news, announcements, and highlights from our community. Its also a quick way to reach out to us. [Follow @embedchain](https://twitter.com/embedchain).
* LinkedIn: Connect with us on LinkedIn to stay updated on official announcements, job openings, and professional networking opportunities within our community. [Follow Our Page](https://www.linkedin.com/company/embedchain/).
* Newsletter: Subscribe to our newsletter for a curated list of project updates, community contributions, and upcoming events. Its a compact way to stay in the loop with whats happening in our community. [Subscribe Now](https://embedchain.substack.com/).
We look forward to connecting with you and seeing how we can create amazing things together!

View File

@@ -37,7 +37,7 @@
{
"group": "Advanced",
"pages": ["advanced/app_types", "advanced/interface_types", "advanced/query_configuration", "advanced/configuration", "advanced/testing", "advanced/vector_database", "advanced/showcase"]
"pages": ["advanced/app_types", "advanced/interface_types", "advanced/query_configuration", "advanced/configuration", "advanced/testing", "advanced/vector_database"]
},
{
"group": "Data Sources",
@@ -67,6 +67,13 @@
"group": "Examples",
"pages": ["examples/full_stack", "examples/api_server", "examples/discord_bot", "examples/slack_bot", "examples/telegram_bot", "examples/whatsapp_bot", "examples/poe_bot"]
},
{
"group": "Community",
"pages": [
"community/connect-with-us",
"community/showcase"
]
},
{
"group": "Integration",
"pages": ["integration/langsmith"]