Forráskód Böngészése

docs: add contribution section (#744)

Taranjeet Singh 1 éve
szülő
commit
8581c7ecce

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
 [![Substack](https://img.shields.io/badge/Substack-%23006f5c.svg?logo=substack)](https://embedchain.substack.com/)
 [![Open in Colab](https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667)](https://colab.research.google.com/drive/138lMWhENGeEu7Q1-6lNbNTHGLZXBBz_B?usp=sharing)
 
-Embedchain is a framework to easily create LLM powered bots over any dataset. If you want a javascript version, check out [embedchain-js](https://github.com/embedchain/embedchainjs)
+Embedchain is a framework to easily create LLM powered bots over any dataset. If you want a javascript version, check out [embedchain-js](https://github.com/embedchain/embedchain/tree/main/embedchain-js)
 
 ## Community
 

+ 0 - 1
docs/contribution/dev.mdx

@@ -42,7 +42,6 @@ embedchain is built on the following stack:
 ### Maintainer
 
 - Deshraj Yadav ([@deshrajdry](https://twitter.com/taranjeetio))
-- [cachho](https://github.com/cachho)
 
 ### Citation
 

+ 4 - 0
docs/contribution/guidelines.mdx

@@ -0,0 +1,4 @@
+---
+title: '📝 Guidelines'
+url: https://github.com/embedchain/embedchain/blob/main/CONTRIBUTING.md
+---

+ 4 - 0
docs/contribution/javascript.mdx

@@ -0,0 +1,4 @@
+---
+title: '📝 Javascript'
+url: https://github.com/embedchain/embedchain/tree/main/embedchain-js
+---

+ 4 - 0
docs/contribution/python.mdx

@@ -0,0 +1,4 @@
+---
+title: '📝 Python'
+url: https://github.com/embedchain/embedchain
+---

+ 8 - 2
docs/mint.json

@@ -79,8 +79,14 @@
       "pages": ["integration/langsmith"]
     },
     {
-      "group": "Contribution Guidelines",
-      "pages": ["contribution/dev", "contribution/docs"]
+      "group": "Contribute",
+      "pages": [
+        "contribution/guidelines",
+        "contribution/dev",
+        "contribution/docs",
+        "contribution/python",
+        "contribution/javascript"
+      ]
     }
 
   ],