Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
2 files
+ 30
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -247,6 +247,7 @@ Images can be added at will in the description entry. A link to the documentatio
Features with higher impact, displayed
in rows after the top feature, with an image next to its text. An image accompanying the description is required.
A [video](#videos) can also be added to replace the image.
#### Secondary features (other improvements)
{:#improvements}
@@ -464,6 +465,21 @@ is displayed responsively.
Consult the [markdown guide](/handbook/product/technical-writing/markdown-guide/#videos)
for the correct markdown markup to apply to different sources (YouTube, Google Drive, HTML video).
For `primary_features`, you can add a video instead of an image, by using the entry `video:`.
If present, the feature section won't display any images, only the video. Example:
```yaml
# PRIMARY FEATURES
primary:
- name: Awesome Feature
available_in: [ce, ees, eep]
documentation_link: ''
documentation_text: "Learn more"
video: "https://www.youtube.com/embed/eH-GuoqlweM"
description: |
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quae, provident.
```
## Technical aspects
Understand how a release post is formed:
Loading