Skip to content

Commit

Permalink
split up chapters of HQL
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed May 27, 2023
1 parent 9360af5 commit f3fddf0
Show file tree
Hide file tree
Showing 8 changed files with 3,362 additions and 3,338 deletions.
2 changes: 2 additions & 0 deletions documentation/documentation.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ tasks.register('renderIntroduction', AsciidoctorTask) {task->
}
}

// HQL Guide ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tasks.register('renderQLPdf', AsciidoctorPdfTask) {task->
group = "Documentation"
description = 'Renders the Query Language document in PDF format using Asciidoctor.'
Expand Down
488 changes: 488 additions & 0 deletions documentation/src/main/asciidoc/querylanguage/Concepts.adoc

Large diffs are not rendered by default.

0 comments on commit f3fddf0

Please sign in to comment.