Skip to content

Commit bd2428a

Browse files
fix: replace IDX mentions with Firebase Studio + remove Gitpod (#13337)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
1 parent e35dfeb commit bd2428a

18 files changed

Lines changed: 26 additions & 27 deletions

src/content/docs/en/guides/cms/builderio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Things can sometimes go wrong when setting up the preview. If something's not ri
174174
* Make sure the site is live - for example, your dev server is running.
175175
* Make sure that the URLs match exactly - the one in your Astro project and the one set in the Builder app.
176176
* Make sure it's the full URL including the protocol, for example `https://`.
177-
* If you're working in a virtual environment like [IDX](https://idx.dev), [StackBlitz](https://stackblitz.com/), or [Gitpod](https://www.gitpod.io/), you might have to copy and paste the URL again when you restart your workspace, since this usually generates a new URL for your project.
177+
* If you're working in a virtual environment like [Firebase Studio](https://studio.firebase.google.com/) or [StackBlitz](https://stackblitz.com/), you might have to copy and paste the URL again when you restart your workspace, since this usually generates a new URL for your project.
178178

179179
For more ideas, read [Builder's troubleshooting guide](https://www.builder.io/c/docs/guides/preview-url-working).
180180
:::

src/content/docs/en/guides/cms/frontmatter-cms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ i18nReady: true
99
---
1010
import { FileTree } from '@astrojs/starlight/components';
1111

12-
[Front Matter CMS](https://frontmatter.codes/) brings the CMS to your editor, it runs within Visual Studio Code, Gitpod, and many more.
12+
[Front Matter CMS](https://frontmatter.codes/) brings the CMS to your editor, allowing you to create and preview content in real-time in Visual Studio Code.
1313

1414
## Integration with Astro
1515

src/content/docs/en/guides/migrate-to-astro/from-docusaurus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can pass a `--template` argument to the `create astro` command to start a ne
6868

6969
Astro's MDX integration is included by default, so you can [bring your existing content files to Starlight](https://starlight.astro.build/getting-started/#add-content) right away.
7070

71-
You can find Astro's docs starter, and other official templates, on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in IDX, StackBlitz, CodeSandbox and Gitpod online development environments.
71+
You can find Astro's docs starter, and other official templates, on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in Firebase Studio, StackBlitz, and CodeSandbox online development environments.
7272

7373
## Community Resources
7474

src/content/docs/en/guides/migrate-to-astro/from-eleventy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can pass a `--template` argument to the `create astro` command to start a ne
6262

6363
Your Eleventy project allowed you to use a variety of templating languages to build your site. In an Astro project, your page templating will mostly be achieved with Astro components, which can be used as UI elements, layouts and even full pages. You may want to explore [Astro's component syntax](/en/basics/astro-components/) to see how to template in Astro using components.
6464

65-
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in IDX, StackBlitz, CodeSandbox and Gitpod online development environments.
65+
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in Firebase Studio, StackBlitz, and CodeSandbox online development environments.
6666

6767
## Community Resources
6868

src/content/docs/en/guides/migrate-to-astro/from-gatsby.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can pass a `--template` argument to the `create astro` command to start a ne
8080
Then, copy your existing Gatsby project files over to your new Astro project into a separate folder outside of `src`.
8181

8282
:::tip
83-
Visit https://astro.new for the full list of official starter templates, and links for opening a new project in IDX, StackBlitz, CodeSandbox, or Gitpod.
83+
Visit https://astro.new for the full list of official starter templates, and links for opening a new project in Firebase Studio, StackBlitz, or CodeSandbox.
8484
:::
8585

8686
### Install integrations (optional)

src/content/docs/en/guides/migrate-to-astro/from-gitbook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GitBook and Astro share some similarities that will help you migrate your projec
2626

2727
When you migrate your GitBook docs to Astro, you will notice some important differences:
2828

29-
- A GitBook site is edited using an online dashboard. In Astro, you will use a [code editor](/en/editor-setup/) and development environment to maintain your site. You can develop locally on your machine, or choose a cloud editor/development environment like IDX, StackBlitz, CodeSandbox, or Gitpod.
29+
- A GitBook site is edited using an online dashboard. In Astro, you will use a [code editor](/en/editor-setup/) and development environment to maintain your site. You can develop locally on your machine, or choose a cloud editor/development environment like Firebase Studio, StackBlitz, or CodeSandbox.
3030

3131
- GitBook stores your content in a database. In Astro, you will have individual files (typically Markdown or MDX) in your [project directory](/en/basics/project-structure/) for each page's content. Or, you can choose to use a [CMS for your content](/en/guides/cms/) and use Astro to fetch and present the data.
3232

src/content/docs/en/guides/migrate-to-astro/from-gridsome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Since Gridsome's project structure is similar to Astro's, you may be able to cop
6666

6767
Since Astro queries and imports your local files differently than Gridsome, you may want to read about how to load files using [`import.meta.glob()`](/en/guides/imports/#importmetaglob) to understand how to work with your local files.
6868

69-
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in IDX, StackBlitz, CodeSandbox and Gitpod online development environments.
69+
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in Firebase Studio, StackBlitz, and CodeSandbox online development environments.
7070

7171
## Community Resources
7272

src/content/docs/en/guides/migrate-to-astro/from-hugo.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Bring your existing Markdown (or MDX, with our optional integration) files as co
6464

6565
To continue to use dynamic content such as variables, expressions or UI components within your Markdown content, add Astro's optional MDX integration and convert your existing Markdown files to [MDX pages](/en/guides/markdown-content/). MDX supports YAML and TOML frontmatter, so you can keep your existing frontmatter properties. But, you must replace any shortcode syntax with [MDX's own syntax](https://mdxjs.com/docs/what-is-mdx/#mdx-syntax), which allows JSX expressions and/or component imports.
6666

67-
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in IDX, StackBlitz, CodeSandbox and Gitpod online development environments.
67+
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in Firebase Studio, StackBlitz, and CodeSandbox online development environments.
6868

6969
## Community Resources
7070

@@ -80,4 +80,4 @@ To convert other types of sites, such as a portfolio or documentation site, see
8080

8181
:::note[Have a resource to share?]
8282
If you found (or made!) a helpful video or blog post about converting a Hugo site to Astro, [add it to this list](https://github.com/withastro/docs/edit/main/src/content/docs/en/guides/migrate-to-astro/from-hugo.mdx)!
83-
:::
83+
:::

src/content/docs/en/guides/migrate-to-astro/from-jekyll.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Much of your existing HTML page content can be converted into [Astro pages](/en/
6464

6565
Astro does not have a `permalink` property that accepts placeholders. You may need to read more about [Astro's page routing](/en/guides/routing/) if you want to keep your existing URL structure. Or, consider [setting redirects at a host like Netlify](https://docs.netlify.com/routing/redirects/).
6666

67-
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in IDX, StackBlitz, CodeSandbox and Gitpod online development environments.
67+
To convert other types of sites, such as a portfolio or documentation site, see more official starter templates on [astro.new](https://astro.new). You'll find a link to each project's GitHub repository, as well as one-click links to open a working project in Firebase Studio, StackBlitz, and CodeSandbox online development environments.
6868

6969
## Community Resources
7070

src/content/docs/en/guides/migrate-to-astro/from-nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can pass a `--template` argument to the `create astro` command to start a ne
7878
Then, copy your existing Next project files over to your new Astro project in a separate folder outside of `src`.
7979

8080
:::tip
81-
Visit https://astro.new for the full list of official starter templates, and links for opening a new project in IDX, StackBlitz, CodeSandbox, or Gitpod.
81+
Visit https://astro.new for the full list of official starter templates, and links for opening a new project in Firebase Studio, StackBlitz, or CodeSandbox.
8282
:::
8383

8484
### Install integrations (optional)

0 commit comments

Comments
 (0)