-
- Downloads
added own theme layout file and updated gitignore
{ | ||
"name": "ITVSH Design System Dokumentation", | ||
"name": "ITVSH-Design-System-Dokumentation", | ||
"version": "0.0.1", | ||
"description": "Dokumentation zum Design System des ITVSH", | ||
"main": "index.js", | ||
"authors": { | ||
"name": "Christopher Krawietz", | ||
"email": "krawietz@new-communication.de" | ||
"email": "krawietz@new-communication.de", | ||
"company": "New Communication GmbH" | ||
}, | ||
"repository": "git@gitlab.nc-lab.de:nc/Design-System-Doku.git/ITVSH Design System Dokumentation", | ||
"repository": "git@gitlab.nc-lab.de:nc/Design-System-Doku.git", | ||
"scripts": { | ||
"dev": "vuepress dev src", | ||
"build": "vuepress build src" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@vuepress/plugin-back-to-top": "^1.8.2", | ||
"@vuepress/plugin-last-updated": "^1.8.2", | ||
"@vuepress/plugin-medium-zoom": "^1.8.2", | ||
"@vuepress/plugin-pwa": "^1.8.2", | ||
"vuepress": "^1.5.3" | ||
} | ||
} |
src/.vuepress/theme/layouts/Layout.vue
0 → 100644
Please register or sign in to comment