docs: add release note & fix emoji in contribution (#745)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: '📝 Guidelines'
|
title: '📋 Guidelines'
|
||||||
url: https://github.com/embedchain/embedchain/blob/main/CONTRIBUTING.md
|
url: https://github.com/embedchain/embedchain/blob/main/CONTRIBUTING.md
|
||||||
---
|
---
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: '📝 Javascript'
|
title: ' 🟨 Javascript'
|
||||||
url: https://github.com/embedchain/embedchain/tree/main/embedchain-js
|
url: https://github.com/embedchain/embedchain/tree/main/embedchain-js
|
||||||
---
|
---
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: '📝 Python'
|
title: '🐍 Python'
|
||||||
url: https://github.com/embedchain/embedchain
|
url: https://github.com/embedchain/embedchain
|
||||||
---
|
---
|
||||||
@@ -87,6 +87,12 @@
|
|||||||
"contribution/python",
|
"contribution/python",
|
||||||
"contribution/javascript"
|
"contribution/javascript"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Product",
|
||||||
|
"pages": [
|
||||||
|
"product/release-notes"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
4
docs/product/release-notes.mdx
Normal file
4
docs/product/release-notes.mdx
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: ' 📜 Release Notes'
|
||||||
|
url: https://github.com/embedchain/embedchain/releases
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user