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": "lerna run --stream --scope=@*/{web,backend} dev",
|
||||||
"start:web": "lerna run --stream --scope @*/web dev",
|
"start:web": "lerna run --stream --scope @*/web dev",
|
||||||
"start:backend": "lerna run --stream --scope @*/backend 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": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
|
@@ -10,7 +10,7 @@ const config = {
|
|||||||
tagline: 'Automatisch Docs',
|
tagline: 'Automatisch Docs',
|
||||||
url: 'https://docs.automatisch.io',
|
url: 'https://docs.automatisch.io',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'warn',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
organizationName: 'automatisch', // Usually your GitHub org/user name.
|
organizationName: 'automatisch', // Usually your GitHub org/user name.
|
||||||
|
Reference in New Issue
Block a user