Skip to content

Commit

Permalink
Building release v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kibeha committed Feb 3, 2021
1 parent 4baf7e3 commit 50672c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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).

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The Oracle Database Developer community is made stronger by resources freely sha
<img src="images/steven-feuerstein-signature.png" title="Steven Feuerstein" width="280px"/>

Steven Feuerstein<br/>
Team Lead, Oracle Developer Advocates<br/>
Oracle<br/><br/>
Senior Advisor<br/>
Insum Solutions<br/>

***

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/run-in-container/genpdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 50672c9

Please sign in to comment.