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
"Required for the [`ProductReleaseNotes`](/style-guide/components/usage/#productreleasenotes) component.",
90
+
),
86
91
products: z
87
92
.string()
88
93
.array()
89
94
.optional()
90
95
.describe(
91
96
"The names of related products, which show on some grids for Examples, [Tutorials](/style-guide/documentation-content-strategy/content-types/tutorial/), and [Reference Architectures](/style-guide/documentation-content-strategy/content-types/reference-architecture/)",
92
97
),
93
-
summary: z.string().optional(),
98
+
summary: z
99
+
.string()
100
+
.optional()
101
+
.describe("Renders a summary description directly below the page title."),
.describe("Used by overrides for style guide component documentation"),
128
+
.describe(
129
+
"Used by overrides for style guide component documentation, which helps us display the [usage counts](/style-guide/components/usage/) for components directly on the component page itself.",
0 commit comments