customer docs

This commit is contained in:
2022-03-31 22:35:14 +00:00
parent d86931b0ee
commit 1f3f52b41e
12 changed files with 57 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ rmdir C:\data\code\raven\dist\installers /s/q
mkdir C:\data\code\raven\dist\installers
@echo ******************** BUILD DOCS ******************************
@echo ******************** BUILD MAIN DOCS ******************************
cd c:\data\code\raven\docs\8.0\ayanova
mkdocs build
IF %ERRORLEVEL% NEQ 0 (
@@ -15,6 +15,14 @@ set m=DOCS FAILED TO BUILD
goto FAIL
)
@echo ******************** BUILD CUSTOMER DOCS ******************************
cd c:\data\code\raven\docs\8.0\customer
mkdocs build
IF %ERRORLEVEL% NEQ 0 (
set m=DOCS FAILED TO BUILD
goto FAIL
)
@echo ******************** BUILD CLIENT ****************************
cd c:\data\code\raven-client\ayanova
call npm run build