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",
|
"name": "Installation",
|
||||||
"icon": "pi pi-cloud-download",
|
"icon": "pi pi-cloud-download",
|
||||||
|
@ -541,6 +536,11 @@
|
||||||
"name": "Accessibility",
|
"name": "Accessibility",
|
||||||
"to": "/guides/accessibility"
|
"to": "/guides/accessibility"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Migration to V4",
|
||||||
|
"icon": "pi pi-sync",
|
||||||
|
"to": "/guides/migration/v4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "PrimeTV",
|
"name": "PrimeTV",
|
||||||
"icon": "pi pi-youtube",
|
"icon": "pi pi-youtube",
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"sass": "^1.45.0",
|
"sass": "^1.45.0",
|
||||||
"sass-loader": "^8.0.2",
|
"sass-loader": "^8.0.2",
|
||||||
"tailwindcss": "^3.4.1",
|
"tailwindcss": "^3.4.1",
|
||||||
"tailwindcss-primeui": "^0.3.0",
|
"tailwindcss-primeui": "^0.3.1",
|
||||||
"typedoc": "0.23.23",
|
"typedoc": "0.23.23",
|
||||||
"typescript": "^4.9.4",
|
"typescript": "^4.9.4",
|
||||||
"vitest": "^0.29.8"
|
"vitest": "^0.29.8"
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import NewFeaturesDoc from '@/doc/migration/v4/NewFeaturesDoc.vue';
|
import NewFeaturesDoc from '@/doc/guides/migration/v4/NewFeaturesDoc.vue';
|
||||||
import OverviewDoc from '@/doc/migration/v4/OverviewDoc.vue';
|
import OverviewDoc from '@/doc/guides/migration/v4/OverviewDoc.vue';
|
||||||
import ComponentsDoc from '@/doc/migration/v4/breakingchanges/ComponentsDoc.vue';
|
import ComponentsDoc from '@/doc/guides/migration/v4/breakingchanges/ComponentsDoc.vue';
|
||||||
import StyledModeDoc from '@/doc/migration/v4/breakingchanges/StyledModeDoc.vue';
|
import StyledModeDoc from '@/doc/guides/migration/v4/breakingchanges/StyledModeDoc.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
Loading…
Reference in New Issue