Skip to content

Commit 4ff7ebc

Browse files
authored
Edit firebaseopensource docs (#327)
* update astro * test * adapter -> preset * change nuxt link to nitro
1 parent 3af593d commit 4ff7ebc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/astro/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ To use follow these instructions:
99
1. Install the `@apphosting/astro-adapter` Astro adapter with the following command in your terminal:
1010
`npx astro add @apphosting/astro-adapter`
1111
1. Add the adapter with the standalone rendering mode to your astro.config.* file:
12+
1213
```js
1314
import { defineConfig } from 'astro/config';
1415
import node from '@apphosting/astro-adapter';
@@ -20,6 +21,7 @@ export default defineConfig({
2021
}),
2122
});
2223
```
24+
2325
1. Push the changes to github and kickoff a new rollout
2426

2527
> **Experimental:** While this adapter was built by Google employees, it is not currently an official Google Cloud product. Support is best-effort only.

docs/nitro/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# App Hosting Nitro Adapter
2-
1+
# App Hosting Nitro Preset
32

43
Applications powered by Nitro have zero-configuration support for Firebase App Hosting, using the Firebase App Hosting preset. [Learn more in the Nitro documentation](https://nitro.build/deploy/providers/firebase).
54

docs/nuxt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nuxt on Firebase App Hosting
22

3-
Nuxt support on Firebase App Hosting is powered by the [community-supported Nitro preset](https://firebaseopensource.com/projects/FirebaseExtended/firebase-framework-tools::docs::nuxt).
3+
Nuxt support on Firebase App Hosting is powered by the [community-supported Nitro preset](https://firebaseopensource.com/projects/FirebaseExtended/firebase-framework-tools::docs::nitro).
44

55
> **Community-supported:** While built in collaboration with Firebase App Hosting, the Nitro preset is not currently an official Google Cloud product. Support is best-effort only.

0 commit comments

Comments
 (0)