Add links to docs from main readme (#123)
* Add links to docs from main readme * Update README.md Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com> Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
This commit is contained in:
parent
49b9c6e75b
commit
f4b0128175
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ npm i @saleor/app-sdk
|
||||||
- [Protected Views](./docs/protected-views.md) - protecting access to App outside of 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 enabled App communicating between one or more Saleor instances
|
||||||
- [Debugging](./docs/debugging.md) - how to debug app-sdk behaviour
|
- [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
|
||||||
|
- [Building a Webhook for async event](./docs/saleor-async-webhook.md) - how to build a webhook that reacts on [Saleor async event](https://docs.saleor.io/docs/3.x/developer/extending/apps/asynchronous-webhooks)
|
||||||
|
- [Settings Manager](./docs/settings-manager.md) - how to save App configuration (tokens, settings) in Saleor, without external database
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue