Skip to content

Commit 523ed80

Browse files
authored
Merge pull request #730 from akeneo/API-1892-implement-new-site-tree-for-api-doc
API-1892: Implement new menu
2 parents 676e296 + 6fed820 commit 523ed80

15 files changed

+264
-274
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
<h1>App concepts and use cases</h1>
2+
<div class="row">
3+
<div class="col-xs-12">
4+
<p>What are we going to connect to the PIM today?</p>
5+
<div class="row">
6+
<div class="col-sm-6">
7+
<div class="panel panel-info panel-btn">
8+
<a href="/guides/dam-connection/introduction.html">
9+
<div class="panel-body">
10+
<div class="row">
11+
<div class="col-xs-offset-4 col-xs-4 col-sm-offset-2 col-sm-8">
12+
<img width="100%" src="/img/illustrations/illus--dam-connection.svg"></img>
13+
</div>
14+
</div>
15+
<h2 class="text-center">A DAM</h2>
16+
<p class="text-center">You may want to connect your Digital Asset Manager to the PIM in order to easily be able to link your product assets to the right product in the PIM.</p>
17+
</div>
18+
</a>
19+
</div>
20+
</div>
21+
<div class="col-sm-6">
22+
<div class="panel panel-info panel-btn">
23+
<a href="/guides/ecommerce-connection/introduction.html">
24+
<div class="panel-body">
25+
<div class="row">
26+
<div class="col-xs-offset-4 col-xs-4 col-md-offset-2 col-md-8">
27+
<img width="100%" src="/img/illustrations/illus--ecommerce-connection.svg"></img>
28+
</div>
29+
</div>
30+
<h2 class="text-center">An eCommerce solution</h2>
31+
<p class="text-center">You may want to connect the PIM to your eCommerce solution in order to populate your eCommerce website(s) with your products, categories, assets...</p>
32+
</div>
33+
</a>
34+
</div>
35+
</div>
36+
</div>
37+
<div class="row">
38+
<div class="col-sm-6">
39+
<div class="panel panel-info panel-btn">
40+
<a href="/guides/translation-connection/introduction.html">
41+
<div class="panel-body">
42+
<div class="row">
43+
<div class="col-xs-offset-4 col-xs-4 col-md-offset-2 col-md-8">
44+
<img width="100%" src="/img/illustrations/illus--translation-connection.svg"></img>
45+
</div>
46+
</div>
47+
<h2 class="text-center">A translation solution</h2>
48+
<p class="text-center">You may want to connect your translation solution to the PIM in order to add a translation feature to Akeneo PIM and thus improve the user experience!</p>
49+
</div>
50+
</a>
51+
</div>
52+
</div>
53+
<div class="col-sm-6">
54+
<div class="panel panel-info panel-btn">
55+
<a href="/guides/erp-connection/introduction.html">
56+
<div class="panel-body">
57+
<div class="row">
58+
<div class="col-xs-offset-4 col-xs-4 col-sm-offset-2 col-sm-8 ">
59+
<img width="100%" src="/img/illustrations/illus--erp-connection.svg"></img>
60+
</div>
61+
</div>
62+
<h2 class="text-center">An ERP</h2>
63+
<p class="text-center">Every day, new products are referenced in your ERP. You may want to automatically send them to the PIM in order to start with their enrichment process.</p>
64+
</div>
65+
</a>
66+
</div>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-sm-6">
71+
<div class="panel panel-info panel-btn">
72+
<a href="/guides/syndication-connection/introduction.html">
73+
<div class="panel-body">
74+
<div class="row">
75+
<div class="col-xs-offset-4 col-xs-4 col-md-offset-2 col-md-8">
76+
<img width="100%" src="/img/illustrations/illus--syndication-connection.svg"></img>
77+
</div>
78+
</div>
79+
<h2 class="text-center">A syndication solution</h2>
80+
<p class="text-center">Maximize the business’s revenue of your customers by creating an App to distribute PIM products to different channels via your syndication solution.</p>
81+
</div>
82+
</a>
83+
</div>
84+
</div>
85+
<div class="col-sm-6">
86+
<div class="panel panel-info panel-btn">
87+
<a href="/guides/print-connection/introduction.html">
88+
<div class="panel-body">
89+
<div class="row">
90+
<div class="col-xs-offset-4 col-xs-4 col-sm-offset-2 col-sm-8 ">
91+
<img width="100%" src="/img/illustrations/illus--print-connection.svg"></img>
92+
</div>
93+
</div>
94+
<h2 class="text-center">A print solution</h2>
95+
<p class="text-center">You may want to connect the PIM to your print solution in order to automate the creation of paper catalogs, PDF documents, product sheets...</p>
96+
</div>
97+
</a>
98+
</div>
99+
</div>
100+
</div>
101+
</div>
102+
</div>
File renamed without changes.

