Skip to content

Commit ca203bb

Browse files
committed
📝 Small docs changes
1 parent c5d30f9 commit ca203bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ Dashy was made possible thanks to the following packages and components. For mor
562562

563563
> For full development documentation, see: [**Developing**](./docs/developing.md)
564564

565-
[![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)
565+
[![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)
566+
[![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)
567+
[![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)
566568

567569
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.
568570

docs/developing.md

+2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ When you submit your PR, include the required info, by filling out the PR templa
145145

146146
## Resources for Beginners
147147
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:
148+
- [Open Source for Beginners](https://opensource.guide/how-to-contribute/)
148149
- [Introduction to Vue.js](https://v3.vuejs.org/guide/introduction.html)
149150
- [Vue.js Walkthrough](https://www.taniarascia.com/getting-started-with-vue/)
151+
- [ES6 Features](https://github.com/lukehoban/es6features)
150152
- [Definitive guide to SCSS](https://blog.logrocket.com/the-definitive-guide-to-scss/)
151153
- [Complete beginners guide to Docker](https://docker-curriculum.com/)
152154
- [Docker Classroom - Interactive Tutorials](https://training.play-with-docker.com/)

docs/showcase.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
### Dashy Live
3434
> By [@Lissy93](https://github.com/lissy93)
35-
> A dashboard I made to manage all project development links from one place
35+
36+
> A dashboard I made to manage all project development links from one place. View demo at [live.dashy.to](https://live.dashy.to/).
3637
3738
![screenshot-dashy-live](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/showcase/10-dashy-live.png)
3839

0 commit comments

Comments
 (0)