diff --git a/devdocs/todo.txt b/devdocs/todo.txt
index 915b6651..d1903f43 100644
--- a/devdocs/todo.txt
+++ b/devdocs/todo.txt
@@ -1,5 +1,8 @@
# now
+- republish with updated docs without made with mkdocs notice on them
+- rebuild v8migrate without rc-1 notice on it, sb just release now
+ publish
- upload and test get joyce to try it out with her old quickbooks on test system
- If all is well then move current dl to previous folder and move next to current download slot and post about it on the forum
diff --git a/docs/8.0/ayanova/docs/index.md b/docs/8.0/ayanova/docs/index.md
index 670cf9fe..8796c53f 100644
--- a/docs/8.0/ayanova/docs/index.md
+++ b/docs/8.0/ayanova/docs/index.md
@@ -20,4 +20,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/)
---
-
Documentation version: 8.0.0, Copyright © 2022 Ground Zero Tech-Works Inc.
+Documentation version: 8.0.0
diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml
index 475ebec4..7aba63ca 100644
--- a/docs/8.0/ayanova/mkdocs.yml
+++ b/docs/8.0/ayanova/mkdocs.yml
@@ -4,10 +4,12 @@ theme:
scheme: default
favicon: 'img/favicon.ico'
logo: 'img/logo.svg'
- copyright: 'Copyright 2022 Ground Zero Tech-Works Inc.'
site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs'
strict: true
+copyright: Copyright © 2022 Ground Zero Tech-Works Inc.
+extra:
+ generator: false
# Extensions
markdown_extensions:
- pymdownx.highlight:
diff --git a/docs/8.0/customer/mkdocs.yml b/docs/8.0/customer/mkdocs.yml
index b56903e2..bd22fde0 100644
--- a/docs/8.0/customer/mkdocs.yml
+++ b/docs/8.0/customer/mkdocs.yml
@@ -7,7 +7,10 @@ theme:
copyright: 'Copyright 2022 Ground Zero Tech-Works Inc.'
site_name: AyaNova Customer user manual
site_dir: '../../../server/AyaNova/wwwroot/cust'
-strict: true
+strict: true
+copyright: Copyright © 2022 Ground Zero Tech-Works Inc.
+extra:
+ generator: false
# Extensions
markdown_extensions:
- pymdownx.highlight: