Skip to content

Commit

Permalink
Deployed 10d662d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 2, 2025
1 parent 3e0a57a commit 2eab931
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 16 deletions.
12 changes: 6 additions & 6 deletions mwp-Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,12 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>false</td>
</tr>
<tr>
<td>armed-red-pill</td>
<td>Antidote to armed menus placebo</td>
<td>Whether suppress desensitising of MSP action items when armed.</td>
<td>false</td>
</tr>
<tr>
<td>arming-speak</td>
<td>speak arming states</td>
<td>whether to reporting arming state by audio</td>
Expand Down Expand Up @@ -2475,12 +2481,6 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>""</td>
</tr>
<tr>
<td>window-scale</td>
<td>Window size as percent of monitor</td>
<td>Default window size size as percent of monitor size for non-full screen invocation.</td>
<td>80</td>
</tr>
<tr>
<td>wp-dist-size</td>
<td>Font size (points) for OSD WP distance display</td>
<td>Font size (points) for OSD WP distance display</td>
Expand Down
38 changes: 31 additions & 7 deletions mwp-Gtk4-migration-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,12 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>false</td>
</tr>
<tr>
<td>armed-red-pill</td>
<td>Antidote to armed menus placebo</td>
<td>Whether suppress desensitising of MSP action items when armed.</td>
<td>false</td>
</tr>
<tr>
<td>arming-speak</td>
<td>speak arming states</td>
<td>whether to reporting arming state by audio</td>
Expand Down Expand Up @@ -2220,12 +2226,36 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>3</td>
</tr>
<tr>
<td>p-height</td>
<td>Internal setting</td>
<td></td>
<td>720</td>
</tr>
<tr>
<td>p-is-fullscreen</td>
<td>Internal setting</td>
<td></td>
<td>false</td>
</tr>
<tr>
<td>p-is-maximised</td>
<td>Internal setting</td>
<td></td>
<td>true</td>
</tr>
<tr>
<td>p-pane-width</td>
<td>Private setting</td>
<td>Internal setting</td>
<td>Please do not change this unless you appreciate the consequences</td>
<td>0</td>
</tr>
<tr>
<td>p-width</td>
<td>Internal setting</td>
<td></td>
<td>1280</td>
</tr>
<tr>
<td>poll-timeout</td>
<td>Poll messages timeout (ms)</td>
<td>Timeout in milliseconds for telemetry poll messages. Note that timer loop has a resolution of 100ms.</td>
Expand Down Expand Up @@ -2364,12 +2394,6 @@ <h3 id="list-of-mwp-settings">List of mwp settings<a class="headerlink" href="#l
<td>""</td>
</tr>
<tr>
<td>window-scale</td>
<td>Window size as percent of monitor</td>
<td>Default window size size as percent of monitor size for non-full screen invocation.</td>
<td>80</td>
</tr>
<tr>
<td>wp-dist-size</td>
<td>Font size (points) for OSD WP distance display</td>
<td>Font size (points) for OSD WP distance display</td>
Expand Down
4 changes: 2 additions & 2 deletions mwp_support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ <h3 id="how-where">How, where<a class="headerlink" href="#how-where" title="Perm
<li><a href="ircs://irc.libera.chat/mwptools">irc.libera.chat #mwptools</a></li>
<li>Most likely you will be requested to raise a <a href="https://github.com/stronnag/mwptools/issues">GitHub Issue</a> for non-trivial cases or if there is an <a href="#information-requirements">Information requirement</a>. Hint, you can easily cut out the middle-man here.</li>
<li>Ensure you're running the latest <code>master</code> version.</li>
<li>See also <a href="#information-requirements">Information requirements</a>. Without this information, it is unlikely that any, non-trivial, support can be given.</li>
<li>See also <a href="#information-requirements">Information requirements</a>. Without this information, it is unlikely that any, non-trivial, support can be given. Please note that images are unlikely to be helpful compared to log files.</li>
</ul>
<h3 id="supported-os">"Supported" OS<a class="headerlink" href="#supported-os" title="Permanent link">#</a></h3>
<ul>
Expand Down Expand Up @@ -1599,7 +1599,7 @@ <h4 id="clear-description-of-the-issue">Clear description of the issue<a class="
<ul>
<li>A step of steps to reproduce the issue</li>
<li>The actual and expected outcomes</li>
<li>Include <a href="https://github.com/stronnag/mwptools">mwp</a>'s console log, from your home directory, <code>mwp_stderr_YYYY-MM-DD.txt</code>, e.g. <code>$HOME/mwp_stderr_2021-12-28.txt</code>. <strong>Do not delete</strong> any information from this file; the contents are there for a purpose, or paste the terminal output into a file (or copy paste into the issue). The terminal output may include information from system components that are not the mwp log (e.g. GDK / GTK / Wayland messages).</li>
<li>Include <a href="https://github.com/stronnag/mwptools">mwp</a>'s console log, from your home directory (<code>Documents\mwp</code> for Windows), <code>mwp_stderr_YYYY-MM-DD.txt</code>, e.g. <code>$HOME/mwp_stderr_2021-12-28.txt</code>. <strong>Do not delete</strong> any information from this file; the contents are there for a purpose. Or paste the whole terminal output into a file (or copy / paste into the issue). The terminal output may include information from system components that are not the mwp log (e.g. GDK / GTK / Wayland messages).</li>
<li>If your issue concerns telemetry, include a sample of data that causes the issue. Raw logs may be captured with the <code>--raw-log</code> option.</li>
<li>If you're having a problem playing a blackbox log (or other flight log), include the problematic log.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

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

0 comments on commit 2eab931

Please sign in to comment.