Skip to content

Commit

Permalink
Update docs for main
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <[email protected]>
  • Loading branch information
ansible-middleware-core committed Nov 25, 2024
1 parent 2c1d240 commit 91ce0d4
Show file tree
Hide file tree
Showing 15 changed files with 351 additions and 320 deletions.
618 changes: 318 additions & 300 deletions main/CHANGELOG.html

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion main/_sources/CHANGELOG.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ middleware\_automation.keycloak Release Notes

This changelog describes changes after version 0.2.6.

v2.4.3-devel
v2.4.4-devel
============

Bugfixes
--------

- Rebuild config and restart service for local providers `#250 <https://github.com/ansible-middleware/keycloak/pull/250>`_

v2.4.3
======

Minor Changes
-------------

Expand Down
2 changes: 1 addition & 1 deletion main/_sources/plugins/keycloak_client.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.1

.. Anchors
Expand Down
2 changes: 1 addition & 1 deletion main/_sources/plugins/keycloak_realm.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.1

.. Anchors
Expand Down
2 changes: 1 addition & 1 deletion main/_sources/plugins/keycloak_role.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.1

.. Anchors
Expand Down
2 changes: 1 addition & 1 deletion main/_sources/plugins/keycloak_user_federation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.1

.. Anchors
Expand Down
2 changes: 1 addition & 1 deletion main/_sources/roles/keycloak_quarkus.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ keycloak_quarkus_providers:
- id: http-client # required; "{{ id }}.jar" identifies the file name on RHBK
spi: connections # required if neither url, local_path nor maven are specified; required for setting properties
default: true # optional, whether to set default for spi, default false
restart: true # optional, whether to restart, default true
restart: true # optional, whether to rebuild config and restart the service after deploying, default true
url: https://.../.../custom_spi.jar # optional, url for download via http
local_path: my_theme_spi.jar # optional, path on local controller for SPI to be uploaded
maven: # optional, for download using maven
Expand Down
10 changes: 7 additions & 3 deletions main/_static/js/versions.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
const themeFlyoutDisplay = "hidden";
const themeVersionSelector = "True";
const themeLanguageSelector = "True";
const themeVersionSelector = true;
const themeLanguageSelector = true;

if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
if (!config.projects.translations.length) {
return "";
}

// Insert the current language to the options on the selector
let languages = config.projects.translations.concat(config.projects.current);
languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));

const languagesHTML = `
<dl>
<dt>Languages</dt>
${config.projects.translations
${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ? 'class="rtd-current-item"' : ""}>
Expand Down
3 changes: 2 additions & 1 deletion main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ <h1>Welcome to Keycloak Collection documentation<a class="headerlink" href="#wel
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-3-devel">v2.4.3-devel</a></li>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-4-devel">v2.4.4-devel</a></li>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-3">v2.4.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-2">v2.4.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-1">v2.4.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#v2-4-0">v2.4.0</a></li>
Expand Down
4 changes: 2 additions & 2 deletions main/plugins/keycloak_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.15.0" name="antsibull-docs" />
<meta content="2.16.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>keycloak_client – Allows administration of Keycloak clients via Keycloak API &mdash; Keycloak Ansible Collection documentation</title>
Expand Down Expand Up @@ -1747,7 +1747,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Examples</a><a class=
</section>
<section id="return-values">
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v10)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v11)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
<thead>
<tr class="row-odd">
Expand Down
4 changes: 2 additions & 2 deletions main/plugins/keycloak_realm.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.15.0" name="antsibull-docs" />
<meta content="2.16.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>keycloak_realm – Allows administration of Keycloak realm via Keycloak API &mdash; Keycloak Ansible Collection documentation</title>
Expand Down Expand Up @@ -1634,7 +1634,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Examples</a><a class=
</section>
<section id="return-values">
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v10)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v11)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
<thead>
<tr class="row-odd">
Expand Down
4 changes: 2 additions & 2 deletions main/plugins/keycloak_role.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.15.0" name="antsibull-docs" />
<meta content="2.16.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>keycloak_role – Allows administration of Keycloak roles via Keycloak API &mdash; Keycloak Ansible Collection documentation</title>
Expand Down Expand Up @@ -579,7 +579,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Examples</a><a class=
</section>
<section id="return-values">
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v10)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v11)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
<thead>
<tr class="row-odd">
Expand Down
4 changes: 2 additions & 2 deletions main/plugins/keycloak_user_federation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.15.0" name="antsibull-docs" />
<meta content="2.16.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>keycloak_user_federation – Allows administration of Keycloak user federations via Keycloak API &mdash; Keycloak Ansible Collection documentation</title>
Expand Down Expand Up @@ -1486,7 +1486,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Examples</a><a class=
</section>
<section id="return-values">
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Return Values</a><a class="headerlink" href="#return-values" title="Link to this heading"></a></h2>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v10)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<p>Common return values are documented <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values" title="(in Ansible v11)"><span class="xref std std-ref">here</span></a>, the following are the fields unique to this module:</p>
<table class="colwidths-auto ansible-option-table docutils align-default" style="width: 100%">
<thead>
<tr class="row-odd">
Expand Down
2 changes: 1 addition & 1 deletion main/roles/keycloak_quarkus.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h3>Configuring providers<a class="headerlink" href="#configuring-providers" tit
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">id</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">http-client</span><span class="w"> </span><span class="c1"># required; &quot;{{ id }}.jar&quot; identifies the file name on RHBK</span>
<span class="w"> </span><span class="nt">spi</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">connections</span><span class="w"> </span><span class="c1"># required if neither url, local_path nor maven are specified; required for setting properties</span>
<span class="w"> </span><span class="nt">default</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"> </span><span class="c1"># optional, whether to set default for spi, default false</span>
<span class="w"> </span><span class="nt">restart</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"> </span><span class="c1"># optional, whether to restart, default true</span>
<span class="w"> </span><span class="nt">restart</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"> </span><span class="c1"># optional, whether to rebuild config and restart the service after deploying, default true</span>
<span class="w"> </span><span class="nt">url</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://.../.../custom_spi.jar</span><span class="w"> </span><span class="c1"># optional, url for download via http</span>
<span class="w"> </span><span class="nt">local_path</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">my_theme_spi.jar</span><span class="w"> </span><span class="c1"># optional, path on local controller for SPI to be uploaded</span>
<span class="w"> </span><span class="nt">maven</span><span class="p">:</span><span class="w"> </span><span class="c1"># optional, for download using maven</span>
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 91ce0d4

Please sign in to comment.