docs: add contribution section (#744)
This commit is contained in:
@@ -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
docs/contribution/guidelines.mdx
Normal file
4
docs/contribution/guidelines.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: '📝 Guidelines'
|
||||
url: https://github.com/embedchain/embedchain/blob/main/CONTRIBUTING.md
|
||||
---
|
||||
4
docs/contribution/javascript.mdx
Normal file
4
docs/contribution/javascript.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: '📝 Javascript'
|
||||
url: https://github.com/embedchain/embedchain/tree/main/embedchain-js
|
||||
---
|
||||
4
docs/contribution/python.mdx
Normal file
4
docs/contribution/python.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: '📝 Python'
|
||||
url: https://github.com/embedchain/embedchain
|
||||
---
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user