Skip to content

Commit

Permalink
Added documentation for '0.17.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrgeorge committed Sep 19, 2024
1 parent 0acbe87 commit 56f1186
Show file tree
Hide file tree
Showing 180 changed files with 4,127 additions and 1,281 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "io.github.smyrgeorge"
version = "0.16.0"
version = "0.17.0"

plugins {
alias(libs.plugins.dokka)
Expand Down
24 changes: 12 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</a>
</div>
<div class="library-version">
0.16.0 </div>
0.17.0 </div>
</div>
</div>
<div class="navigation-controls">
Expand Down Expand Up @@ -94,17 +94,6 @@ <h2 class="">All modules:</h2>
<div><span class="brief-comment"></span></div>
</div>
</div>
<a data-name="-79409266%2FMain%2F0" anchor-label="sqldelight" id="-79409266%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="sqldelight/index.html">sqldelight</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-79409266%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment"></span></div>
</div>
</div>
<a data-name="-1055805996%2FMain%2F0" anchor-label="sqlx4k" id="-1055805996%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
Expand Down Expand Up @@ -138,6 +127,17 @@ <h2 class="">All modules:</h2>
<div><span class="brief-comment"></span></div>
</div>
</div>
<a data-name="520510874%2FMain%2F0" anchor-label="sqlx4k-sqldelight" id="520510874%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="sqlx4k-sqldelight/index.html">sqlx4k-sqldelight</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="520510874%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment"></span></div>
</div>
</div>
<a data-name="-877563691%2FMain%2F0" anchor-label="sqlx4k-sqlite" id="-877563691%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
Expand Down
166 changes: 103 additions & 63 deletions docs/navigation.html

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/package-list
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ $dokka.format:html-v1
$dokka.linkExtension:html
$dokka.location:////PointingToDeclaration/examples/[root]/index.html
$dokka.location://main/#/PointingToDeclaration/examples/[root]/main.html
module:sqldelight
io.github.smyrgeorge.sqlx4k.sqldelight
module:sqlx4k
io.github.smyrgeorge.sqlx4k
io.github.smyrgeorge.sqlx4k.impl
module:sqlx4k-mysql
io.github.smyrgeorge.sqlx4k.mysql
module:sqlx4k-postgres
io.github.smyrgeorge.sqlx4k.postgres
module:sqlx4k-sqldelight
io.github.smyrgeorge.sqlx4k.sqldelight
module:sqlx4k-sqlite
io.github.smyrgeorge.sqlx4k.sqlite
2 changes: 1 addition & 1 deletion docs/scripts/pages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/scripts/sourceset_dependencies.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56f1186

Please sign in to comment.