From 0e2f3a290dc1375c233217f776e17e01c3e5cd4a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 27 May 2024 14:15:29 +0300 Subject: [PATCH] Move migration to guides --- assets/menu/menu.json | 10 +++++----- doc/{ => guides}/migration/v4/NewFeaturesDoc.vue | 0 doc/{ => guides}/migration/v4/OverviewDoc.vue | 0 .../migration/v4/breakingchanges/ComponentsDoc.vue | 0 .../migration/v4/breakingchanges/StyledModeDoc.vue | 0 package.json | 2 +- pages/{ => guides}/migration/v4/index.vue | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) rename doc/{ => guides}/migration/v4/NewFeaturesDoc.vue (100%) rename doc/{ => guides}/migration/v4/OverviewDoc.vue (100%) rename doc/{ => guides}/migration/v4/breakingchanges/ComponentsDoc.vue (100%) rename doc/{ => guides}/migration/v4/breakingchanges/StyledModeDoc.vue (100%) rename pages/{ => guides}/migration/v4/index.vue (82%) diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 540b4efa5..ed460f5d1 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -18,11 +18,6 @@ } ] }, - { - "name": "Migration to V4", - "icon": "pi pi-sync", - "to": "/migration/v4" - }, { "name": "Installation", "icon": "pi pi-cloud-download", @@ -541,6 +536,11 @@ "name": "Accessibility", "to": "/guides/accessibility" }, + { + "name": "Migration to V4", + "icon": "pi pi-sync", + "to": "/guides/migration/v4" + }, { "name": "PrimeTV", "icon": "pi pi-youtube", diff --git a/doc/migration/v4/NewFeaturesDoc.vue b/doc/guides/migration/v4/NewFeaturesDoc.vue similarity index 100% rename from doc/migration/v4/NewFeaturesDoc.vue rename to doc/guides/migration/v4/NewFeaturesDoc.vue diff --git a/doc/migration/v4/OverviewDoc.vue b/doc/guides/migration/v4/OverviewDoc.vue similarity index 100% rename from doc/migration/v4/OverviewDoc.vue rename to doc/guides/migration/v4/OverviewDoc.vue diff --git a/doc/migration/v4/breakingchanges/ComponentsDoc.vue b/doc/guides/migration/v4/breakingchanges/ComponentsDoc.vue similarity index 100% rename from doc/migration/v4/breakingchanges/ComponentsDoc.vue rename to doc/guides/migration/v4/breakingchanges/ComponentsDoc.vue diff --git a/doc/migration/v4/breakingchanges/StyledModeDoc.vue b/doc/guides/migration/v4/breakingchanges/StyledModeDoc.vue similarity index 100% rename from doc/migration/v4/breakingchanges/StyledModeDoc.vue rename to doc/guides/migration/v4/breakingchanges/StyledModeDoc.vue diff --git a/package.json b/package.json index 8d10c4efd..690a5f3ef 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "sass": "^1.45.0", "sass-loader": "^8.0.2", "tailwindcss": "^3.4.1", - "tailwindcss-primeui": "^0.3.0", + "tailwindcss-primeui": "^0.3.1", "typedoc": "0.23.23", "typescript": "^4.9.4", "vitest": "^0.29.8" diff --git a/pages/migration/v4/index.vue b/pages/guides/migration/v4/index.vue similarity index 82% rename from pages/migration/v4/index.vue rename to pages/guides/migration/v4/index.vue index 1a76404f6..7adb35e82 100644 --- a/pages/migration/v4/index.vue +++ b/pages/guides/migration/v4/index.vue @@ -16,10 +16,10 @@