You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,6 +50,83 @@ When referring to other pages in the documentation, make sure your link text is
49
50
YES: For more information, see [Event Webhook] documentation.
50
51
NO: For more information, click [here].
51
52
53
+
<aname="head matter"></a>
54
+
### Head matter
55
+
56
+
The new head matter looks like this with the new Knowledge Center:
57
+
```
58
+
---
59
+
layout: page
60
+
weight: 0
61
+
group:
62
+
title:
63
+
seo:
64
+
title:
65
+
description:
66
+
keywords:
67
+
navigation:
68
+
show: true
69
+
---
70
+
```
71
+
The sections in **Bold** are the categories. The "group" field in the head matter pertains to the different headers article residing under a specific category. The group designation is after the colon of the "group" field.
72
+
73
+
#### UI
74
+
75
+
##### Sending Email
76
+
- Building Email: building-email
77
+
- Delivery & Optimization: delivery-optimization
78
+
- Building Email with Marketing Campaigns: marketing-campaigns
79
+
- Building Transactional Email: transactional-email
80
+
- Tracking: tracking
81
+
- Platform Partners: platform-partners
82
+
83
+
##### Managing Contacts
84
+
- Managing Contacts with Marketing Campaigns: managing-contacts
0 commit comments