From df3b67773a1d672aa690255c56326942c3a8e14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9A=D0=B8=D0=BC?= Date: Fri, 21 Jun 2024 00:17:46 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=A1=D1=82=D0=B0=D1=82=D1=8C=D1=8F=20"?= =?UTF-8?q?=D0=98=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=20NuxtJs":=20=D0=9F=D0=BE=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=80=D0=BE=D1=83=D1=82=D0=B8=D0=BD?= =?UTF-8?q?=D0=B3=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../current/guides/tech/with-nuxtjs.mdx | 3 +-- .../current/guides/tech/with-nuxtjs.mdx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx b/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx index 60f1e5e907..9767cd5a67 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx @@ -73,8 +73,7 @@ Create a root for this page inside the `app` layer: ├── src │ ├── app │ │ ├── routes -│ │ │ ├── home -│ │ │ │ ├── index.vue +│ │ │ ├── index.vue │ ├── pages │ │ ├── home │ │ │ ├── ui diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx index 128201ac11..f523776a45 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx @@ -72,8 +72,7 @@ export { default as HomePage } from './ui/home-page'; ├── src │ ├── app │ │ ├── routes -│ │ │ ├── home -│ │ │ │ ├── index.vue +│ │ │ ├── index.vue │ ├── pages │ │ ├── home │ │ │ ├── ui From 2da404b327ed35658a4297eff034919bb858158d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9A=D0=B8=D0=BC?= Date: Fri, 21 Jun 2024 19:25:00 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=A1=D1=82=D0=B0=D1=82=D1=8C=D1=8F=20"?= =?UTF-8?q?=D0=98=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=20nuxtjs":=20=D0=BF=D0=BE=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BF=D1=83=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../current/guides/tech/with-nuxtjs.mdx | 2 +- .../current/guides/tech/with-nuxtjs.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx b/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx index 9767cd5a67..d7e6508475 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx @@ -83,7 +83,7 @@ Create a root for this page inside the `app` layer: Add your page component inside the `index.vue` file: -```html title="pages/home/ui/home-page.vue" +```html title="src/app/routes/index.vue" diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx index f523776a45..69977c6503 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx @@ -82,7 +82,7 @@ export { default as HomePage } from './ui/home-page'; Добавьте внутрь `index.vue` файла компонент вашей страницы: -```html title="pages/home/ui/home-page.vue" +```html title="src/app/routes/index.vue"