From 501ea653efc701784e44bee9a7645bc1ccb40811 Mon Sep 17 00:00:00 2001 From: cinob Date: Wed, 12 Oct 2022 15:31:44 +0800 Subject: [PATCH 1/2] docs: hooks schema source code url --- docs/content/3.api/4.advanced/1.hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/4.advanced/1.hooks.md b/docs/content/3.api/4.advanced/1.hooks.md index a0ad009cab3..b40319771ec 100644 --- a/docs/content/3.api/4.advanced/1.hooks.md +++ b/docs/content/3.api/4.advanced/1.hooks.md @@ -30,7 +30,7 @@ Hook | Arguments | Environment | Description # Nuxt Hooks (build time) -Check the [schema source code](https://github.com/nuxt/framework/blob/main/packages/schema/src/types/hooks.ts#L55) for all available hooks. +Check the [schema source code](https://github.com/nuxt/framework/blob/main/packages/schema/src/types/hooks.ts#L69) for all available hooks. :NeedContribution From a88bff200fe8352321c07f0b6151b01f52c765f2 Mon Sep 17 00:00:00 2001 From: cinob Date: Tue, 18 Oct 2022 18:18:53 +0800 Subject: [PATCH 2/2] docs: add spacing between multiple `button-link` --- docs/content/2.guide/1.concepts/2.vuejs-development.md | 2 +- docs/content/5.community/2.reporting-bugs.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/2.guide/1.concepts/2.vuejs-development.md b/docs/content/2.guide/1.concepts/2.vuejs-development.md index f3bbc850a16..030dc1b11ea 100644 --- a/docs/content/2.guide/1.concepts/2.vuejs-development.md +++ b/docs/content/2.guide/1.concepts/2.vuejs-development.md @@ -31,7 +31,7 @@ Most applications need multiple pages and a way to navigate between them. This i ### Example -:button-link[Open on StackBlitz]{href="https://stackblitz.com/edit/github-9hzuns?file=app.vue" blank} +:button-link[Open on StackBlitz]{href="https://stackblitz.com/edit/github-9hzuns?file=app.vue" blank .mr-2} :button-link[Open on CodeSandbox]{href="https://codesandbox.io/s/nuxt-3-components-auto-import-2xq9z?file=/app.vue" blank} The `app.vue` file is the entry point, which represents the page displayed in the browser window. diff --git a/docs/content/5.community/2.reporting-bugs.md b/docs/content/5.community/2.reporting-bugs.md index b06f73bde58..560bc462f9a 100644 --- a/docs/content/5.community/2.reporting-bugs.md +++ b/docs/content/5.community/2.reporting-bugs.md @@ -32,7 +32,7 @@ If your issue concerns Vue 3 or Vite, please try to reproduce it first with the **Nuxt 3**: -:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank} +:button-link[Nuxt 3 on StackBlitz]{href="https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz" blank .mr-2} :button-link[Nuxt 3 on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt/starter/v3-codesandbox" blank} **Nuxt Bridge**: @@ -41,8 +41,8 @@ If your issue concerns Vue 3 or Vite, please try to reproduce it first with the **Vue 3**: -:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank} -:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt-contrib/vue3-ssr-starter/main" blank} +:button-link[Vue 3 SSR on StackBlitz]{href="https://stackblitz.com/github/nuxt-contrib/vue3-ssr-starter/tree/main?terminal=dev" blank .mr-2} +:button-link[Vue 3 SSR on CodeSandbox]{href="https://codesandbox.io/p/github/nuxt-contrib/vue3-ssr-starter/main" blank .mr-2} :button-link[Vue 3 SSR Template]{href="https://github.com/nuxt-contrib/vue3-ssr-starter/generate" blank} Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). The time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue.