Skip to content

Commit

Permalink
deploy: 31ba718
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 16, 2024
1 parent 40d126f commit 8aa0fab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions documentation/30_endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
<li><a href="#_blocking_endpoint">Blocking endpoint</a></li>
<li><a href="#_replay_endpoint">Replay endpoint</a></li>
<li><a href="#_readiness_and_liveness_probes">Readiness and liveness probes</a></li>
<li><a href="#_info_endpoint">Info endpoint</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -402,6 +403,22 @@ <h3 id="_readiness_and_liveness_probes">Readiness and liveness probes</h3>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_info_endpoint">Info endpoint</h3>
<div class="paragraph">
<p>The application provides some information about the current version:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><code>&lt;server url&gt;/q/info</code></p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This can be turned off with the quarkus configuration property <code>quarkus.info.enabled</code> set to <code>false</code>.</p>
</div>
</div>
</div>
</div>
</p>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<atom:link href="http://jbake.org/feed.xml" rel="self" type="application/rss+xml" />
<description>JBake Bootstrap Template</description>
<language>en-gb</language>
<pubDate>Mon, 16 Dec 2024 05:59:03 +0000</pubDate>
<lastBuildDate>Mon, 16 Dec 2024 05:59:03 +0000</lastBuildDate>
<pubDate>Mon, 16 Dec 2024 06:24:06 +0000</pubDate>
<lastBuildDate>Mon, 16 Dec 2024 06:24:06 +0000</lastBuildDate>



Expand Down
2 changes: 1 addition & 1 deletion lunrjsindex.js

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

0 comments on commit 8aa0fab

Please sign in to comment.