Skip to content

Commit

Permalink
Deployed 9c1cdf8b3 to latest with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoose-im committed Sep 12, 2024
1 parent 4f1c7de commit 852e5e6
Show file tree
Hide file tree
Showing 12 changed files with 288 additions and 288 deletions.
2 changes: 1 addition & 1 deletion latest/configuration/configuration-files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,7 @@ <h2 id="mongooseimtoml">mongooseim.toml<a class="headerlink" href="#mongooseimto
<p class="admonition-title">Warning</p>
<p>It is recommended to use the same configuration file for all nodes in the cluster, but there is no protection against using different option values for each node, because it can happen in two cases:</p>
<ul>
<li>During a <a href="../../operation-and-maintenance/Rolling-upgrade">rolling upgrade</a> procedure, when nodes are restarted one by one with new configuration.</li>
<li>During a <a href="../../operation-and-maintenance/Rolling-upgrade/">rolling upgrade</a> procedure, when nodes are restarted one by one with new configuration.</li>
<li>When you need different network-specific parameters (e.g. listening IP addresses) for each node.</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion latest/configuration/general/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4641,7 +4641,7 @@ <h3 id="generalhost_types"><code>general.host_types</code><a class="headerlink"
</ul>
<p>This is the list of names for the types of hosts that will serve dynamic XMPP domains.
Each host type can be seen as a label for a group of independent domains that use the same server configuration.
In order to configure these host types independently, use the <a href="../host_config/"><code>host_config</code> section</a>. The domains can be added or removed dynamically with the <a href="../../developers-guide/domain_management#command-line-interface">command line interface</a> or using the <a href="../../developers-guide/domain_management#api">API</a>.</p>
In order to configure these host types independently, use the <a href="../host_config/"><code>host_config</code> section</a>. The domains can be added or removed dynamically with the <a href="../../developers-guide/domain_management/#command-line-interface">command line interface</a> or using the <a href="../../developers-guide/domain_management/#api">API</a>.</p>
<p>If you use the host type mechanism, make sure you only configure modules which support dynamic domains in the <a href="../Modules/"><code>modules</code></a> or <a href="../host_config/#host_configmodules"><code>host_config.modules</code></a> sections.
MongooseIM will <strong>not</strong> start otherwise.
Most of the modules are compatible with host types, but please read the particular extension module's page, or the <a href="../Modules/#modules-incompatible-with-dynamic-domains">incompatible modules list</a> to see which do not.
Expand Down
2 changes: 1 addition & 1 deletion latest/developers-guide/Stanza-routing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4182,7 +4182,7 @@ <h2 id="3-message-routing">3. Message routing<a class="headerlink" href="#3-mess
<li><code>Mod:filter/3</code>, which either drops the stanza, stopping the routing chain, or returns it for further processing, modifying it if necessary.</li>
<li><code>Mod:route/3</code>, which either handles the stanza, stopping the routing chain, or returns it for further processing, modifying it if necessary.</li>
</ol>
<p>A list of routing modules can be set in the <a href="../../configuration/general#generalrouting_modules"><code>routing_modules</code></a> option.
<p>A list of routing modules can be set in the <a href="../../configuration/general/#generalrouting_modules"><code>routing_modules</code></a> option.
The default behaviour is the following:</p>
<ul>
<li><code>mongoose_router_global</code>: runs a global <code>filter_packet</code> hook.</li>
Expand Down
4 changes: 2 additions & 2 deletions latest/developers-guide/domain_management/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4354,8 +4354,8 @@ <h3 id="enable-domain">Enable domain:<a class="headerlink" href="#enable-domain"
<h2 id="api">API<a class="headerlink" href="#api" title="Permanent link">&para;</a></h2>
<p>You can manage domains with one of our API's:</p>
<ul>
<li>The <a href="../../graphql-api/Admin-GraphQL">GraphQL API</a> has the same funtionality as the command line interface. The <a href="../../graphql-api/admin-graphql-doc.html#query-domain">queries</a> and <a href="../../graphql-api/admin-graphql-doc.html#mutation-domain">mutations</a> for domains are grouped under the <code>domain</code> category.</li>
<li>The <a href="../../rest-api/Administration-backend">REST API</a> (deprecated) supports domain management as well. See <a href="../../swagger/index.html#/Dynamic_domains">Dynamic Domains</a> for details.</li>
<li>The <a href="../../graphql-api/Admin-GraphQL/">GraphQL API</a> has the same funtionality as the command line interface. The <a href="../../graphql-api/admin-graphql-doc.html#query-domain">queries</a> and <a href="../../graphql-api/admin-graphql-doc.html#mutation-domain">mutations</a> for domains are grouped under the <code>domain</code> category.</li>
<li>The <a href="../../rest-api/Administration-backend/">REST API</a> (deprecated) supports domain management as well. See <a href="../../swagger/index.html#/Dynamic_domains">Dynamic Domains</a> for details.</li>
</ul>


Expand Down
Loading

0 comments on commit 852e5e6

Please sign in to comment.