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
Copy file name to clipboardexpand all lines: contributing/content-model.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Categories are usually organized around a feature or a discrete set of tasks wit
36
36
- Task-based (begins with a gerund)
37
37
- Describes the big-picture purpose or goal of using the feature or product
38
38
- General or high-level enough to scale with future product enhancements
39
-
- Category titles must be 67 characters or shorter
39
+
- Category titles must be 67 characters or shorter and have a [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) less than 27 characters
40
40
- Examples
41
41
-[Setting up and managing your GitHub user account](https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account)
@@ -54,7 +54,7 @@ Map topics contain at least three articles. When map topics have more than eight
54
54
- Task-based (begins with a gerund)
55
55
- Describes a more specific task within the larger workflow of the category it’s in
56
56
- General or high-level enough to scale with future additions to the product
57
-
- Map topic titles must be 63 characters or shorter
57
+
- Map topic titles must be 63 characters or shorter and have a [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) less than 30 characters
58
58
- Examples
59
59
-[Securing your account with two-factor authentication](https://docs.github.com/en/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa)
60
60
-[Setting policies for organizations in your enterprise account](https://docs.github.com/en/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account)
@@ -103,9 +103,9 @@ Titles are challenging! Use these general guidelines to help create clear, helpf
103
103
- What specific words do we need to include in the title or intro so that folks don’t mistake it for content about a different product?
104
104
- Think about how the title will look in production
105
105
- Titles have hard limits for length to keep them easy to understand (and easier to render on the site):
106
-
- Category titles: 67 characters
107
-
- Map topic titles: 63 characters
108
-
- Article titles: 80 characters, 60 if possible
106
+
- Category titles: 67 characters and [`shortTitle`](https://github.com/github/docs/tree/main/content#shorttitle) < 27 characters
0 commit comments