mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
docs: update docus to latest
pinning nuxt-windicss for https://github.com/windicss/windicss-webpack-plugin/pull/80
This commit is contained in:
parent
bdd37f5158
commit
95d5c58e08
@ -1,5 +1,5 @@
|
||||
export default {
|
||||
title: 'Nuxt',
|
||||
title: 'Nuxt 3',
|
||||
url: 'https://v3.nuxtjs.org',
|
||||
theme: {
|
||||
colors: {
|
||||
|
@ -2,10 +2,12 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
"build": "nuxt generate",
|
||||
"generate": "nuxt generate"
|
||||
"build": "nuxt generate"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docus": "^0.5.14"
|
||||
"docus": "^0.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"nuxt-windicss": "~0.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<nuxt-link to="/get-started/installation">
|
||||
Getting Started
|
||||
Get Started
|
||||
</nuxt-link>
|
||||
</template>
|
||||
|
@ -1,14 +0,0 @@
|
||||
<template>
|
||||
<nuxt-link to="/getting-started/intro">
|
||||
Getting Started
|
||||
</nuxt-link>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
asyncData ({ redirect }) {
|
||||
redirect('/getting-started/intro')
|
||||
return {}
|
||||
}
|
||||
}
|
||||
</script>
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
||||
"@nuxtjs"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"docus",
|
||||
"jest",
|
||||
"ts-jest"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user