docs: migrate to docus
This commit is contained in:
@@ -55,22 +55,22 @@ export default {
|
||||
<style>
|
||||
/* Primary */
|
||||
.list-primary {
|
||||
@apply text-primary-500;
|
||||
@apply text-primary-500 dark:text-primary-400;
|
||||
}
|
||||
/* Info */
|
||||
.list-info {
|
||||
@apply text-blue-500;
|
||||
@apply text-blue-500 dark:text-blue-400;
|
||||
}
|
||||
/* Success */
|
||||
.list-success {
|
||||
@apply text-green-500;
|
||||
@apply text-green-500 dark:text-green-400;
|
||||
}
|
||||
/* Warning */
|
||||
.list-warning {
|
||||
@apply text-orange-500;
|
||||
@apply text-yellow-500 dark:text-yellow-400;
|
||||
}
|
||||
/* Danger */
|
||||
.list-danger {
|
||||
@apply text-red-500;
|
||||
@apply text-red-500 dark:text-red-400;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -2,5 +2,10 @@
|
||||
"title": "VueTippy",
|
||||
"url": "https://vue-tippy.netlify.app",
|
||||
"github": "KABBOUCHI/vue-tippy",
|
||||
"twitter": "@KABBOUCHI"
|
||||
"twitter": "@KABBOUCHI",
|
||||
"algolia": {
|
||||
"apiKey": "N7576EOD4Q",
|
||||
"indexName": "prod_docs",
|
||||
"langAttribute": "language"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
import theme from '@nuxt/content-theme-docs'
|
||||
import { withDocus } from 'docus'
|
||||
|
||||
export default theme({
|
||||
export default withDocus({
|
||||
components: true,
|
||||
})
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content-theme-docs": "^0.8.0",
|
||||
"docus": "^0.0.5",
|
||||
"nuxt": "^2.14.7"
|
||||
}
|
||||
}
|
||||
|
||||
+552
-330
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user