Skip to content

Commit a1ac5f3

Browse files
authored
feat: add atoms section inside developing guides (calcom#24220)
1 parent 6f38d40 commit a1ac5f3

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Add changesets"
3+
---
4+
5+
We use changesets for every PR that affects atoms, be it a fix or feature to add a log describing the fix or feature. Below video showcases how to add a changeset to a PR.
6+
7+
<iframe style={{ width: "100%", maxWidth: "560px" }} height="315" src="https://www.loom.com/embed/2130c801b35248f6b878eb531eb62184?sid=0e2fe07b-59d4-4f31-beb0-7f267154de8b" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="true"></iframe>
8+

docs/mint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
"icon": "webhook",
101101
"pages": ["developing/guides/automation/webhooks"]
102102
},
103+
{
104+
"group": "Atoms",
105+
"icon": "atom",
106+
"pages": ["developing/guides/atoms/add-changesets"]
107+
},
103108
{
104109
"group": "Email",
105110
"icon": "inbox",

0 commit comments

Comments
 (0)