docs: migrate to docus

This commit is contained in:
Georges KABBOUCHI
2021-02-09 23:04:36 +02:00
parent 6f40b4ec8d
commit 28a9a05d9e
5 changed files with 567 additions and 340 deletions
+6 -6
View File
@@ -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>
+6 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff