versionFrom |
---|
7.0.0 |
The documentation markdown files are allowed to contain meta data. This is done by adding YAML at the top of the document.
To add meta data, the metadata is between two lines, each with three dashes. Every line contains a keyword followed by a ':
' and then the value e.g.:
---
versionFrom: 7.3.4
meta.Title: "Contribute to Umbraco CMS"
meta.Description: "Explanation of how you can contribute to Umbraco, what the process is like and what things to keep in mind when contributing."
---
Supported meta data properties:
versionFrom
: A property with semver notation to indicate from which version this article is validversionTo
: A property with semver notation to indicate till which version this article is validversionRemoved
: A property with semver notation to indicate that the topic has been removed from a given versionmeta.Title
: Used for SEO - Meta Titlemeta.Description
: Used for SEO - Meta Description
We have also added other properties, that you are welcome to use. They currently do not have any underlying functionality, as this is something we are still working on.
keywords
: Space separated properties, adding the possibility to supply other keywords which improve findabilitytags
: with space separated properties, adding the possibility to add tags which improve findabilityproduct
: A property to provide information about which product(s) the article is relevant forcomplexity
: Adds information about the level of complexity within the articleAudience
: Adds information about the intended audience for the article