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