Skip to content

Commit 5a04f22

Browse files
fix
1 parent 82969a2 commit 5a04f22

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/apps/apps-getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,14 @@ Examples in this tutorial use languages without any framework or library and, co
9292
We strongly encourage you to adapt those examples with the framework or library of your choice.
9393
:::
9494

95+
::: tips
96+
Reminder: our documentation is [open-source](https://github.com/akeneo/pim-api-docs).
97+
Feel free to contribute with languages we're not experts at.
98+
:::
99+
95100
### Requirements
96-
- You have a Partner account and a developer sandbox.
97-
- You understand what's an Akeneo App and how they fit into Akeneo PXM Studio
98-
- You've installed a PHP version >= 7.4 and Composer.
101+
- You have a Partner account and a developer sandbox
102+
- 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)
99103

100104
### Step 1: Expose your activation and callback URLs
101105

@@ -121,10 +125,6 @@ You can find more information about the authorization process and code challenge
121125
- [What's the code challenge?](/apps/authentication-and-authorization.html#whats-the-code-challenge)
122126
:::
123127

124-
::: tips
125-
Reminder: our documentation is [open-source](https://github.com/akeneo/pim-api-docs). Feel free to contribute with languages we're not experts at.
126-
:::
127-
128128
### Step 2: Get a public URL for your in development App
129129

130130
Before proceeding to step 4 create a test App in your developer sandbox, you will need valid URLs to your App. This can be easily resolved with a tunnel to your localhost.

content/apps/authentication-and-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ After you've completed this tutorial, you'll be able to authenticate users comin
255255

256256
- You have a Partner account and a developer sandbox.
257257
- You're familiar with [OpenID connect](https://openid.net/connect/)
258-
- You're familiar with the [app authentication process](link to the previous section)
258+
- You're familiar with the [app authentication process](/apps/authentication-and-authorization.html#getting-started-with-oauth-20)
259259

260260
### Step 1: Ask for authentication scopes
261261

content/apps/catalogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When your app uses catalogs to retrieve product data, it automatically enables t
1717
### Next steps
1818

1919
- Learn [how to create and use catalogs](/apps/catalogs.html#getting-started-with-catalogs)
20-
- Discover how users configure catalogs in the Akeneo PXM Studio `add link`
20+
- Discover how users configure catalogs in the Akeneo PXM Studio <!-- TODO Add link -->
2121

2222
## Getting started with catalogs
2323

0 commit comments

Comments
 (0)