Deployed 5438640 with MkDocs version: 1.5.2

This commit is contained in:
LGUG2Z
2024-02-16 20:19:51 -08:00
parent 997b151c27
commit fb9baa5838
5 changed files with 7 additions and 27 deletions

View File

@@ -3869,10 +3869,8 @@ file.</p>
windows managed by <code>komorebi</code>.</p>
<p>This feature is not considered stable and you may encounter visual artifacts
from time to time.</p>
<!-- TODO: Record a new video -->
<p><a href="https://www.youtube.com/watch?v=ywiAvoMV_gE"><img alt="Watch the tutorial
video" src="https://img.youtube.com/vi/ywiAvoMV_gE/hqdefault.jpg" /></a></p>
<p><a href="https://www.youtube.com/watch?v=7_9D22t7KK4"><img alt="Watch the tutorial
video" src="https://img.youtube.com/vi/7_9D22t7KK4/hqdefault.jpg" /></a></p>

View File

@@ -3860,6 +3860,8 @@ $Env:KOMOREBI_CONFIG_HOME = 'C:\Users\LGUG2Z\.config\komorebi'
<code>~/.config/komorebi</code> directory.</p>
<p>The next time you run <code>komorebic start</code>, any files created by or loaded by
<em>komorebi</em> will be placed or expected to exist in this folder.</p>
<p><a href="https://www.youtube.com/watch?v=C_KWUqQ6kko"><img alt="Watch the tutorial
video" src="https://img.youtube.com/vi/C_KWUqQ6kko/hqdefault.jpg" /></a></p>

View File

@@ -3849,9 +3849,8 @@ file.</p>
&quot;default_container_padding&quot;: 0
}
</code></pre>
<!-- TODO: Record a new video -->
<p><a href="https://www.youtube.com/watch?v=eGr07mymgWE"><img alt="Watch the tutorial video" src="https://img.youtube.com/vi/eGr07mymgWE/hqdefault.jpg" /></a></p>
<p>A restart of <code>komorebi</code> is required after changing these settings.</p>
<p><a href="https://www.youtube.com/watch?v=6QYLao953XE"><img alt="Watch the tutorial video" src="https://img.youtube.com/vi/6QYLao953XE/hqdefault.jpg" /></a></p>

View File

@@ -545,13 +545,6 @@
Long path support
</a>
</li>
<li class="md-nav__item">
<a href="#local-data-directory" class="md-nav__link">
Local data directory
</a>
</li>
<li class="md-nav__item">
@@ -3926,13 +3919,6 @@
Long path support
</a>
</li>
<li class="md-nav__item">
<a href="#local-data-directory" class="md-nav__link">
Local data directory
</a>
</li>
<li class="md-nav__item">
@@ -4048,11 +4034,6 @@ running the following command in an Administrator Terminal before installing
<code>komorebi</code>.</p>
<pre><code class="language-powershell">Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
</code></pre>
<h2 id="local-data-directory">Local data directory</h2>
<p>If you are installing <code>komorebi</code> for the first time on a new machine, create a
dedicated folder for <code>komorebi</code> in <code>$Env:LOCALAPPDATA</code>.</p>
<pre><code class="language-powershell">mkdir &quot;$Env:LOCALAPPDATA\komorebi&quot; -ea 0
</code></pre>
<h2 id="scoop">Scoop</h2>
<p>Make sure you have installed <a href="https://scoop.sh"><code>scoop</code></a> and verified that
installed binaries are available in your <code>$PATH</code> before proceeding.</p>

File diff suppressed because one or more lines are too long