Skip to content

Commit beddb69

Browse files
Replace [beta] by the yellow beta tag
1 parent ac773b4 commit beddb69

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/apps/catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Catalogs [beta]
1+
# Catalogs <span class="label label-beta">Beta</span>
22

33
## Overview
44

content/files/Akeneo PIM API.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"item": [
88
{
9-
"name": "App Catalogs [beta]",
9+
"name": "App Catalogs [Beta]",
1010
"item": [
1111
{
1212
"name": "catalog",

tasks/build-doc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ gulp.task('build-apps', ['clean-dist','less'], function () {
597597
'overview.md': 'Overview',
598598
'apps-getting-started.md': 'Create an app',
599599
'authentication-and-authorization.md': 'Authentication and authorization',
600-
'catalogs.md': 'Catalogs for Apps [beta]',
600+
'catalogs.md': 'Catalogs for Apps <span class="label label-beta">Beta</span>',
601601
'app-developer-tools.md': 'Developer tools'
602602
};
603603

@@ -667,7 +667,7 @@ gulp.task('build-concepts', ['clean-dist','less'], function () {
667667
gulp.task('create-app-catalog-md', function () {
668668
return gulp.src(['content/php-client/resources/app-catalog/app-catalog.md','content/php-client/resources/app-catalog/app-catalog.md','content/php-client/resources/app-catalog/*.md'])
669669
.pipe(concat('app-catalog.md'))
670-
.pipe(insert.prepend('## App catalog [beta]\n'))
670+
.pipe(insert.prepend('## App catalog <span class="label label-beta">Beta</span>\n'))
671671
.pipe(gulp.dest('tmp/php-client-resources/'));
672672
});
673673

tasks/reference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function determineCategory(tag){
7777
return 'Reference entities';
7878
case 'App catalog':
7979
case 'App catalog product':
80-
return 'App catalogs [beta]';
80+
return 'App catalogs <span class="label label-beta">Beta</span>';
8181
default:
8282
return 'Utilities';
8383
}

0 commit comments

Comments
 (0)