From 252477ddac60634172e19e4dd0d231e005432967 Mon Sep 17 00:00:00 2001 From: Ubugeeei Date: Fri, 6 Sep 2024 21:17:39 +0900 Subject: [PATCH] chore: remove meta chapter --- content/2.concepts/7.meta/index.md | 5 ----- .../.template/files/app.vue | 0 .../.template/files/pages/foo.vue | 0 .../.template/files/pages/index.vue | 0 .../.template/index.ts | 0 .../.template/solutions/app.vue | 0 .../.template/solutions/nuxt.config.ts | 0 .../.template/solutions/pages/foo.vue | 0 .../.template/solutions/pages/index.vue | 0 .../{8.rendering-modes => 7.rendering-modes}/index.md | 0 .../.template/files/app.vue | 0 .../.template/files/components/CounterA.vue | 0 .../.template/files/components/CounterB.vue | 0 .../.template/index.ts | 0 .../{9.state-manegement => 8.state-manegement}/index.md | 0 .../.template/files/app.vue | 0 .../.template/files/server/api/todos/index.ts | 0 .../.template/index.ts | 0 .../.template/solutions/app.vue | 0 .../.template/solutions/server/api/todos/index.ts | 0 .../{10.data-fetching => 9.data-fetching}/index.md | 0 21 files changed, 5 deletions(-) delete mode 100644 content/2.concepts/7.meta/index.md rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/files/app.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/files/pages/foo.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/files/pages/index.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/index.ts (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/solutions/app.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/solutions/nuxt.config.ts (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/solutions/pages/foo.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/.template/solutions/pages/index.vue (100%) rename content/2.concepts/{8.rendering-modes => 7.rendering-modes}/index.md (100%) rename content/2.concepts/{9.state-manegement => 8.state-manegement}/.template/files/app.vue (100%) rename content/2.concepts/{9.state-manegement => 8.state-manegement}/.template/files/components/CounterA.vue (100%) rename content/2.concepts/{9.state-manegement => 8.state-manegement}/.template/files/components/CounterB.vue (100%) rename content/2.concepts/{10.data-fetching => 8.state-manegement}/.template/index.ts (100%) rename content/2.concepts/{9.state-manegement => 8.state-manegement}/index.md (100%) rename content/2.concepts/{10.data-fetching => 9.data-fetching}/.template/files/app.vue (100%) rename content/2.concepts/{10.data-fetching => 9.data-fetching}/.template/files/server/api/todos/index.ts (100%) rename content/2.concepts/{9.state-manegement => 9.data-fetching}/.template/index.ts (100%) rename content/2.concepts/{10.data-fetching => 9.data-fetching}/.template/solutions/app.vue (100%) rename content/2.concepts/{10.data-fetching => 9.data-fetching}/.template/solutions/server/api/todos/index.ts (100%) rename content/2.concepts/{10.data-fetching => 9.data-fetching}/index.md (100%) diff --git a/content/2.concepts/7.meta/index.md b/content/2.concepts/7.meta/index.md deleted file mode 100644 index bcbb1ee..0000000 --- a/content/2.concepts/7.meta/index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -ogImage: true ---- - -# Meta diff --git a/content/2.concepts/8.rendering-modes/.template/files/app.vue b/content/2.concepts/7.rendering-modes/.template/files/app.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/files/app.vue rename to content/2.concepts/7.rendering-modes/.template/files/app.vue diff --git a/content/2.concepts/8.rendering-modes/.template/files/pages/foo.vue b/content/2.concepts/7.rendering-modes/.template/files/pages/foo.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/files/pages/foo.vue rename to content/2.concepts/7.rendering-modes/.template/files/pages/foo.vue diff --git a/content/2.concepts/8.rendering-modes/.template/files/pages/index.vue b/content/2.concepts/7.rendering-modes/.template/files/pages/index.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/files/pages/index.vue rename to content/2.concepts/7.rendering-modes/.template/files/pages/index.vue diff --git a/content/2.concepts/8.rendering-modes/.template/index.ts b/content/2.concepts/7.rendering-modes/.template/index.ts similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/index.ts rename to content/2.concepts/7.rendering-modes/.template/index.ts diff --git a/content/2.concepts/8.rendering-modes/.template/solutions/app.vue b/content/2.concepts/7.rendering-modes/.template/solutions/app.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/solutions/app.vue rename to content/2.concepts/7.rendering-modes/.template/solutions/app.vue diff --git a/content/2.concepts/8.rendering-modes/.template/solutions/nuxt.config.ts b/content/2.concepts/7.rendering-modes/.template/solutions/nuxt.config.ts similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/solutions/nuxt.config.ts rename to content/2.concepts/7.rendering-modes/.template/solutions/nuxt.config.ts diff --git a/content/2.concepts/8.rendering-modes/.template/solutions/pages/foo.vue b/content/2.concepts/7.rendering-modes/.template/solutions/pages/foo.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/solutions/pages/foo.vue rename to content/2.concepts/7.rendering-modes/.template/solutions/pages/foo.vue diff --git a/content/2.concepts/8.rendering-modes/.template/solutions/pages/index.vue b/content/2.concepts/7.rendering-modes/.template/solutions/pages/index.vue similarity index 100% rename from content/2.concepts/8.rendering-modes/.template/solutions/pages/index.vue rename to content/2.concepts/7.rendering-modes/.template/solutions/pages/index.vue diff --git a/content/2.concepts/8.rendering-modes/index.md b/content/2.concepts/7.rendering-modes/index.md similarity index 100% rename from content/2.concepts/8.rendering-modes/index.md rename to content/2.concepts/7.rendering-modes/index.md diff --git a/content/2.concepts/9.state-manegement/.template/files/app.vue b/content/2.concepts/8.state-manegement/.template/files/app.vue similarity index 100% rename from content/2.concepts/9.state-manegement/.template/files/app.vue rename to content/2.concepts/8.state-manegement/.template/files/app.vue diff --git a/content/2.concepts/9.state-manegement/.template/files/components/CounterA.vue b/content/2.concepts/8.state-manegement/.template/files/components/CounterA.vue similarity index 100% rename from content/2.concepts/9.state-manegement/.template/files/components/CounterA.vue rename to content/2.concepts/8.state-manegement/.template/files/components/CounterA.vue diff --git a/content/2.concepts/9.state-manegement/.template/files/components/CounterB.vue b/content/2.concepts/8.state-manegement/.template/files/components/CounterB.vue similarity index 100% rename from content/2.concepts/9.state-manegement/.template/files/components/CounterB.vue rename to content/2.concepts/8.state-manegement/.template/files/components/CounterB.vue diff --git a/content/2.concepts/10.data-fetching/.template/index.ts b/content/2.concepts/8.state-manegement/.template/index.ts similarity index 100% rename from content/2.concepts/10.data-fetching/.template/index.ts rename to content/2.concepts/8.state-manegement/.template/index.ts diff --git a/content/2.concepts/9.state-manegement/index.md b/content/2.concepts/8.state-manegement/index.md similarity index 100% rename from content/2.concepts/9.state-manegement/index.md rename to content/2.concepts/8.state-manegement/index.md diff --git a/content/2.concepts/10.data-fetching/.template/files/app.vue b/content/2.concepts/9.data-fetching/.template/files/app.vue similarity index 100% rename from content/2.concepts/10.data-fetching/.template/files/app.vue rename to content/2.concepts/9.data-fetching/.template/files/app.vue diff --git a/content/2.concepts/10.data-fetching/.template/files/server/api/todos/index.ts b/content/2.concepts/9.data-fetching/.template/files/server/api/todos/index.ts similarity index 100% rename from content/2.concepts/10.data-fetching/.template/files/server/api/todos/index.ts rename to content/2.concepts/9.data-fetching/.template/files/server/api/todos/index.ts diff --git a/content/2.concepts/9.state-manegement/.template/index.ts b/content/2.concepts/9.data-fetching/.template/index.ts similarity index 100% rename from content/2.concepts/9.state-manegement/.template/index.ts rename to content/2.concepts/9.data-fetching/.template/index.ts diff --git a/content/2.concepts/10.data-fetching/.template/solutions/app.vue b/content/2.concepts/9.data-fetching/.template/solutions/app.vue similarity index 100% rename from content/2.concepts/10.data-fetching/.template/solutions/app.vue rename to content/2.concepts/9.data-fetching/.template/solutions/app.vue diff --git a/content/2.concepts/10.data-fetching/.template/solutions/server/api/todos/index.ts b/content/2.concepts/9.data-fetching/.template/solutions/server/api/todos/index.ts similarity index 100% rename from content/2.concepts/10.data-fetching/.template/solutions/server/api/todos/index.ts rename to content/2.concepts/9.data-fetching/.template/solutions/server/api/todos/index.ts diff --git a/content/2.concepts/10.data-fetching/index.md b/content/2.concepts/9.data-fetching/index.md similarity index 100% rename from content/2.concepts/10.data-fetching/index.md rename to content/2.concepts/9.data-fetching/index.md