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
This commit is contained in:
Shahed Nasser
2022-07-18 15:48:32 +03:00
committed by GitHub
parent 6ed97e2ae0
commit 8c727f91f4
2 changed files with 4 additions and 4 deletions

View File

@@ -12,11 +12,11 @@ If youre not very familiar with Medusas architecture, you can learn more a
:::
<!-- ## Instant Deployment to Netlify
## Instant Deployment to Netlify
Instead of manually following this guide to install then later deploy the Medusa Admin, you can deploy the Medusa Admin to Netlify with this button:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/admin) -->
[![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

View File

@@ -2,9 +2,9 @@
In this document, youll learn how to deploy the Medusa Admin on [Netlify](https://www.netlify.com/).
<!-- Alternatively, you can use this button to deploy the Medusa Admin to Netlify directly:
Alternatively, you can use this button to deploy the Medusa Admin to Netlify directly:
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/admin) -->
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/admin)
## Prerequisites