We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cb032 commit 99455bbCopy full SHA for 99455bb
src/constants/groups.js
@@ -156,6 +156,10 @@ const GROUPS = {
156
name: 'Getting Started',
157
order: null,
158
},
159
+ 'automation': {
160
+ name: 'Automation',
161
+ order: null,
162
+ },
163
'ungrouped': {
164
name: 'Ungrouped',
165
styleguide.md
@@ -79,6 +79,7 @@ The sections in **Bold** are the categories. The "group" field in the head matte
79
#### UI
80
81
**Sending Email**
82
+- Automation: automation
83
- Building Email: building-email
84
- Delivery & Optimization: delivery-optimization
85
- Building Email with Marketing Campaigns: marketing-campaigns
0 commit comments