Skip to content

Commit

Permalink
Test: url friendly documentation template link
Browse files Browse the repository at this point in the history
  • Loading branch information
Regani committed Aug 26, 2024
1 parent f9d3a4d commit 9587b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineNuxtConfig({
devtools: { enabled: true },
extends: [
// [ '../../nuxt-ui/nuxt-ui-new', { install: true } ]
[ 'github:VoicenterTeam/documentation-template', { install: true } ]
[ 'github:voicenter-team/documentation-template', { install: true } ]
],

// modules: ["@nuxt/content"]
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@nuxt/content": "^2.13.1",
"nuxt": "^3.12.4",
"VoicenterTeam/documentation-template": "https://github.com/VoicenterTeam/documentation-template.git",
"voicenter-team/documentation-template": "https://github.com/VoicenterTeam/documentation-template.git",
"vue-json-viewer": "^3.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 9587b18

Please sign in to comment.