Skip to content
Snippets Groups Projects
Commit a541d880 authored by Régis Freyd (GitLab)'s avatar Régis Freyd (GitLab)
Browse files

Add instructions for /comparison page

parent b2939d8c
Branches andrey-remove-group-caching
No related tags found
2 merge requests!4874Add instructions for /comparison page in the README,!4461New releasepost look + Release post 9.0
Pipeline #
Loading
Loading
@@ -324,6 +324,23 @@ The feature page grabs its content automatically from the file
The comparison page grabs its content automatically from the file
`/data/comparisons.yml`.
 
When adding a new comparison, make sure that you follow the structure below:
```
- title: ""
description: ""
link_description: ""
link:
competitor_one: true
competitor_two: false
```
Title and description fields are mandatory.
`competitor_one` is always GitLab,
`competitor_two` is the competitor we are compared against. Values for these two
fields are `true|false|sortof`.
### Update the release list page (under `/release-list`)
 
The release list page grabs its content automatically by crawling the blog and
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment