|
15 | 15 | <p class="pre-nav rest"> <img class="pull-left" style="margin-right: 5px; height: 27px;" src="/img/icons/icon--rest.svg"> REST API endpoints</p>
|
16 | 16 | {{#each categories as |category categoryId|}}
|
17 | 17 | <li class="main-nav">
|
18 |
| - <a href="#{{{categoryId}}}">{{{categoryName}}}{{#if categoryDeprecated}}<em> - Deprecated</em>{{/if}}{{#if isPublishedProduct}}<em> - Deprecated</em>{{/if}}</a> |
| 18 | + <a href="#{{{categoryId}}}">{{{categoryName}}}{{#if categoryDeprecated}}<em> - Deprecated</em>{{/if}}</a> |
19 | 19 | <ul class="nav">
|
20 | 20 | {{#each category.resources as |resource resourceId|}}
|
21 | 21 | <li class="sub-nav">
|
22 |
| - <a href="#{{{resourceId}}}">{{{resourceName}}}{{#if ../isPublishedProduct}}<em> - Deprecated</em>{{/if}}</a> |
| 22 | + <a href="#{{{resourceId}}}">{{{resourceName}}}</a> |
23 | 23 | </li>
|
24 | 24 | {{/each}}
|
25 | 25 | </ul>
|
|
32 | 32 | {{#each categories as |category categoryId|}}
|
33 | 33 | <a class="anchor" id="{{{categoryId}}}"></a>
|
34 | 34 | <h2>{{{categoryName}}}{{#if categoryDeprecated}}<em> - Deprecated</em>{{/if}}</h2>
|
35 |
| - {{#if categoryDeprecated}} |
36 |
| - <div class="alert alert-warning"> |
37 |
| - <p>With the introduction of our new way to handle assets, the Asset Manager, the PAM feature has been removed from the v4.0 of the PIM. As a result, from now on, <b>all the endpoints regarding the PAM assets are deprecated</b>. They will not be available anymore starting from the v4.0.<br/>To understand why, we recommend you to read this <a href="https://medium.com/akeneo-labs/between-stability-and-innovation-c2d2dd61a804">Medium post</a>, we wrote on this special occasion.<br/>Also, don't hesitate to take a look at the <a href="/documentation/asset-manager.html">Asset Manager documentation</a> to discover this new feature and how much more efficient it will be to handle your precious assets.</p> |
38 |
| - </div> |
39 |
| - {{/if}} |
40 | 35 | {{#each category.resources as |resource resourceId|}}
|
41 | 36 | <a class="anchor" id="{{{resourceId}}}"></a>
|
42 | 37 | <h3 class="picto">
|
43 | 38 | <img src="img/illustrations/illus--{{{resourceId}}}.svg"/>
|
44 | 39 | {{{resourceName}}}{{#if ../categoryDeprecated}}<em> - Deprecated</em>{{/if}}
|
45 | 40 | </h3>
|
46 |
| - {{#if ../isPublishedProduct}} |
47 |
| - <a class="anchor" id="{{{categoryId}}}"></a> |
48 |
| - <div class="alert alert-danger"> |
49 |
| - <p><b>Important update: Published Products discontinuation.</b> This feature is no longer actively supported and will soon be retired. |
50 |
| - We recommend exploring alternative solutions. <a target="_blank" href="https://help.akeneo.com/en_US/serenity-take-the-power-over-your-products/important-update-deprecation-of-the-published-products-feature-from-akeneo-pim">Learn more in the help center.</a></p> |
51 |
| - </div> |
52 |
| - {{/if}} |
53 | 41 | {{#if isProductIdentifierOrUUID}}
|
54 | 42 | <a class="anchor" id="{{{categoryId}}}"></a>
|
55 | 43 | <div class="alert alert-warning">
|
|
75 | 63 | <span class="text-api-url">{{{path}}}</span>
|
76 | 64 | </p>
|
77 | 65 | </div>
|
78 |
| - <div class="col-xs-12"> |
79 |
| - <p class="list-group-item-text pull-right"> |
80 |
| - <em class="small">PIM versions:</em> |
81 |
| - {{#each x-versions as |version versionId|}} |
82 |
| - <span class="label label-version">{{{version}}}</span> |
83 |
| - {{/each}} |
84 |
| - <em class="small"> | PIM editions:</em> |
85 |
| - {{#unless x-ee}} |
86 |
| - <span class="label label-ee">CE</span> |
87 |
| - {{/unless}} |
88 |
| - <span class="label label-ee">EE</span> |
89 |
| - {{#if x-deprecated}} |
90 |
| - <em class="small"> | </em> |
91 |
| - <span class="label label-warning">deprecated</span> |
92 |
| - {{/if}} |
93 |
| - </p> |
94 |
| - </div> |
95 | 66 | </div>
|
96 | 67 | </a>
|
97 | 68 | {{/each}}
|
|
0 commit comments