Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 603 Bytes

Oracle SQL Features

Contributing

See CONTRIBUTING.md

Building the website locally

It is encouraged to build the website locally first before pushing to GitHub to detect rendering issues or typos before the changes go live.

Dependencies

  1. Install Antora as explained at https://docs.antora.org/antora/latest/install-and-run-quickstart/
  2. Install Java 11 or greater https://www.oracle.com/java/technologies/downloads/

Build

  1. Run the generate.sh script
    $ sh generate.sh
  2. Inspect the generated site at $PWD/build/site/index.html