Migrate docs to Vuepress

This commit is contained in:
Ske
2020-07-28 18:19:40 +02:00
parent a0d4ab5809
commit 8c0cbd6d26
33 changed files with 8035 additions and 421 deletions

6
netlify.toml Normal file
View File

@@ -0,0 +1,6 @@
# Configuration for Netlify (website deployment, etc)
[build]
base = "docs/"
publish = "docs/content/.vuepress/dist"
command = "npm run build"