Skip to content

Commit

Permalink
docs: update docus to latest
Browse files Browse the repository at this point in the history
pinning nuxt-windicss for windicss/windicss-webpack-plugin#80
  • Loading branch information
pi0 committed Jun 14, 2021
1 parent bdd37f5 commit 95d5c58
Show file tree
Hide file tree
Showing 7 changed files with 1,466 additions and 1,724 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/src/docus/docus.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'Nuxt',
title: 'Nuxt 3',
url: 'https://v3.nuxtjs.org',
theme: {
colors: {
Expand Down
8 changes: 5 additions & 3 deletions docs/src/docus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion docs/content/index.vue → docs/src/docus/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<nuxt-link to="/get-started/installation">
Getting Started
Get Started
</nuxt-link>
</template>

Expand Down
14 changes: 0 additions & 14 deletions docs/src/docus/pages2/index.vue

This file was deleted.

3,163 changes: 1,459 additions & 1,704 deletions docs/src/docus/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"@nuxtjs"
],
"ignoreDeps": [
"docus",
"jest",
"ts-jest"
],
Expand Down

0 comments on commit 95d5c58

Please sign in to comment.