Skip to content

Commit 48930c9

Browse files
Merge pull request #200 from docling-project/build-docs/sourceref-293a58f
docs: Build and publish docs (from Publish docs run # 220)
2 parents 293a58f + e44b690 commit 48930c9

12 files changed

Lines changed: 122 additions & 6 deletions

File tree

0.3.1/core/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@
819819

820820

821821
<h1 id="docling-core">Docling Core<a class="headerlink" href="#docling-core" title="Permanent link">#</a></h1>
822+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/core"><img alt="docling-core version" src="https://img.shields.io/badge/docling--core_v0.3.1-orange" /></a></p>
822823
<p>The <code>docling-core</code> module provides the core data types used by Docling for document representation. It defines the <code>DoclingDocument</code> model, which captures the structure and content of documents across various formats, along with utilities for working with these types.</p>
823824
<p>The base Java version is 17. This module has no external dependencies, making it lightweight and easy to integrate into your projects. It represents the foundational building block for the other Docling Java modules.</p>
824825
<h2 id="when-to-use-this-module">When to use this module<a class="headerlink" href="#when-to-use-this-module" title="Permanent link">#</a></h2>

0.3.1/docling-serve/serve-api/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@
13731373

13741374

13751375
<h1 id="docling-serve-api">Docling Serve API<a class="headerlink" href="#docling-serve-api" title="Permanent link">#</a></h1>
1376+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/docling-serve/serve-api"><img alt="docling-serve-api version" src="https://img.shields.io/badge/docling--serve--api_v0.3.1-orange" /></a></p>
13761377
<p>The <code>docling-serve-api</code> module defines the core, framework-agnostic Java API used to communicate
13771378
with a <a href="https://github.com/docling-project/docling-serve">Docling Serve</a> backend. It provides the request/response model and the main <code>DoclingServeApi</code>
13781379
interface. You can use any implementation of this interface to talk to a running

0.3.1/docling-serve/serve-client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,7 @@
13911391

13921392

13931393
<h1 id="docling-serve-client">Docling Serve Client<a class="headerlink" href="#docling-serve-client" title="Permanent link">#</a></h1>
1394+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/docling-serve/serve-client"><img alt="docling-serve-client version" src="https://img.shields.io/badge/docling--serve--client_v0.3.1-orange" /></a></p>
13941395
<p>The <code>docling-serve-client</code> module is the reference HTTP client for talking to a
13951396
<a href="https://github.com/docling-project/docling-serve">Docling Serve</a> backend.</p>
13961397
<p>It implements the framework‑agnostic <code>DoclingServeApi</code> interface from

0.3.1/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0.3.1/testcontainers/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@
919919

920920

921921
<h1 id="testcontainers">Testcontainers<a class="headerlink" href="#testcontainers" title="Permanent link">#</a></h1>
922+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/testcontainers"><img alt="docling-testcontainers version" src="https://img.shields.io/badge/docling--testcontainers_v0.3.1-orange" /></a></p>
922923
<p>The <code>docling-testcontainers</code> module provides a ready-to-use <a href="https://testcontainers.com/">Testcontainers</a> integration for running a <a href="https://github.com/docling-project/docling-serve">Docling Serve</a> instance in your tests. It wraps the official container image and exposes a simple Java API so you can spin up Docling as part of your JUnit test lifecycle and exercise client code against a real server.</p>
923924
<p>If you need to talk to a running server from your application code, pair this module with the reference HTTP client:
924925
- <a href="../docling-serve/serve-client/"><code>docling-serve-client</code></a></p>

0.3.1/whats-new/index.html

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<div data-md-component="skip">
7979

8080

81-
<a href="#whats-new-in-docling-java-031" class="md-skip">
81+
<a href="#whats-new-in-docling-java" class="md-skip">
8282
Skip to content
8383
</a>
8484

@@ -475,6 +475,30 @@
475475
</span>
476476
</a>
477477

478+
<nav class="md-nav" aria-label="Docling Serve">
479+
<ul class="md-nav__list">
480+
481+
<li class="md-nav__item">
482+
<a href="#031" class="md-nav__link">
483+
<span class="md-ellipsis">
484+
0.3.1
485+
</span>
486+
</a>
487+
488+
</li>
489+
490+
<li class="md-nav__item">
491+
<a href="#030" class="md-nav__link">
492+
<span class="md-ellipsis">
493+
0.3.0
494+
</span>
495+
</a>
496+
497+
</li>
498+
499+
</ul>
500+
</nav>
501+
478502
</li>
479503

480504
</ul>
@@ -758,6 +782,30 @@
758782
</span>
759783
</a>
760784

785+
<nav class="md-nav" aria-label="Docling Serve">
786+
<ul class="md-nav__list">
787+
788+
<li class="md-nav__item">
789+
<a href="#031" class="md-nav__link">
790+
<span class="md-ellipsis">
791+
0.3.1
792+
</span>
793+
</a>
794+
795+
</li>
796+
797+
<li class="md-nav__item">
798+
<a href="#030" class="md-nav__link">
799+
<span class="md-ellipsis">
800+
0.3.0
801+
</span>
802+
</a>
803+
804+
</li>
805+
806+
</ul>
807+
</nav>
808+
761809
</li>
762810

763811
</ul>
@@ -779,9 +827,15 @@
779827

780828

781829

782-
<h1 id="whats-new-in-docling-java-031">What's New in Docling Java 0.3.1<a class="headerlink" href="#whats-new-in-docling-java-031" title="Permanent link">#</a></h1>
830+
<h1 id="whats-new-in-docling-java">What's New in Docling Java<a class="headerlink" href="#whats-new-in-docling-java" title="Permanent link">#</a></h1>
783831
<p>Docling Java 0.3.1 provides a number of new features, enhancements, and bug fixes. This page includes the highlights of the release, but you can also check out the full <a href="https://github.com/docling-project/docling-java/releases">release notes</a> for more details about each new feature and bug fix.</p>
784832
<h2 id="docling-serve">Docling Serve<a class="headerlink" href="#docling-serve" title="Permanent link">#</a></h2>
833+
<h3 id="031">0.3.1<a class="headerlink" href="#031" title="Permanent link">#</a></h3>
834+
<ul>
835+
<li>Implementation of the Docling Serve clear and task APIs in <code>docling-serve-api</code> and <code>docling-serve-client</code>.</li>
836+
<li>Adding <code>pretty-print</code> configuration option to <code>DoclingServeClient</code> to enable pretty printing of JSON requests and responses.</li>
837+
</ul>
838+
<h3 id="030">0.3.0<a class="headerlink" href="#030" title="Permanent link">#</a></h3>
785839
<ul>
786840
<li>The classes in the <code>docling-serve-api</code> module have been moved from the <code>ai.docling.api.serve</code> package to the <code>ai.docling.serve.api</code> package.</li>
787841
<li>The classes in the <code>docling-serve-client</code> module have been moved from the <code>ai.docling.client.serve</code> package to the <code>ai.docling.serve.client</code> package.</li>

dev/core/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@
819819

820820

821821
<h1 id="docling-core">Docling Core<a class="headerlink" href="#docling-core" title="Permanent link">#</a></h1>
822+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/core"><img alt="docling-core version" src="https://img.shields.io/badge/docling--core_v0.3.1-orange" /></a></p>
822823
<p>The <code>docling-core</code> module provides the core data types used by Docling for document representation. It defines the <code>DoclingDocument</code> model, which captures the structure and content of documents across various formats, along with utilities for working with these types.</p>
823824
<p>The base Java version is 17. This module has no external dependencies, making it lightweight and easy to integrate into your projects. It represents the foundational building block for the other Docling Java modules.</p>
824825
<h2 id="when-to-use-this-module">When to use this module<a class="headerlink" href="#when-to-use-this-module" title="Permanent link">#</a></h2>

dev/docling-serve/serve-api/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@
13731373

13741374

13751375
<h1 id="docling-serve-api">Docling Serve API<a class="headerlink" href="#docling-serve-api" title="Permanent link">#</a></h1>
1376+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/docling-serve/serve-api"><img alt="docling-serve-api version" src="https://img.shields.io/badge/docling--serve--api_v0.3.1-orange" /></a></p>
13761377
<p>The <code>docling-serve-api</code> module defines the core, framework-agnostic Java API used to communicate
13771378
with a <a href="https://github.com/docling-project/docling-serve">Docling Serve</a> backend. It provides the request/response model and the main <code>DoclingServeApi</code>
13781379
interface. You can use any implementation of this interface to talk to a running

dev/docling-serve/serve-client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,7 @@
13911391

13921392

13931393
<h1 id="docling-serve-client">Docling Serve Client<a class="headerlink" href="#docling-serve-client" title="Permanent link">#</a></h1>
1394+
<p><a href="https://docling-project.github.io/docling-java/0.3.1/docling-serve/serve-client"><img alt="docling-serve-client version" src="https://img.shields.io/badge/docling--serve--client_v0.3.1-orange" /></a></p>
13941395
<p>The <code>docling-serve-client</code> module is the reference HTTP client for talking to a
13951396
<a href="https://github.com/docling-project/docling-serve">Docling Serve</a> backend.</p>
13961397
<p>It implements the framework‑agnostic <code>DoclingServeApi</code> interface from

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)