Skip to content

fix: replace IDX mentions with Firebase Studio + remove Gitpod#13337

Merged
ArmandPhilippot merged 4 commits into
v6from
armand/replace-idx
Mar 4, 2026
Merged

fix: replace IDX mentions with Firebase Studio + remove Gitpod#13337
ArmandPhilippot merged 4 commits into
v6from
armand/replace-idx

Conversation

@ArmandPhilippot
Copy link
Copy Markdown
Member

@ArmandPhilippot ArmandPhilippot commented Mar 3, 2026

Description (required)

We replaced IDX with Firebase Studio and removed Gitpod in editor-setup.mdx in #13078 but we still have a lot of mentions of IDX and Gitpod.

v6 could be a great time to update that? I know there are redirects from IDX but this might be confusing for those who are not aware of the rebranding, especially in the tutorial.
I have not checked the steps in the tutorial because I believe this is just a rebranding and the interface should be similar.

Related issues & labels (optional)

  • Suggested label: v6, typo/link/grammar - quick fix!

@ArmandPhilippot ArmandPhilippot added typo/link/grammar - quick fix! Quick fix for a link, typo, grammar/syntax error etc. Doesn't significantly change meaning of text. 6.0 labels Mar 3, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 3, 2026

Deploy Preview for astro-docs-2 ready!

Name Link
🔨 Latest commit 90f624c
🔍 Latest deploy log https://app.netlify.com/projects/astro-docs-2/deploys/69a83511f6d6a40008dd2e56
😎 Deploy Preview https://deploy-preview-13337--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@astrobot-houston
Copy link
Copy Markdown
Contributor

astrobot-houston commented Mar 3, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
en/guides/cms/builderio.mdx Source changed, localizations will be marked as outdated.
en/guides/cms/frontmatter-cms.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-docusaurus.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-eleventy.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-gatsby.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-gitbook.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-gridsome.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-hugo.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-jekyll.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-nextjs.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-nuxtjs.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-pelican.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-sveltekit.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-vuepress.mdx Source changed, localizations will be marked as outdated.
en/guides/migrate-to-astro/from-wordpress.mdx Source changed, localizations will be marked as outdated.
en/tutorial/0-introduction/index.mdx Source changed, localizations will be marked as outdated.
en/tutorial/1-setup/index.mdx Source changed, localizations will be marked as outdated.
en/tutorial/6-islands/3.mdx Source changed, localizations will be marked as outdated.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

Comment on lines 68 to 103
{/* StackBlitz instructions
<details>
<summary>Using StackBlitz: Follow these instructions, then go directly to Unit 2!</summary>

**Set up StackBlitz**

<Steps>
1. Follow the external link to [open the "Empty Project" template on StackBlitz](https://astro.new/minimal?on=stackblitz).

2. Click "Sign in" on the top right to log in using your GitHub credentials.

3. In the upper left of the StackBlitz editor window, click to "fork" the template (save to your own account dashboard).

4. Wait for the project to load, and you will see a live preview of the "Empty Project" starter.
</Steps>

**Make a Change**

In the file pane, you should see `src/pages/index.astro`. Click to open it, and follow [Write your first line of Astro](/en/tutorial/1-setup/3/) to make a change to this file.

**Create a GitHub Repository**

<Steps>
1. Press the <kbd>Connect Repository</kbd> button at the top of your list of files, enter a new name for your repository, and click <kbd>Create repo & push</kbd>.

2. When you have changes to be committed back to GitHub, a "Commit" button will appear at the top left of your workspace. Clicking on this will allow you to enter a commit message, and update your repository.
</Steps>

**Deploy your Site**

If you'd like to deploy to Netlify, and have a live published version of your site while you work, go ahead in Unit 1 to [Deploy your site to the web](/en/tutorial/1-setup/5/).

Otherwise, skip to [Unit 2](/en/tutorial/2-pages/) to start building with Astro!

</details>
*/}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep that? 😄 I mean, we can always go back in the Git history if needed.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, we can even revert to it... 😄 We can see whether anyone has any strong opinions on which one to show.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion... but this could make sense since we have also reinstated Stackblitz as the default option in astro.new.

@ArmandPhilippot ArmandPhilippot marked this pull request as draft March 3, 2026 17:26
Comment thread src/content/docs/en/guides/cms/frontmatter-cms.mdx Outdated
@ArmandPhilippot ArmandPhilippot changed the title fix: replace IDX mentions with Firebase Studio fix: replace IDX mentions with Firebase Studio + remove Gitpod Mar 3, 2026
@ArmandPhilippot ArmandPhilippot marked this pull request as ready for review March 3, 2026 17:46
Copy link
Copy Markdown
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, seems like a great time!

(Fun fact, all my browser IDE links are still idx based 😆 )

Comment thread src/content/docs/en/guides/cms/frontmatter-cms.mdx Outdated
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
@ArmandPhilippot ArmandPhilippot merged commit bd2428a into v6 Mar 4, 2026
10 checks passed
@ArmandPhilippot ArmandPhilippot deleted the armand/replace-idx branch March 4, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.0 typo/link/grammar - quick fix! Quick fix for a link, typo, grammar/syntax error etc. Doesn't significantly change meaning of text.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants