Skip to content

Commit

Permalink
Deployed 1438c985a9 to dev-2.x in en with MkDocs 1.6.1 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Dec 9, 2024
1 parent 8523fce commit 111d58d
Show file tree
Hide file tree
Showing 75 changed files with 3,828 additions and 8 deletions.
21 changes: 21 additions & 0 deletions en/dev-2.x/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,27 @@



<li class="md-nav__item">
<a href="/dev-2.x/DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/dev-2.x/Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Accessibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Basic-Tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Bibliography/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/BoardingLocations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/BuildConfiguration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
32 changes: 27 additions & 5 deletions en/dev-2.x/Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -933,9 +933,9 @@
</li>

<li class="md-nav__item">
<a href="#three-scopes-of-configuration" class="md-nav__link">
<a href="#four-scopes-of-configuration" class="md-nav__link">
<span class="md-ellipsis">
Three Scopes of Configuration
Four scopes of configuration
</span>
</a>

Expand Down Expand Up @@ -1338,6 +1338,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down Expand Up @@ -2295,15 +2316,16 @@ <h2 id="base-directory">Base Directory</h2>
default behavior of scanning the base directory for input files. Scanning is overridden
independently for each file type, and can point to remote cloud storage with arbitrary URIs.
See <a href="./#Storage">the storage section</a> for further details.</p>
<h2 id="three-scopes-of-configuration">Three Scopes of Configuration</h2>
<p>OTP is configured via three configuration JSON files which are read from the directory specified on
<h2 id="four-scopes-of-configuration">Four scopes of configuration</h2>
<p>OTP is configured via four configuration JSON files which are read from the directory specified on
its command line. We try to provide sensible defaults for every option, so all three of these files
are optional, as are all the options within each file. Each configuration file corresponds to
options that are relevant at a particular phase of OTP usage.</p>
<p>Options and parameters that are taken into account during the graph building process will be "baked
into" the graph, and cannot be changed later in a running server. These are specified
in <code>build-config.json</code>. Other details of OTP operation can be modified without rebuilding the graph.
These run-time configuration options are found in <code>router-config.json</code>. Finally, <code>otp-config.json</code>
These run-time configuration options are found in <code>router-config.json</code>. If you want to configure
the built-in debug UI add <code>debug-ui-config.json</code>. Finally, <code>otp-config.json</code>
contains simple switches that enable or disable system-wide features.</p>
<h2 id="configuration-types">Configuration types</h2>
<p>The OTP configuration files use the JSON file format. OTP allows comments and unquoted field names
Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Container-Image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions en/dev-2.x/Data-Sources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,27 @@



<li class="md-nav__item">
<a href="../DebugUiConfiguration/" class="md-nav__link">


<span class="md-ellipsis">
Debug UI
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../Migrating-Configuration/" class="md-nav__link">

Expand Down
Loading

0 comments on commit 111d58d

Please sign in to comment.