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: wiki/Website-Doc-folder.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -152,8 +152,8 @@ The "frontmatter" attributes that we support are the following:
152
152
An optional full path to an image used when listing the page as "card" (eg. in landing pages). The path refers to the `dist` folder generated at build time, so is relative to the content of the `/website/public` folder.
153
153
*`status`
154
154
An optional status of the component (that will be reflected in the pages with specific badges next to the component card or name)
155
-
*`deprecated` - the version number in which the component has been deprecated (in the format `x.y.z`)
156
-
* `updated` - the version number in which the component has been updated (in the format `x.y.z`) - notice: this can be removed after some time, when the changes are not anymore recent enough to justify the extra information
155
+
*`added` | `updated` |`deprecated` - the version number in which the component has been added, updated or deprecated (in the format `x.y.z`)
156
+
Notice: it should be removed after some time, when the changes are not anymore recent enough to justify the extra information
157
157
158
158
Only the `title` attribute is technically required, all the others are optional (even though some of them like `description` and `caption` are necessary for component pages).
0 commit comments