docs: combine endpoints documentations (#2396)

* docs: combined endpoint docs

* fixed links
This commit is contained in:
Shahed Nasser
2022-10-10 15:55:39 +03:00
committed by GitHub
parent a23ecf4724
commit 9bc57abca3
7 changed files with 264 additions and 449 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ Alternatively, you can build your own storefront with any frontend framework of
## Whats Next
- Customize your Medusa server by creating your own [endpoints](./advanced/backend/endpoints/add-storefront.md), [services](./advanced/backend/services/create-service.md), and [subscribers](./advanced/backend/subscribers/create-subscriber.md).
- Customize your Medusa server by creating your own [endpoints](./advanced/backend/endpoints/add.md), [services](./advanced/backend/services/create-service.md), and [subscribers](./advanced/backend/subscribers/create-subscriber.md).
- Check out guides under the Integrations section to install plugins for [CMS](./add-plugins/strapi.md), [Payment](./add-plugins/stripe.md), [Search Engines](./add-plugins/algolia.md), and more.
- Deploy your Medusa server in seconds on [Heroku](deployments/server/deploying-on-heroku.mdx), [Qovery](deployments/server/deploying-on-qovery.md), or [Digital Ocean](deployments/server/deploying-on-digital-ocean.md).