Skip to content

Commit 99455bb

Browse files
adding Automation as a group, updating styleguide headmatter section
1 parent 16cb032 commit 99455bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/constants/groups.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ const GROUPS = {
156156
name: 'Getting Started',
157157
order: null,
158158
},
159+
'automation': {
160+
name: 'Automation',
161+
order: null,
162+
},
159163
'ungrouped': {
160164
name: 'Ungrouped',
161165
order: null,

styleguide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The sections in **Bold** are the categories. The "group" field in the head matte
7979
#### UI
8080

8181
**Sending Email**
82+
- Automation: automation
8283
- Building Email: building-email
8384
- Delivery & Optimization: delivery-optimization
8485
- Building Email with Marketing Campaigns: marketing-campaigns

0 commit comments

Comments
 (0)