Skip to content

Commit

Permalink
Deployed c093a53 to Main with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 4, 2024
1 parent 5927592 commit 8a59769
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions Main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -977,9 +977,9 @@

<h1 id="smallrye-config">SmallRye Config<a class="headerlink" href="#smallrye-config" title="Permanent link">#</a></h1>
<p><strong>SmallRye Config</strong> is a library that provides a way to configure applications, frameworks and containers. It is used
in applications servers like <a href="https://wildfly.org/">WildFly</a> and <a href="https://openliberty.io">Open Liberty</a>, or frameworks
like <a href="https://quarkus.io">Quarkus</a>. It can also be used completely standalone in any Java application, which makes it a
very flexible library. </p>
in applications servers like <a href="https://wildfly.org/">WildFly</a>, <a href="https://openliberty.io">Open Liberty</a> and
<a href="https://tomee.apache.org">TomEE</a> or frameworks like <a href="https://quarkus.io">Quarkus</a>. It can also be used completely
standalone in any Java application, which makes it a very flexible library. </p>
<p>It follows the <a href="https://github.com/eclipse/microprofile-config/">MicroProfile Config</a> specification to provide
the initial config foundations and expands with it own concepts to cover a wide range of use cases observed in the
configuration space. </p>
Expand Down Expand Up @@ -1014,6 +1014,14 @@ <h2 id="use-smallrye-config-in-a-java-application">Use SmallRye Config in a Java
</code></pre></div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>The <code>SmallRyeConfig</code> instance will be created and registered to the context class loader if no such configuration
is already created and registered. </p>
</div>
<p>Or build your own:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a><span class="n">SmallRyeConfig</span><span class="w"> </span><span class="n">config</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="k">new</span><span class="w"> </span><span class="n">SmallRyeConfigBuilder</span><span class="p">().</span><span class="na">build</span><span class="p">();</span>
</code></pre></div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p><code>SmallRyeConfig</code> is the entry point to all the config capabilities provided by SmallRye Config. </p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified Main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 8a59769

Please sign in to comment.