Skip to content

Commit 436f651

Browse files
committed
docs: remove Firebase Studio from AI guides
Remove Firebase Studio references
1 parent 4a174b8 commit 436f651

3 files changed

Lines changed: 2 additions & 130 deletions

File tree

adev/src/content/ai/develop-with-ai.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ Here is a set of instructions to help LLMs generate correct code that follows An
1818

1919
## Rules Files
2020

21-
Several editors, such as <a href="https://studio.firebase.google.com?utm_source=adev&utm_medium=website&utm_campaign=BUILD_WITH_AI_ANGULAR&utm_term=angular_devrel&utm_content=build_with_ai_angular_firebase_studio">Firebase Studio</a> have rules files useful for providing critical context to LLMs.
21+
Several editors have rules files useful for providing critical context to LLMs.
2222

2323
| Environment/IDE | Rules File | Installation Instructions |
24-
| :------------------- | :--------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25-
| Firebase Studio | <a download href="/assets/context/airules.md" target="_blank">airules.md</a> | <a href="https://firebase.google.com/docs/studio/set-up-gemini#custom-instructions">Configure `airules.md`</a> |
24+
| :------------------- | :--------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
2625
| Copilot powered IDEs | <a download="copilot-instructions.md" href="/assets/context/guidelines.md" target="_blank">copilot-instructions.md</a> | <a href="https://code.visualstudio.com/docs/copilot/copilot-customization#_custom-instructions" target="_blank">Configure `.github/copilot-instructions.md`</a> |
2726
| Cursor | <a download href="/assets/context/angular-20.mdc" target="_blank">cursor.md</a> | <a href="https://docs.cursor.com/context/rules" target="_blank">Configure `cursorrules.md`</a> |
2827
| JetBrains IDEs | <a download href="/assets/context/guidelines.md" target="_blank">guidelines.md</a> | <a href="https://www.jetbrains.com/help/junie/customize-guidelines.html" target="_blank">Configure `guidelines.md`</a> |

adev/src/content/ai/mcp-server-setup.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,6 @@ Create a file named `.cursor/mcp.json` in your project's root and add the follow
5454
}
5555
```
5656

57-
### Firebase Studio
58-
59-
Create a file named `.idx/mcp.json` in your project's root and add the following configuration:
60-
61-
```json
62-
{
63-
"mcpServers": {
64-
"angular-cli": {
65-
"command": "npx",
66-
"args": ["-y", "@angular/cli", "mcp"]
67-
}
68-
}
69-
}
70-
```
71-
7257
### Gemini CLI
7358

7459
Create a file named `.gemini/settings.json` in your project's root and add the following configuration:

adev/src/context/airules.md

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

0 commit comments

Comments
 (0)