Skip to content

Commit f6b211d

Browse files
authored
Update styleguide.md
1 parent 65441bb commit f6b211d

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

styleguide.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Hello! Thank you for choosing to help contribute to the SendGrid documentation s
44
* [Numbers](#numbers)
55
* [About additional resources](#about-additional-resources)
66
* [Cross references](#cross-references)
7+
* [Head matter](#head-matter)
78
* [Terminology](#terminology)
89
* [Punctuation](#punctuation)
910
* [Capitalization](#capitalization)
@@ -49,6 +50,83 @@ When referring to other pages in the documentation, make sure your link text is
4950
YES: For more information, see [Event Webhook] documentation.
5051
NO: For more information, click [here].
5152

53+
<a name="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
85+
86+
##### Analytics and Reporting
87+
- Statistics: statistics
88+
- Click Tracking: click-tracking
89+
- Email Activity Feed: email-activity
90+
- SendGrid Partners: partners
91+
- Tracking: tracking
92+
93+
##### Account and Settings
94+
- Account Managment: account-management
95+
- Inbound Parse: inbound-parse
96+
- Sender Authentication: sender-authentication
97+
- IP Management: ip-management
98+
- Teammates & Subusers: teammates-subusers
99+
- Troubleshooting: troubleshooting
100+
- Security: security
101+
- Billing: billing
102+
103+
#### For Developers
104+
105+
##### Sending Email
106+
- SendGrid v2 API: api-v2
107+
- SendGrid v3 API: api-v3
108+
- Frameworks: frameworks
109+
- Mail Clients: mail-clients
110+
- Mail Servers: mail-servers
111+
- SendGrid Partners: partners
112+
- SendGrid Plugins: plugins
113+
- SMTP API: smtp
114+
- Tracking: tracking
115+
- Open Source Apps: open-source
116+
117+
##### Parsing Email
118+
- Inbound Parse: inbound-parse
119+
120+
##### Tracking Events
121+
- Code Examples: code-examples
122+
- Getting Started: getting-started
123+
- SendGrid Partners: partners
124+
- Reference & Troubleshooting: reference-troubleshooting
125+
126+
##### Partners
127+
- Migration: partner-migration
128+
- Platform Partners: platform-partners
129+
52130
<a name="about-additional-resources"></a>
53131
### About "Additional resources"
54132

0 commit comments

Comments
 (0)