Skip to content

Commit

Permalink
deploy: 8a49d58
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 7, 2024
1 parent f581050 commit 1ad05be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configuration/pane/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1 class="menu-title"></h1>
<div id="content" class="content">
<main>
<h1 id="pane"><a class="header" href="#pane"><code>[pane]</code></a></h1>
<p>A <em>pane</em> is composed by a single <a href="../buffers/index.html">buffer</a>. You can have multiple panes within Halloy. Each pane can be moved around by dragging it at the pane header.</p>
<p>A <em>pane</em> is composed by a single <a href="../buffer/index.html">buffer</a>. You can have multiple panes within Halloy. Each pane can be moved around by dragging it at the pane header.</p>
<h2 id="configuration"><a class="header" href="#configuration">Configuration</a></h2>
<p>None</p>

Expand Down
2 changes: 1 addition & 1 deletion guides/multiple-servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h1 class="menu-title"></h1>
<main>
<h1 id="multiple-servers"><a class="header" href="#multiple-servers">Multiple servers</a></h1>
<p>Creating multiple <code>[servers]</code> sections lets you connect to multiple servers.<br />
All configuration options can be found <a href="../configuration/servers.html">here</a>.</p>
All configuration options can be found <a href="../configuration/servers/index.html">here</a>.</p>
<pre><code class="language-toml">[servers.liberachat]
nickname = "halloy-user"
server = "irc.libera.chat"
Expand Down
4 changes: 2 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h2 id="maintainers"><a class="header" href="#maintainers">Maintainers</a></h2>
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="multiple-servers"><a class="header" href="#multiple-servers">Multiple servers</a></h1>
<p>Creating multiple <code>[servers]</code> sections lets you connect to multiple servers.<br />
All configuration options can be found <a href="guides/../configuration/servers.html">here</a>.</p>
All configuration options can be found <a href="guides/../configuration/servers/index.html">here</a>.</p>
<pre><code class="language-toml">[servers.liberachat]
nickname = "halloy-user"
server = "irc.libera.chat"
Expand Down Expand Up @@ -1037,7 +1037,7 @@ <h2 id="show_toast"><a class="header" href="#show_toast"><code>show_toast</code>
<li><strong>default</strong>: <code>false</code></li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="pane"><a class="header" href="#pane"><code>[pane]</code></a></h1>
<p>A <em>pane</em> is composed by a single <a href="configuration/pane/../buffers/index.html">buffer</a>. You can have multiple panes within Halloy. Each pane can be moved around by dragging it at the pane header.</p>
<p>A <em>pane</em> is composed by a single <a href="configuration/pane/../buffer/index.html">buffer</a>. You can have multiple panes within Halloy. Each pane can be moved around by dragging it at the pane header.</p>
<h2 id="configuration-6"><a class="header" href="#configuration-6">Configuration</a></h2>
<p>None</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="proxy"><a class="header" href="#proxy"><code>[proxy]</code></a></h1>
Expand Down

0 comments on commit 1ad05be

Please sign in to comment.