feat: Add build:docs script
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
39eafca5ec
commit
3785c705ff
@@ -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": [
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user