Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit f4d1e8c

Browse files
author
Johannes Landgraf
authored
[docs] Add next steps in the getting started section (#898)
1 parent b1e2bcd commit f4d1e8c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/docs/getting-started.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@ For example, try opening [Vuepress](https://gitpod.io/#https://github.com/vuejs/
4141

4242
## Gitpodified Open Source Projects {#gitpodified-open-source-project}
4343

44-
We all know that setting up a local dev environment for a contribution to your favourite OSS project can be daunting. Luckily there are already numerous projects out there that gitpodified their repositories allowing everyone to contribute with a single click. With [contribute.dev](https://contribute.dev/) we even made a website to list them.
44+
Setting up a local dev environment for a contribution to your favourite OSS project can be daunting. Luckily there are already numerous projects out there that gitpodified their repositories allowing everyone to contribute with a single click. With [contribute.dev](https://contribute.dev/) we even made a website to list them.
4545

46-
For example try opening some of our favorite OSS projects out there:
46+
See for yourself and try opening some of our favorite OSS projects out there:
4747
- [freeCodeCamp](https://gitpod.io/#https://github.com/freeCodeCamp/freeCodeCamp)
4848
- [Prometheus](https://gitpod.io/#https://github.com/prometheus/prometheus)
4949
- [GitLab](https://gitpod.io/#https://gitlab.com/gitlab-org/gitlab)
50-
- [Forem](https://gitpod.io/#https://github.com/thepracticaldev/dev.to) powering dev.to
50+
- [Forem](https://gitpod.io/#https://github.com/forem/forem) powering [dev.to](https://dev.to/)
51+
- [Nushell](https://gitpod.io/#https://github.com/nushell/nushell)
52+
53+
## Next Steps
54+
55+
With Gitpod you start treating your dev environments as something ephemeral: you start them, you code, you push your code, and you forget about them. For your next task, you'll use a fresh dev environment.
56+
57+
🛠 [Gitpodify your first project!](https://www.gitpod.io/docs/configuration/)

src/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Only with [prebuilds enabled](https://www.gitpod.io/docs/prebuilds/#enable-prebu
6161

6262
More on [prebuilds](https://www.gitpod.io/docs/prebuilds/).
6363

64-
### Next steps
64+
### Next Steps
6565

6666
With Gitpod you start treating your dev environments as something ephemeral: you start them, you code, you push your code, and you forget about them. For your next task, you'll use a fresh dev environment.
6767

0 commit comments

Comments
 (0)