docs: update docus to latest

pinning nuxt-windicss for https://github.com/windicss/windicss-webpack-plugin/pull/80
This commit is contained in:
Pooya Parsa 2021-06-14 21:22:04 +02:00
parent bdd37f5158
commit 95d5c58e08
7 changed files with 1399 additions and 1657 deletions

View File

@ -1,5 +1,5 @@
export default {
title: 'Nuxt',
title: 'Nuxt 3',
url: 'https://v3.nuxtjs.org',
theme: {
colors: {

View File

@ -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"
}
}

View File

@ -1,6 +1,6 @@
<template>
<nuxt-link to="/get-started/installation">
Getting Started
Get Started
</nuxt-link>
</template>

View File

@ -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

View File

@ -3,7 +3,6 @@
"@nuxtjs"
],
"ignoreDeps": [
"docus",
"jest",
"ts-jest"
],