diff --git a/app.json b/app.json index 2ee6d7a6..8b8b61ed 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "name": "Dashy", "description": "A Dashboard for your Homelab 🚀", "repository": "https://github.com/lissy93/dashy", - "logo": "https://github.com/Lissy93/dashy/blob/master/docs/assets/logo.png", + "logo": "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png", "keywords": [ "node", "vue", diff --git a/docs/getting-started.md b/docs/getting-started.md index 1c0bd4b4..c80eef7a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,16 +1,16 @@ # Getting Started - [Deployment](#deployment) - - [1-Click Deploy](#1-click-deploy) - [Deploy with Docker](#deploy-with-docker) - [Deploy from Source](#deploy-from-source) + - [Deploy to Cloud Service](#deploy-to-cloud-service) - [Usage](#usage) - [Providing Assets](#providing-assets) - [Basic Commands](#basic-commands) - [Updating](#updating) - [Updating Docker Container](#updating-docker-container) - - [Automating Docker Updates](#automating-docker-updates) - - [Updating from Source](#updating-from-source) + - [Automating Docker Updates](#automatic-docker-updates) + - [Updating from Source](#updating-dashy-from-source) ## Deployment @@ -54,14 +54,14 @@ If you do not want to use Docker, you can run Dashy directly on your host system 4. Build: `yarn build` 5. Run: `yarn start` -### Cloud Deployments +### Deploy to Cloud Service Dashy supports 1-Click deployments on several popular cloud platforms. #### Netlify [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/lissy93/dashy) -Netlify offers Git-based serverless cloud hosting for web applications. Their services are free to use for personal use, and they support deployment from both public and private repos, as well as direct file upload. +[Netlify](https://www.netlify.com/) offers Git-based serverless cloud hosting for web applications. Their services are free to use for personal use, and they support deployment from both public and private repos, as well as direct file upload. To deploy Dashy to Netlify, use the following link ``` diff --git a/netlify.toml b/netlify.toml index 9492c30c..0410b7b2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,5 @@ STATUSKIT_PAGE_TITLE = "Dashy" STATUSKIT_COMPANY_LOGO = "https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/logo.png" STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.as93.net" - STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs" \ No newline at end of file + STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs" + \ No newline at end of file