Skip to content

Commit

Permalink
deploy: 4747a28
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Mar 8, 2024
1 parent 64afe7f commit 6a5e4de
Show file tree
Hide file tree
Showing 52 changed files with 110 additions and 58 deletions.
4 changes: 3 additions & 1 deletion ar/guides/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ <h1 class="menu-title">Ordinal Theory Handbook</h1>
<h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
4 changes: 3 additions & 1 deletion ar/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,9 @@ <h3 id="إرسال-الأوردينالس"><a class="header" href="#إرسال-
<div style="break-before: page; page-break-before: always;"></div><h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
2 changes: 1 addition & 1 deletion ar/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ar/searchindex.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion de/guides/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ <h1 class="menu-title">Ordinal Theory Handbook</h1>
<h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
4 changes: 3 additions & 1 deletion de/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,9 @@ <h3 id="ordinals-übertragen"><a class="header" href="#ordinals-übertragen">Ord
<div style="break-before: page; page-break-before: always;"></div><h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
2 changes: 1 addition & 1 deletion de/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion de/searchindex.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion es/guides/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ <h1 class="menu-title">Ordinal Theory Handbook</h1>
<h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
4 changes: 3 additions & 1 deletion es/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,9 @@ <h3 id="transferir-ordinals"><a class="header" href="#transferir-ordinals">Trans
<div style="break-before: page; page-break-before: always;"></div><h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
2 changes: 1 addition & 1 deletion es/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es/searchindex.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion fil/guides/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ <h1 class="menu-title">Ordinal Theory Handbook</h1>
<h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
4 changes: 3 additions & 1 deletion fil/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,9 @@ <h3 id="pag-transfer-ng-ordinals"><a class="header" href="#pag-transfer-ng-ordin
<div style="break-before: page; page-break-before: always;"></div><h1 id="settings"><a class="header" href="#settings">Settings</a></h1>
<p><code>ord</code> can be configured with the command line, environment variables, a configuration file, and default values.</p>
<p>The command line takes precedence over environment variables, which take precedence over the configuration file, which takes precedence over defaults.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist. The path to a configuration directory can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code>, in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code>. It is not an error if <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> does not exist.</p>
<p>The path to the configuration file can be given with <code>--config &lt;CONFIG_PATH&gt;</code>. <code>ord</code> will error if <code>&lt;CONFIG_PATH&gt;</code> doesn't exist.</p>
<p>The path to a directory containing a configuration file name named <code>ord.yaml</code> can be given with <code>--config-dir &lt;CONFIG_DIR_PATH&gt;</code> or <code>--data-dir &lt;DATA_DIR_PATH&gt;</code> in which case the config path is <code>&lt;CONFIG_DIR_PATH&gt;/ord.yaml</code> or <code>&lt;DATA_DIR_PATH&gt;/ord.yaml</code>. It is not an error if it does not exist.</p>
<p>If none of <code>--config</code>, <code>--config-dir</code>, or <code>--data-dir</code> are given, and a file named <code>ord.yaml</code> exists in the default data directory, it will be loaded.</p>
<p>For a setting named <code>--setting-name</code> on the command line, the environment variable will be named <code>ORD_SETTING_NAME</code>, and the config file field will be named <code>setting_name</code>. For example, the data directory can be configured with <code>--data-dir</code> on the command line, the <code>ORD_DATA_DIR</code> environment variable, or <code>data_dir</code> in the config file.</p>
<p>See <code>ord --help</code> for documentation of all the settings.</p>
<p><code>ord</code>'s current configuration can be viewed as JSON with the <code>ord settings</code> command.</p>
Expand Down
2 changes: 1 addition & 1 deletion fil/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fil/searchindex.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6a5e4de

Please sign in to comment.