Move migration to guides
parent
1f46d9f63a
commit
0e2f3a290d
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import NewFeaturesDoc from '@/doc/migration/v4/NewFeaturesDoc.vue';
|
||||
import OverviewDoc from '@/doc/migration/v4/OverviewDoc.vue';
|
||||
import ComponentsDoc from '@/doc/migration/v4/breakingchanges/ComponentsDoc.vue';
|
||||
import StyledModeDoc from '@/doc/migration/v4/breakingchanges/StyledModeDoc.vue';
|
||||
import NewFeaturesDoc from '@/doc/guides/migration/v4/NewFeaturesDoc.vue';
|
||||
import OverviewDoc from '@/doc/guides/migration/v4/OverviewDoc.vue';
|
||||
import ComponentsDoc from '@/doc/guides/migration/v4/breakingchanges/ComponentsDoc.vue';
|
||||
import StyledModeDoc from '@/doc/guides/migration/v4/breakingchanges/StyledModeDoc.vue';
|
||||
|
||||
export default {
|
||||
data() {
|
Loading…
Reference in New Issue