From 9be6fe6bc3517ae77cc00b5f96cb2447eab9dd1f Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Sat, 30 Sep 2023 15:36:23 -0700 Subject: [PATCH] docs: add community section with links and showcase (#743) --- docs/community/connect-with-us.mdx | 18 ++++++++++++++++++ docs/{advanced => community}/showcase.mdx | 0 docs/mint.json | 9 ++++++++- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/community/connect-with-us.mdx rename docs/{advanced => community}/showcase.mdx (100%) diff --git a/docs/community/connect-with-us.mdx b/docs/community/connect-with-us.mdx new file mode 100644 index 00000000..36b09e9f --- /dev/null +++ b/docs/community/connect-with-us.mdx @@ -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. It’s 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. It’s 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. It’s a compact way to stay in the loop with what’s 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! diff --git a/docs/advanced/showcase.mdx b/docs/community/showcase.mdx similarity index 100% rename from docs/advanced/showcase.mdx rename to docs/community/showcase.mdx diff --git a/docs/mint.json b/docs/mint.json index 4511fcc9..ab2bb435 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -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"]