Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar authored Aug 8, 2023
1 parent 5c56cf5 commit 16abd68
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ SDK for building great [Saleor Apps](https://github.com/saleor/apps).

## 🚨 Alpha phase

App SDK is on early, alpha stage at the moment. Every API below 1.x.x release is likely to change.
App SDK is in the early stage at the moment. Every API below 1.x.x release is likely to change.

Feel free to play with SDK and to move its code to your app directly
Feel free to play with SDK and move its code directly to your app.

## Installing

Expand All @@ -30,13 +30,12 @@ npm i @saleor/app-sdk
## Docs

- [AppBridge](./docs/app-bridge.md) - communication layer between Saleor App and Dashboard
- [Protected Views](./docs/protected-views.md) - protecting access to App outside of Dashboard
- [APL](./docs/apl.md) - an interface that enabled App communicating between one or more Saleor instances
- [APL](./docs/apl.md) - an interface that enables App communication between one or more Saleor instances
- [Debugging](./docs/debugging.md) - how to debug app-sdk behaviour
- [Next.js API Handlers](./docs/api-handlers.md) - factories for building Next.js API routes
- [Protected Views](./docs/protected-views.md) - how to ensure a page is visible only in Dashboard context
- [Protected Views](./docs/protected-views.md) - ensure the page can render only inside the Dashboard
- [Building a Webhook](./docs/saleor-webhook.md) - how to build a webhook that reacts on [Saleor async events](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks) or [Saleor sync events](https://docs.saleor.io/docs/3.x/developer/extending/apps/synchronous-webhooks/key-concepts)
- [Settings Manager](./docs/settings-manager.md) - how to save App configuration (tokens, settings) in Saleor, without external database
- [Settings Manager](./docs/settings-manager.md) - how to save App configuration (tokens, settings) in Saleor, without an external database

## Development

Expand Down

0 comments on commit 16abd68

Please sign in to comment.