Skip to content

Commit b169f11

Browse files
chore: Remove Gitpod/Ona info (#12642)
Co-authored-by: Armand Philippot <[email protected]>
1 parent 27de679 commit b169f11

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.gitpod.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ Our Docs are translated into several languages and we rely on automation to noti
101101

102102
**Pages generated from outside sources**
103103

104-
Some of our English-language pages are generated from outside sources and maintained in another repo. Currently, these files are `configuration-reference.md` and all those under the `integrations-guide/` directory as well as our error messages.
105-
104+
Some of our English-language pages are generated from outside sources and maintained in another repo. Currently, these files are configuration-reference.md and all our error messages.
106105
The page's **Edit this page** button should redirect you to the file that should be changed. Alternatively, you can get the correct URL from the file's `githubURL` frontmatter property.
107106

108107
> **Note**
@@ -123,15 +122,15 @@ Every pull request needs to be reviewed by our contributors and approved by a ma
123122

124123
You can find more information about submitting your pull requests in our [contributor guides](https://contribute.docs.astro.build)
125124

126-
### Contribute PRs using an online code editor (e.g. StackBlitz, Codeflow, CodeSandbox, Gitpod)
125+
### Contribute PRs using an online code editor (e.g. StackBlitz, Codeflow, CodeSandbox)
127126

128127
Editing a local fork on GitHub.com is convenient for small text changes, but does not allow you to see a live preview of the site.
129128

130129
You can instead open your fork in an online IDE (integrated development environment) for a code editor and live preview without needing to set up any local development environment. Each online IDE has its own shortcut URL for opening an existing repository, and will allow you to create pull requests after you have made changes.
131130

132-
See specific instructions for opening an existing repository in [CodeSandbox](https://codesandbox.io/docs/importing#import-from-github), [StackBlitz](https://developer.stackblitz.com/docs/platform/importing-projects/#import-from-github), [Codeflow IDE](https://developer.stackblitz.com/codeflow/working-in-codeflow-ide) and [Gitpod](https://www.gitpod.io/docs/getting-started#start-your-first-workspace) on their respective websites.
131+
See specific instructions for opening an existing repository in [CodeSandbox](https://codesandbox.io/docs/importing#import-from-github), [StackBlitz](https://developer.stackblitz.com/docs/platform/importing-projects/#import-from-github) and [Codeflow IDE](https://developer.stackblitz.com/codeflow/working-in-codeflow-ide) on their respective websites.
133132

134-
Note that CodeSandbox and StackBlitz provide Astro syntax highlighting in their custom code editors, while Gitpod and Codeflow support the full [Astro VSCode extension](https://docs.astro.build/en/editor-setup/#vs-code).
133+
Note that CodeSandbox and StackBlitz provide Astro syntax highlighting in their custom code editors, while Codeflow supports the full [Astro VSCode extension](https://docs.astro.build/en/editor-setup/#vs-code).
135134

136135
### Contribute PRs by Developing Locally
137136

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ To all who come to this happy place: welcome.
66
This is the repo for [docs.astro.build](https://docs.astro.build/).
77
This repo contains all the source code we use to build our docs site.
88

9-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/withastro/docs)
109
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/withastro/docs)
1110
[![Open in Codeflow](https://developer.stackblitz.com/img/open_in_codeflow.svg)](https://pr.new/github.com/withastro/docs)
1211

0 commit comments

Comments
 (0)