Skip to content

Commit 402d3b4

Browse files
HuiSFashika112josefaidtiartemiev
authored
chore: add Gen2 specific doc for using SSR adapter with Nuxt 3 (#7575)
* chore: add Gen2 specific doc for using SSR adapter with Nuxt 3 * Better storage list example * Update src/pages/[platform]/build-a-backend/server-side-rendering/nuxt/index.mdx Co-authored-by: ashika112 <[email protected]> * Apply suggestions from code review Co-authored-by: josef <[email protected]> * Use camel case * rename import config to import outputs * remove extra empty line * title cases * Apply suggestions from code review Co-authored-by: Ivan Artemiev <[email protected]> --------- Co-authored-by: ashika112 <[email protected]> Co-authored-by: josef <[email protected]> Co-authored-by: Ivan Artemiev <[email protected]>
1 parent 87ebfe7 commit 402d3b4

File tree

2 files changed

+628
-0
lines changed

2 files changed

+628
-0
lines changed

src/directory/directory.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ export const directory = {
406406
children: [
407407
{
408408
path: 'src/pages/[platform]/build-a-backend/server-side-rendering/nextjs-app-router-server-components/index.mdx'
409+
},
410+
{
411+
path: 'src/pages/[platform]/build-a-backend/server-side-rendering/nuxt/index.mdx'
409412
}
410413
]
411414
},

0 commit comments

Comments
 (0)