From 8c727f91f47db2eece786d2d157f7293b64230c3 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 18 Jul 2022 15:48:32 +0300 Subject: [PATCH] docs: added deploy to netlify button for admin (#1865) * added deploy to netlify button * chore: fix docs test error (#1866) * added deploy to netlify button --- docs/content/admin/quickstart.md | 4 ++-- docs/content/deployments/admin/deploying-on-netlify.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/admin/quickstart.md b/docs/content/admin/quickstart.md index 86c1f24c46..d1ff1dbf95 100644 --- a/docs/content/admin/quickstart.md +++ b/docs/content/admin/quickstart.md @@ -12,11 +12,11 @@ If you’re not very familiar with Medusa’s architecture, you can learn more a ::: - +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/admin) ## Install the Admin diff --git a/docs/content/deployments/admin/deploying-on-netlify.md b/docs/content/deployments/admin/deploying-on-netlify.md index 2496fb1554..f6be655299 100644 --- a/docs/content/deployments/admin/deploying-on-netlify.md +++ b/docs/content/deployments/admin/deploying-on-netlify.md @@ -2,9 +2,9 @@ In this document, you’ll learn how to deploy the Medusa Admin on [Netlify](https://www.netlify.com/). - +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/admin) ## Prerequisites