feat: Add build:docs script

This commit is contained in:
Faruk AYDIN
2021-12-12 17:20:19 +01:00
committed by Ömer Faruk Aydın
parent 39eafca5ec
commit 3785c705ff
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"start": "lerna run --stream --scope=@*/{web,backend} dev",
"start:web": "lerna run --stream --scope @*/web dev",
"start:backend": "lerna run --stream --scope @*/backend dev",
"start:docs": "lerna run --stream --scope @*/docs start"
"build:docs": "cd ./packages/docs && yarn install && yarn build"
},
"workspaces": {
"packages": [

View File

@@ -10,7 +10,7 @@ const config = {
tagline: 'Automatisch Docs',
url: 'https://docs.automatisch.io',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'automatisch', // Usually your GitHub org/user name.