Initial docs rewrite using Vuepress

This commit is contained in:
Ske 2020-06-10 18:11:28 +02:00
parent e7191def02
commit 2b259869a0
47 changed files with 8276 additions and 1397 deletions

15
docs/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "pluralkit-docs",
"private": true,
"scripts": {
"dev": "vuepress dev content",
"build": "vuepress build content"
},
"devDependencies": {
"@vuepress/theme-default": "^1.5.1",
"markdown-it-custom-header-link": "^1.0.5",
"markdown-it-imsize": "^2.0.1",
"vuepress": "^1.5.1",
"vuepress-plugin-clean-urls": "^1.1.1"
}
}