diff --git a/README.md b/README.md
index 36b09036..cc19d2c3 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ HTML is the primary output format. [Material for MkDocs](https://squidfunk.githu
* [Current version based on the main branch, snapshot version of the coming release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/main/)
* [Latest Release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/)
* Releases
+ * [Version 4.0](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v4.0/)
* [Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/)
* [Version 3.5](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.5/)
* [Version 3.4](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.4/)
@@ -20,7 +21,7 @@ HTML is the primary output format. [Material for MkDocs](https://squidfunk.githu
PDF is the secondary output format. [wkhtmltopdf](https://wkhtmltopdf.org/) is used to produce it.
-Starting with version 3.5 you may access the PDF document from the [appendix in the HTML site](https://trivadis.github.io/plsql-and-sql-coding-guidelines/main/9-appendix/appendix/).
+Starting with version 3.5 you may access the PDF document from the [appendix in the HTML site](https://trivadis.github.io/plsql-and-sql-coding-guidelines/9-appendix/appendix/).
The PDF version is also accessible per version from [Releases](https://github.com/Trivadis/plsql-and-sql-coding-guidelines/releases).
@@ -54,6 +55,8 @@ Please file your bug reports, enhancement requests, questions and other support
* Install [Git for Windows](https://gitforwindows.org/), it provides Git command line tools, a GUI and a Bash emulator
4. Check/change the version in [mkdocs.yml](mkdocs.yml)
5. Open a terminal window in the [tools](tools) folder
+ * Build/update the table in appendix B
+ run `./genappendix.sh`.
* Build/update the PDF file
run `./genpdf.sh`.
* Test the HTML site locally
diff --git a/docs/index.md b/docs/index.md
index cba41e9a..9e25068a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,8 +19,8 @@ The Oracle Database Developer community is made stronger by resources freely sha
Steven Feuerstein
-Team Lead, Oracle Developer Advocates
-Oracle
+Senior Advisor
+Insum Solutions
***
diff --git a/mkdocs.yml b/mkdocs.yml
index 6dfdbea4..15c87490 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -33,7 +33,7 @@ markdown_extensions:
- footnotes
extra:
- guideline_version: 4.0-SNAPSHOT
+ guideline_version: 4.0
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Trivadis
diff --git a/tools/run-in-container/genpdf.sh b/tools/run-in-container/genpdf.sh
index 8dd7eb92..fd790060 100755
--- a/tools/run-in-container/genpdf.sh
+++ b/tools/run-in-container/genpdf.sh
@@ -74,7 +74,7 @@ function convert_to_pdf(){
wkhtmltopdf --enable-local-file-access \
--allow "." \
--disable-smart-shrinking \
- --javascript-delay 6000 \
+ --javascript-delay 12000 \
--outline-depth 6 \
--outline \
--print-media-type \