Skip to content

Commit 8ac0ba5

Browse files
update
1 parent ac0091f commit 8ac0ba5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

content/apps/apps-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ We strongly encourage you to adapt those examples with the framework or library
2020
:::
2121

2222
::: tips
23-
Reminder: our documentation is [open-source](https://github.com/akeneo/pim-api-docs).
23+
Reminder: our documentation is [open-sourced](https://github.com/akeneo/pim-api-docs).
2424
Feel free to contribute with languages we're not experts at.
2525
:::
2626

2727
## Requirements
28-
- You have a [Partner account](https://www.akeneo.com/technology-partners/) and a developer sandbox [contact us](https://www.akeneo.com/contact/)
28+
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
2929
- You understand [what's an Akeneo App](/apps/apps-getting-started.html#whats-an-akeneo-app) and [how they fit into Akeneo PXM Studio](/apps/apps-getting-started.html#how-apps-fit-into-akeneo-pxm-studio)
3030

3131
## Step 1: Expose your activation and callback URLs

content/apps/authentication-and-authorization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ After you've completed this tutorial, you'll be able to authorize an app created
5151

5252
### Requirements
5353

54-
- You have a [Partner account](https://www.akeneo.com/technology-partners/) and a developer sandbox [contact us](https://www.akeneo.com/contact/).
54+
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
5555
- You're familiar with the [OAuth 2.0 flow](/apps/authentication-and-authorization.html#oauth-20) in Akeneo
5656

5757
### Step 1: Generate API credentials
@@ -253,7 +253,7 @@ After you've completed this tutorial, you'll be able to authenticate users comin
253253

254254
### Requirements
255255

256-
- You have a [Partner account](https://www.akeneo.com/technology-partners/) and a developer sandbox [contact us](https://www.akeneo.com/contact/).
256+
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
257257
- You're familiar with [OpenID connect](https://openid.net/connect/)
258258
- You're familiar with the [app authentication process](/apps/authentication-and-authorization.html#getting-started-with-oauth-20)
259259

content/apps/catalogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ After completing this tutorial, you'll be able to create and use catalogs to ret
4646

4747
### Requirements
4848

49-
- You have a [Partner account](https://www.akeneo.com/technology-partners/) and a developer sandbox [contact us](https://www.akeneo.com/contact/).
50-
- Your app already manages the authorization process.
49+
- You have your [App developer starter kit](/apps/quick-start.html#app-developer-starter-kit)
50+
- Your app already manages the authorization process
5151

5252
### Step 1: Ask for catalog scopes
5353

content/apps/quick-start.md renamed to content/apps/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started
1+
# Overview
22

33
Before you start planning and developing your app, it's essential to understand what Akeneo apps do and how they fit into Akeneo PIM.
44

@@ -62,9 +62,9 @@ Before starting to develop your app, we advise you to:
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

65-
Then, you can [contact us](https://www.akeneo.com/contact/) to get:
66-
- A dedicated Akeneo PIM Enterprise Edition SaaS sandbox
67-
- An access to our [support portal](https://apps-support.akeneo.com/) to easily ask questions, send suggestions or report a bug.
65+
Then, you can [contact us](https://www.akeneo.com/contact/) to get your **App developer starter kit**:
66+
- A developer sandbox with our [Serenity Enterprise version](https://help.akeneo.com/pim/serenity/versions-in-detail.html)
67+
- An access to our [support portal](https://apps-support.akeneo.com/) to easily ask questions, send suggestions or report a bug
6868

6969
## Publish your app
7070

tasks/build-doc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ gulp.task('build-events-api', ['clean-dist','less'], function () {
577577

578578
gulp.task('build-apps', ['clean-dist','less'], function () {
579579
var pages = {
580-
'quick-start.md': 'Getting started',
580+
'overview.md': 'Overview',
581581
'apps-getting-started.md': 'Create an app',
582582
'authentication-and-authorization.md': 'Authentication and authorization',
583583
'catalogs.md': 'Catalogs for Apps (beta)',

0 commit comments

Comments
 (0)