-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathtitle-description.json
62 lines (62 loc) · 2.97 KB
/
title-description.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"content_dir": "tutorials/homepage/homepage",
"title": "Guided tutorials",
"description": "Our guided tutorials take you through the steps of extracting the basic data from the PIM, and help you to become familiar with Akeneo PIM concepts at the same time!"
},
{
"content_dir": "tutorials/guides/how-to-get-your-app-token",
"title": "How to get your access token",
"description": "Implement the required parts of the App activation process and receive an App access token for querying your PIM API."
},
{
"content_dir": "tutorials/guides/how-to-retrieve-pim-structure",
"title": "How to retrieve PIM structure",
"description": "Retrieve the PIM structure through a channel resource. This is usually the required step before starting to read the PIM catalog data."
},
{
"content_dir": "tutorials/guides/how-to-get-families-and-attributes",
"title": "How to get families, family variants, and attributes",
"description": "Families and attributes are the basis of an Akeneo catalog structure: get them before retrieving the products from the PIM."
},
{
"content_dir": "tutorials/guides/how-to-get-pim-product-information",
"title": "How to get PIM product information",
"description": "The product resources hold all the information about your PIM product. Getting them will be done in two steps"
},
{
"content_dir": "tutorials/guides/how-to-collect-product-variations",
"title": "How to collect product variations",
"description": "In the PIM we handle product models and product variations."
},
{
"content_dir": "tutorials/guides/how-to-get-pim-category-tree",
"title": "How to get pim category tree",
"description": "A category tree is typically a graph where nodes are categories with or without sub-categories. The first node - the root of the graph - is the root category of the category tree."
},
{
"content_dir": "apps/app-developer-tools",
"title": "App developer tools",
"description": "Getting Started with Sample Apps, API tools and Diving into an App"
},
{
"content_dir": "apps/homepage",
"title": "Apps",
"description": "Everything you need to start building Apps with Akeneo."
},
{
"content_dir": "apps/publish-your-app",
"title": "Publish your App",
"description": "The Akeneo App Store's growth is due to the community's contributions, but maintaining quality standards has become increasingly important, with requirements that extensions must meet to be approved."
},
{
"content_dir": "apps/create-custom-app",
"title": "Custom apps",
"description": "A custom app can be connected to a PIM without being published on the Akeneo App Store, allowing integrators to utilize app features to meet specific customer needs that are not covered by existing PIM features or Akeneo App Store apps."
},
{
"content_dir": "news/2023",
"title": "What’s new",
"description": "You'll find below all the updates of our SaaS offers. Enjoy!"
}
]