Skip to content

Commit f260ac1

Browse files
author
Samuel Gomis
committed
feat(API-1945): fix
1 parent 79dc198 commit f260ac1

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

content/tutorials/guides/how-to-get-your-app-token.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a href="/tutorials/homepage.html" class="back-button">
2+
<button>
3+
<img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
4+
All guided tutorials
5+
</button>
6+
</a>
7+
18
# How to get your App token
29

310
Implement the required parts of the App activation process and receive an App access token for querying your PIM API.

content/tutorials/guides/how-to-retrieve-pim-structure.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a href="/tutorials/homepage.html" class="back-button">
2+
<button>
3+
<img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
4+
All guided tutorials
5+
</button>
6+
</a>
7+
18
# How to retrieve PIM structure
29

310
Retrieve the PIM structure through a channel resource. This is usually the required step before starting to read the PIM catalog data.

src/partials/guided-tutorials.handlebars

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
{{#> layout title=title }}
33
<div class="container">
44
<div class="row guided-tutorials">
5-
<div class="col-sm-offset-4 col-sm-8 col-xs-12">
6-
<a href="/tutorials/homepage.html" class="back-button">
7-
<button>
8-
<img src="/img/icons/icon--arrow-back.svg" style="margin-right: 10px;">
9-
All guided tutorials
10-
</button>
11-
</a>
12-
</div>
135
{{{mainContent}}}
146
</div>
157
</div>

0 commit comments

Comments
 (0)