Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kieuminhcanh committed Dec 12, 2024
1 parent 2ade313 commit 441c121
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 8,767 deletions.
16 changes: 8 additions & 8 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ export default defineAppConfig({
title: 'Vuetify Notifier',
description: 'Effortless Notifications & Dialogs for Vuetify.',
image: 'https://github.com/user-attachments/assets/6964387d-b685-4d8c-b5a3-e11d7ce9335b',
socials: {
github: 'kieuminhcanh/vuetify-notifier',
socials: {
github: 'kieuminhcanh/vuetify-notifier',
},
github: {
dir: 'content',
branch: 'docs',
repo: 'vuetify-notifier',
owner: 'kieuminhcanh',
edit: true,
edit: true
},
aside: {
level: 0,
collapsed: false,
exclude: [],
exclude: []
},
main: {
padded: true,
fluid: false,
fluid: false
},
header: {
logo: false,
showLinkIcon: true,
exclude: [],
fluid: true,
},
},
fluid: true
}
}
})
16 changes: 9 additions & 7 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
extends: ['@nuxt-themes/docus'],
devtools: { enabled: false },

app: {
baseURL: process.env.NODE_ENV === 'development' ? '' : '/vuetify-notifier/'
},

modules: [
'vuetify-nuxt-module',
'vuetify-notifier/nuxt',
// '../src/module',
'vuetify-notifier/nuxt'
],
ssr: false,
app: {
baseURL: process.env.NODE_ENV === 'development' ? '' : '/vuetify-notifier/',
},
compatibilityDate: '2024-10-24',
vuetify: {
vuetifyOptions: {
theme: {
defaultTheme: 'dark',
},
},
},
compatibilityDate: '2024-10-24'
})
9 changes: 6 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.1",
"@nuxt-themes/docus": "latest",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint-config": "^0.7.2",
"@nuxtjs/plausible": "^1.2.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"vuetify-notifier": "latest",
"vuetify-nuxt-module": "0.18.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"vuetify-notifier": "^2.0.8"
}
}
Loading

0 comments on commit 441c121

Please sign in to comment.