Skip to content

Commit 7e8fe50

Browse files
authored
Merge pull request #984 from akeneo/Clean-api-doc-03
Update Homepage content
2 parents 42f0c58 + 43eaf15 commit 7e8fe50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/index.handlebars

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@
7777
<div class="row">
7878
<div class="col-lg-offset-1 col-lg-10">
7979
<div class="row">
80-
<!-- medium, and large screens -->
80+
<!-- medium, and large screens -->
8181
<div class="hidden-xs hidden-sm col-md-5 col-lg-4">
8282
<h2 class="text-right" style="margin-top: 30px;">APIs, the <b><em>BEST</em></b> way<br/>to connect your PIM</h2>
83-
<p class="text-right">Do you need to build a middleware<br/> to connect your PIM with a third-party?<br/>We got you covered with this tutorial.</p>
83+
<p class="text-right">Do you need to build a <a href="/apps/overview.html#why-apps-over-connectors"><b>Connector</b><br>(instead of an App</a>) to connect<br>your PIM with a third-party?<br/>We got you covered with this tutorial.</p>
8484
<a class="btn btn-primary pull-right" href="/getting-started/connect-the-pim-4x/welcome.html">Start here!</a>
8585
<a class="btn btn-primary btn-ghost pull-right" href="/documentation/why-the-api.html">Discover why</a>
8686
</div>
8787
<div class="hidden-xs hidden-sm col-md-7 col-lg-8">
8888
<img class="img-responsive" alt="Build amazing tools on top of your favorite PIM" src="/img/illustrations/illus--build_amazing_tools.svg" style="max-height: 320px;">
8989
</div>
9090

91-
<!-- small screens: iPad -->
91+
<!-- small screens: iPad -->
9292
<div class="hidden-xs hidden-md hidden-lg col-sm-6">
9393
<h2 class="text-right">APIs, the <b><em>BEST</em></b> way<br/>to connect your PIM</h2>
94-
<p class="text-right">Do you need to build a middleware to connect your PIM with a third-party? We got you covered with this tutorial.</p>
94+
<p class="text-right">Do you need to build a <a href="/apps/overview.html#why-apps-over-connectors"><b>Connector</b><br>(instead of an App</a>) to connect<br>your PIM with a third-party? We got you covered with this tutorial.</p>
9595
<a class="btn btn-primary pull-right" href="/getting-started/connect-the-pim-4x/welcome.html">Start here!</a>
9696
<a class="btn btn-primary btn-ghost pull-right" href="/documentation/why-the-api.html">Discover why</a>
9797
</div>
@@ -105,7 +105,7 @@
105105
</div>
106106
<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
107107
<h2 class="text-center" style="margin-top: 30px;">APIs, the <b><em>BEST</em></b> way<br/>to connect your PIM</h2>
108-
<p class="text-center">Need to build a middleware to connect your PIM to a third-party? We got you covered with this tutorial.</p>
108+
<p class="text-center">Need to build a <a href="/apps/overview.html#why-apps-over-connectors"><b>Connector</b><br>(instead of an App</a>) to connect<br>your PIM to a third-party? We got you covered with this tutorial.</p>
109109
<a class="btn btn-primary btn-ghost center-block" style="width: fit-content;" href="/documentation/why-the-api.html">Discover why</a>
110110
<a class="btn btn-primary center-block" style="width: fit-content; margin-top: 5px;" href="/getting-started/connect-the-pim-4x/welcome.html">Start here!</a>
111111
</div>
@@ -226,7 +226,7 @@
226226
</div>
227227
<p class="text-center">You are used to REST API, events and web-hooks, and you want to directly start coding? Here is the list of our REST API endpoints and event types</br>we specially crafted for you</br>with love. ❤️</p>
228228
<a class="text-rest btn btn-primary btn-ghost center-block btn-rest" href="/api-reference-index.html">GO for REST API</a>
229-
<a class="text-events btn btn-primary btn-ghost center-block btn-events" href="/events-reference/events-reference-serenity/products.html" style="margin-top: 10px;">GO for EVENTS</a>
229+
<a class="text-events btn btn-primary btn-ghost center-block btn-events" href="/event-platform/api-reference.html" style="margin-top: 10px;">GO for EVENTS</a>
230230
</div>
231231
</div>
232232
<div class="row">

0 commit comments

Comments
 (0)