Skip to content

Commit e329fef

Browse files
authored
Merge pull request #693 from akeneo/API-1947
feat(API-1947): Add 'All guided tutorials' button in each guided tutorials
2 parents b328269 + f260ac1 commit e329fef

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
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.

styles/guided-tutorial.less

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@
9898
box-sizing: border-box;
9999

100100
padding: 4px 12px;
101-
102-
/*width: 224px;*/
103-
/*height: 32px;*/
101+
margin-top: 70px;
104102

105103
background: #FFFFFF;
106104

@@ -119,6 +117,10 @@
119117
background-color: #F1F4F9;
120118
}
121119

120+
.back-button:hover {
121+
text-decoration: none;
122+
}
123+
122124
.tag-container, .tag-container-xs {
123125
margin-top: 27px;
124126
}
@@ -256,6 +258,10 @@
256258
line-height: 60px;
257259
}
258260

261+
.guided-tutorials h1 {
262+
margin-top: 40px;
263+
}
264+
259265
/********************* TILE ************************/
260266
.tile {
261267
position: relative;

0 commit comments

Comments
 (0)