From ca203bb8b87dc68b2e6c8757469d0f50bacf73bb Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 10 Oct 2021 21:18:59 +0100 Subject: [PATCH] :memo: Small docs changes --- README.md | 4 +++- docs/developing.md | 2 ++ docs/showcase.md | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37859ec7..ed464beb 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,9 @@ Dashy was made possible thanks to the following packages and components. For mor > For full development documentation, see: [**Developing**](./docs/developing.md) -[![Open Project in VS Code](https://img.shields.io/badge/Open_in-VS_Code-863cfc?style=for-the-badge&logo=visualstudiocode)](https://open.vscode.dev/Lissy93/Dashy) +[![Open Project in VS Code](https://img.shields.io/badge/Open_in-VS_Code-863cfc?style=flat-square&logo=visualstudiocode)](https://open.vscode.dev/Lissy93/Dashy) +[![Open in GitPod](https://img.shields.io/badge/Open_in-GitPod-ffae33?style=flat-square&logo=gitpod)](https://gitpod.io/#github.com/lissy93/dashy.git) +[![Open in GitHub Code Spaces](https://img.shields.io/badge/Open_in-Code%20Spaces-131313?style=flat-square&logo=github)](https://github.dev/Lissy93/dashy) Before getting started, you'll need [Git](https://git-scm.com/downloads), [Node](https://nodejs.org/en/download/) and optionally [Yarn](https://yarnpkg.com/) (run `npm i -g yarn`) installed. diff --git a/docs/developing.md b/docs/developing.md index 0efc497f..6f8ac2b0 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -145,8 +145,10 @@ When you submit your PR, include the required info, by filling out the PR templa ## Resources for Beginners New to Web Development? Glad you're here! Dashy is a pretty simple app, so it should make a good candidate for your first PR. Presuming that you already have a basic knowledge of JavaScript, the following articles should point you in the right direction for getting up to speed with the technologies used in this project: +- [Open Source for Beginners](https://opensource.guide/how-to-contribute/) - [Introduction to Vue.js](https://v3.vuejs.org/guide/introduction.html) - [Vue.js Walkthrough](https://www.taniarascia.com/getting-started-with-vue/) +- [ES6 Features](https://github.com/lukehoban/es6features) - [Definitive guide to SCSS](https://blog.logrocket.com/the-definitive-guide-to-scss/) - [Complete beginners guide to Docker](https://docker-curriculum.com/) - [Docker Classroom - Interactive Tutorials](https://training.play-with-docker.com/) diff --git a/docs/showcase.md b/docs/showcase.md index cd6da0c8..b25e4b11 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -32,7 +32,8 @@ ### Dashy Live > By [@Lissy93](https://github.com/lissy93) -> A dashboard I made to manage all project development links from one place + +> A dashboard I made to manage all project development links from one place. View demo at [live.dashy.to](https://live.dashy.to/). ![screenshot-dashy-live](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/showcase/10-dashy-live.png)