Skip to content

Commit a6735f4

Browse files
committed
Add more beta disclaimers for App catalogs
1 parent 0ba7d07 commit a6735f4

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 [beta]
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",
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
@@ -586,7 +586,7 @@ gulp.task('build-apps', ['clean-dist','less'], function () {
586586
'overview.md': 'Overview',
587587
'apps-getting-started.md': 'Create an app',
588588
'authentication-and-authorization.md': 'Authentication and authorization',
589-
'catalogs.md': 'Catalogs for Apps (beta)',
589+
'catalogs.md': 'Catalogs for Apps [beta]',
590590
'app-developer-tools.md': 'Developer tools'
591591
};
592592

@@ -656,7 +656,7 @@ gulp.task('build-concepts', ['clean-dist','less'], function () {
656656
gulp.task('create-app-catalog-md', function () {
657657
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'])
658658
.pipe(concat('app-catalog.md'))
659-
.pipe(insert.prepend('## App catalog\n'))
659+
.pipe(insert.prepend('## App catalog [beta]\n'))
660660
.pipe(gulp.dest('tmp/php-client-resources/'));
661661
});
662662

tasks/reference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function determineCategory(tag){
7676
return 'Reference entities';
7777
case 'App catalog':
7878
case 'App catalog product':
79-
return 'App catalogs';
79+
return 'App catalogs [beta]';
8080
default:
8181
return 'Utilities';
8282
}

0 commit comments

Comments
 (0)