docs: add release note & fix emoji in contribution (#745)

This commit is contained in:
Taranjeet Singh
2023-09-30 15:51:44 -07:00
committed by GitHub
parent 8581c7ecce
commit 78ba4468b0
5 changed files with 13 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@@ -87,6 +87,12 @@
"contribution/python",
"contribution/javascript"
]
},
{
"group": "Product",
"pages": [
"product/release-notes"
]
}
],

View File

@@ -0,0 +1,4 @@
---
title: ' 📜 Release Notes'
url: https://github.com/embedchain/embedchain/releases
---