content/apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Want to know more about the app certification? [Contact us](https://www.akeneo.c
5858

5959
Before starting to develop your app, we advise you to:
6060
- Learn [how users connect their PIM with apps](https://help.akeneo.com/pim/serenity/articles/how-to-connect-my-pim-with-apps.html) and [how they manage their connected apps](https://help.akeneo.com/pim/serenity/articles/manage-your-apps.html)
61-
- Read our [guides](https://api.akeneo.com/guides-index.html) to better understand Akeneo and be aware of best pratices
61+
- Read our [guides](/apps/app-concepts-and-use-cases.html) to better understand Akeneo and be aware of best pratices
6262
- Check our REST API [Reference](https://api.akeneo.com/api-reference-index.html) & [basics](https://api.akeneo.com/documentation/introduction.html)
6363
- Use our [developer tools](https://api.akeneo.com/apps/app-developer-tools.html)
6464

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL=/apps/app-concepts-and-use-cases.html" />
5+
<!-- Hotjar Tracking Code for https://api.akeneo.com/ -->
6+
<script>
7+
(function(h,o,t,j,a,r){
8+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
9+
h._hjSettings={hjid:2599654,hjsv:6};
10+
a=o.getElementsByTagName('head')[0];
11+
r=o.createElement('script');r.async=1;
12+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
13+
a.appendChild(r);
14+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
15+
</script>
16+
</head>
17+
<body>
18+
<script>
19+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
20+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
21+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
22+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
23+
24+
ga('create', 'UA-35417741-5', 'auto');
25+
ga('send', 'pageview');
26+
</script>
27+
</body>
28+
</html>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL=/apps/homepage.html" />
5+
<!-- Hotjar Tracking Code for https://api.akeneo.com/ -->
6+
<script>
7+
(function(h,o,t,j,a,r){
8+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
9+
h._hjSettings={hjid:2599654,hjsv:6};
10+
a=o.getElementsByTagName('head')[0];
11+
r=o.createElement('script');r.async=1;
12+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
13+
a.appendChild(r);
14+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
15+
</script>
16+
</head>
17+
<body>
18+
<script>
19+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
20+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
21+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
22+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
23+
24+
ga('create', 'UA-35417741-5', 'auto');
25+
ga('send', 'pageview');
26+
</script>
27+
</body>
28+
</html>

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ gulp.task('create-dist', [
5050
'build-getting-started',
5151
'build-events-reference-page',
5252
'build-apps',
53-
'build-apps-homepage',
54-
'build-redirections',
5553
'build-tutorials-homepage',
5654
'build-tutorials',
5755
'build-news',
56+
'build-redirections',
5857
]);
5958

6059
// Main task that should be used for development purpose

src/api-reference/index.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{#> layout title="REST API reference" active_api_reference=true }}
1+
{{#> layout title="REST API reference" active_api_resources=true }}
22
<div class="container">
33
<div class="row">
44
<div class="col-xs-12">

src/api-reference/reference.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{#> layout title="REST API reference" active_api_reference=true }}
1+
{{#> layout title="REST API reference" active_api_resources=true }}
22
<div class="container">
33
<div class="row">
44
<div class="col-xs-12">

0 commit comments

Comments
 (0)