diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index ba85ce28..d4fdea16 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -1,6 +1,61 @@ +## BUIILD AND DEPLOYMENT -## DEPLOYMENT +Bump version numbers: +Client end ayanova-version.js, +Server end ayanova-version.cs +#MyAppVersion in C:\data\code\raven\dist\install\windows\x64\lan.iss +#MyAppVersion in C:\data\code\raven\dist\install\windows\x64\standalone.iss + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +========================================================================================================================== +========================================================================================================================== +========================================================================================================================== +========================================= OLD OUTDATED INFO BEYOND HERE ================================================== +========================================================================================================================== +========================================================================================================================== +========================================================================================================================== +========================================================================================================================== PUBLIC / INSTALLER - bump versions, make sure client main.js devmode is false (probably should keep it that way for ongoing use and only enable when dev issue) set version in Server, client and installer iss files diff --git a/docs/8.0/ayanova/docs/img/ayanovaicon48.png b/docs/8.0/ayanova/docs/img/ayanovaicon48.png deleted file mode 100644 index ac8afe1e..00000000 Binary files a/docs/8.0/ayanova/docs/img/ayanovaicon48.png and /dev/null differ diff --git a/docs/8.0/ayanova/docs/img/ayanovaicon60x60.png b/docs/8.0/ayanova/docs/img/ayanovaicon60x60.png deleted file mode 100644 index a3a603a8..00000000 Binary files a/docs/8.0/ayanova/docs/img/ayanovaicon60x60.png and /dev/null differ diff --git a/docs/8.0/ayanova/docs/index.md b/docs/8.0/ayanova/docs/index.md index 5673667b..f5f630a4 100644 --- a/docs/8.0/ayanova/docs/index.md +++ b/docs/8.0/ayanova/docs/index.md @@ -1,4 +1,4 @@ -# WELCOME TO AYANOVA ![AyaNovaIcon](img/ayanovaicon60x60.png) +# WELCOME TO AYANOVA ## About this documentation diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index 14a0f5a8..4eaac2a2 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -1,7 +1,8 @@ theme: name: 'material' favicon: 'img/favicon.ico' - logo: 'img/ayanovaicon60x60.png' + logo: 'img/logo.svg' + copyright: 'Copyright 2021 Ground Zero Tech-Works Inc.' palette: primary: '#00205B' accent: '#db7022'