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

Commit 475819e

Browse files
autofix-botjankeromnes
authored andcommitted
Autofix: trailing-spaces
1 parent 03c3c53 commit 475819e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/blog/root-docker-and-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image: /santa.jpg
77
teaserImage: /santa.jpg
88
---
99

10-
The team has been focussing on shipping some major new features, which mark important milestones on our goal to **eliminate all friction around maintaining dev environments**.
10+
The team has been focussing on shipping some major new features, which mark important milestones on our goal to **eliminate all friction around maintaining dev environments**.
1111

1212
> We are rolling out new features in [preview mode](/docs/feature-preview) first. So make sure to switch __Feature Preview__ on in [your settings](https://gitpod.io/settings/) if you want to try them out.
1313
@@ -34,7 +34,7 @@ With the new privileges you can now also run and build Docker images to start co
3434
3535
## VS Code and Other IDEs 🥂{#vs-code}
3636

37-
At Gitpod we want to help automate your dev environments, so that you are always ready-to-code. We believe you should not have to compromise in terms of what tools you use. Instead we make sure you get all your favourite tools readily configured and initialised for any project and task. Until today you had no choice but to use Theia, which is a great vendor-neutral IDE that leverages a lot of VS Code’s tech and provides a very similar UX. Still there are some differences in behaviour and compatibility so many users asked for supporting VS Code (and other IDEs as well).
37+
At Gitpod we want to help automate your dev environments, so that you are always ready-to-code. We believe you should not have to compromise in terms of what tools you use. Instead we make sure you get all your favourite tools readily configured and initialised for any project and task. Until today you had no choice but to use Theia, which is a great vendor-neutral IDE that leverages a lot of VS Code’s tech and provides a very similar UX. Still there are some differences in behaviour and compatibility so many users asked for supporting VS Code (and other IDEs as well).
3838

3939
Since today you can switch between VS Code and Theia in your settings. You can even bring your own web IDE though a docker image. This enables Gitpod to run other IDEs such as all the Jetbrains IDEs (using [projector](https://github.com/JetBrains/projector-server/blob/master/docs/Projector.md)), Jupyter Notebook, or Jupyter Lab. This feature is however currently still in a private beta, so you need to reach out in order to get access to that.
4040

src/docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
[Gitpod](https://www.gitpod.io) is an open source platform for automated and ready-to-code development environments that blends into your existing workflow.
3+
[Gitpod](https://www.gitpod.io) is an open source platform for automated and ready-to-code development environments that blends into your existing workflow.
44

55
> For an overview of Gitpod you should first read [Introduction to Gitpod](/docs/).
66
@@ -41,10 +41,10 @@ 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+
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.
4545

46-
For example try opening some of our favorite OSS projects out there:
46+
For example 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/thepracticaldev/dev.to) powering dev.to

src/docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Introduction to Gitpod
22

3-
[Gitpod](https://www.gitpod.io) is an open source platform for automated and **ready-to-code development environments** that blends into your existing workflow. It enables developers to describe their dev environment as code and **start instant and fresh development environments for each new task** directly from your browser.
3+
[Gitpod](https://www.gitpod.io) is an open source platform for automated and **ready-to-code development environments** that blends into your existing workflow. It enables developers to describe their dev environment as code and **start instant and fresh development environments for each new task** directly from your browser.
44

55
### Gitpod does to Dev Environments what Docker did to Servers 🐳
66

7-
Today we are emotionally attached (for better or worse) to our dev environments, give them names & massage them over time. They are pets - similar to servers before docker took advantage of `namespaces` and `cgroups` in Linux and turned these nice puppies into cattle.
7+
Today we are emotionally attached (for better or worse) to our dev environments, give them names & massage them over time. They are pets - similar to servers before docker took advantage of `namespaces` and `cgroups` in Linux and turned these nice puppies into cattle.
88

9-
With Gitpod it is the same - we treat dev environments as automated resources you can spin up when you need them and close down (and forget about) when you are done with your task. Dev environments become fully automated and ephemeral. Only then you are **always ready-to-code** - immediately creative, immediately productive with the click of a button and without any friction.
9+
With Gitpod it is the same - we treat dev environments as automated resources you can spin up when you need them and close down (and forget about) when you are done with your task. Dev environments become fully automated and ephemeral. Only then you are **always ready-to-code** - immediately creative, immediately productive with the click of a button and without any friction.
1010

1111
This is what is at the heart of Gitpod: **an open platform that removes all friction of manually setting up and maintaining dev environments** allowing yourself and your team to build applications quicker and more collaboratively.
1212

@@ -18,7 +18,7 @@ Gitpod seamlessly integrates in your workflow and works with all major git hosti
1818

1919
![gitpod-architecture](./images/gitpod-architecture.png)
2020

21-
At its core Gitpod relies on a **client-server architecture** where the client can either be:
21+
At its core Gitpod relies on a **client-server architecture** where the client can either be:
2222

2323
- **Any device** with a browser and internet connection (Gitpod works with Chrome, Firefox, Safari, Edge and other Chromium-based browsers)
2424
- Your **local machine** via local VS Code, IntelliJ or simply your shell/terminal where you SSH into your Gitpod workspace (*expected to be released in early Q1/2021*)
@@ -53,11 +53,11 @@ Learn more about how to configure your repository [here](https://www.gitpod.io/d
5353

5454
#### ⚡️ Prebuilds {#prebuilds}
5555

56-
Gitpod continuously builds *all* your git branches like a CI server. Whenever your code changes (e.g. when new commits are pushed to your repository), Gitpod can prebuild workspaces, i.e. run the `init` commands in your `.gitpod.yml` before you even start a workspace.
56+
Gitpod continuously builds *all* your git branches like a CI server. Whenever your code changes (e.g. when new commits are pushed to your repository), Gitpod can prebuild workspaces, i.e. run the `init` commands in your `.gitpod.yml` before you even start a workspace.
5757

5858
Then, when you do create a new workspace on a branch, or Pull/Merge Request, for which a prebuild exists, this workspace will load much faster, because all dependencies will have been already downloaded ahead of time and your code will be already compiled.
5959

60-
Only with [prebuilds enabled](https://www.gitpod.io/docs/prebuilds/#enable-prebuilt-workspaces) your dev environment can turn fully ephemeral.
60+
Only with [prebuilds enabled](https://www.gitpod.io/docs/prebuilds/#enable-prebuilt-workspaces) your dev environment can turn fully ephemeral.
6161

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

src/docs/languages/deno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deno in Gitpod
22

3-
It's easy to set up Deno in Gitpod.
3+
It's easy to set up Deno in Gitpod.
44

55
## Setting up the Dockerfile
66

src/pages/gitpod-vs-github-codespaces.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const StyledGitpodVsGitHubCodespacesPage = styled.div`
7070
`
7171

7272
const GitpodVsGitHubCodespacesPage = () => (
73-
<IndexLayout title="Gitpod vs GitHub Codespaces"
74-
description="Gitpod is the faster, more powerful open-source platform that integrates with your individual stack."
73+
<IndexLayout title="Gitpod vs GitHub Codespaces"
74+
description="Gitpod is the faster, more powerful open-source platform that integrates with your individual stack."
7575
canonical="gitpod-vs-github-codespaces"
7676
ogImage="https://www.gitpod.io/octocat-gitpod-hat.jpg">
7777
<StyledGitpodVsGitHubCodespacesPage>

0 commit comments

Comments
 (0)