docs: add contribution section (#744)

This commit is contained in:
Taranjeet Singh
2023-09-30 15:46:09 -07:00
committed by GitHub
parent 9be6fe6bc3
commit 8581c7ecce
6 changed files with 21 additions and 4 deletions

View File

@@ -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

View File

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

View File

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

View File

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

View File

@@ -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"
]
}
],