1
0
mirror of https://github.com/bitwarden/docs synced 2026-01-17 23:03:14 +00:00

migrate api docs to main website path

This commit is contained in:
Kyle Spearrin
2020-05-05 10:46:46 -04:00
parent c25018749a
commit e7588bbb51
10 changed files with 80 additions and 333 deletions

View File

@@ -4,9 +4,10 @@
"scripts": {
"build": "jekyll build",
"build:watch": "jekyll serve --watch --host=0.0.0.0",
"deploy": "npm run build && gh-pages --dotfiles --dist _site"
"build:prod": "cross-env JEKYLL_ENV=production jekyll build",
"build:prod:sub": "cross-env JEKYLL_ENV=production jekyll build --config _config.yml,_config-sub.yml"
},
"devDependencies": {
"gh-pages": "^1.2.0"
"cross-env": "^5.2.0"
}
}