Skip to content

Commit 50672c9

Browse files
committed
Building release v4.0
1 parent 4baf7e3 commit 50672c9

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ HTML is the primary output format. [Material for MkDocs](https://squidfunk.githu
1111
* [Current version based on the main branch, snapshot version of the coming release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/main/)
1212
* [Latest Release](https://trivadis.github.io/plsql-and-sql-coding-guidelines/)
1313
* Releases
14+
* [Version 4.0](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v4.0/)
1415
* [Version 3.6](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.6/)
1516
* [Version 3.5](https://trivadis.github.io/plsql-and-sql-coding-guidelines/v3.5/)
1617
* [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
2021

2122
PDF is the secondary output format. [wkhtmltopdf](https://wkhtmltopdf.org/) is used to produce it.
2223

23-
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/).
24+
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/).
2425

2526
The PDF version is also accessible per version from [Releases](https://github.com/Trivadis/plsql-and-sql-coding-guidelines/releases).
2627

@@ -54,6 +55,8 @@ Please file your bug reports, enhancement requests, questions and other support
5455
* Install [Git for Windows](https://gitforwindows.org/), it provides Git command line tools, a GUI and a Bash emulator
5556
4. Check/change the version in [mkdocs.yml](mkdocs.yml)
5657
5. Open a terminal window in the [tools](tools) folder
58+
* Build/update the table in appendix B
59+
run `./genappendix.sh`.
5760
* Build/update the PDF file
5861
run `./genpdf.sh`.
5962
* Test the HTML site locally

docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The Oracle Database Developer community is made stronger by resources freely sha
1919
<img src="images/steven-feuerstein-signature.png" title="Steven Feuerstein" width="280px"/>
2020

2121
Steven Feuerstein<br/>
22-
Team Lead, Oracle Developer Advocates<br/>
23-
Oracle<br/><br/>
22+
Senior Advisor<br/>
23+
Insum Solutions<br/>
2424

2525
***
2626

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ markdown_extensions:
3333
- footnotes
3434

3535
extra:
36-
guideline_version: 4.0-SNAPSHOT
36+
guideline_version: 4.0
3737
social:
3838
- icon: fontawesome/brands/github-alt
3939
link: https://github.com/Trivadis

tools/run-in-container/genpdf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function convert_to_pdf(){
7474
wkhtmltopdf --enable-local-file-access \
7575
--allow "." \
7676
--disable-smart-shrinking \
77-
--javascript-delay 6000 \
77+
--javascript-delay 12000 \
7878
--outline-depth 6 \
7979
--outline \
8080
--print-media-type \

0 commit comments

Comments
 (0)