diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 8eafb8a4f..daedff1b4 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -18,6 +18,11 @@ } ] }, + { + "name": "Migration to V4", + "icon": "pi pi-sync", + "to": "/migration/v4" + }, { "name": "Installation", "icon": "pi pi-cloud-download", diff --git a/doc/migration/v4/NewFeaturesDoc.vue b/doc/migration/v4/NewFeaturesDoc.vue new file mode 100644 index 000000000..75a8eaa80 --- /dev/null +++ b/doc/migration/v4/NewFeaturesDoc.vue @@ -0,0 +1,9 @@ + diff --git a/doc/migration/v4/OverviewDoc.vue b/doc/migration/v4/OverviewDoc.vue new file mode 100644 index 000000000..14d0d2219 --- /dev/null +++ b/doc/migration/v4/OverviewDoc.vue @@ -0,0 +1,9 @@ + diff --git a/doc/migration/v4/breakingchanges/ComponentsDoc.vue b/doc/migration/v4/breakingchanges/ComponentsDoc.vue new file mode 100644 index 000000000..57ee08b37 --- /dev/null +++ b/doc/migration/v4/breakingchanges/ComponentsDoc.vue @@ -0,0 +1,13 @@ + diff --git a/doc/migration/v4/breakingchanges/StyledModeDoc.vue b/doc/migration/v4/breakingchanges/StyledModeDoc.vue new file mode 100644 index 000000000..261923a67 --- /dev/null +++ b/doc/migration/v4/breakingchanges/StyledModeDoc.vue @@ -0,0 +1,14 @@ + diff --git a/pages/migration/v4/index.vue b/pages/migration/v4/index.vue new file mode 100644 index 000000000..1a76404f6 --- /dev/null +++ b/pages/migration/v4/index.vue @@ -0,0 +1,58 @@ + + +