update: remove em dashes, plans

This commit is contained in:
2026-03-22 06:18:23 +04:00
parent a1d37c6215
commit 1a0b6bb0fe
10 changed files with 31 additions and 30 deletions
+2 -2
View File
@@ -95,7 +95,7 @@
<h3>Register</h3>
<div class="endpoint"><span class="method post">POST</span><span class="path">/account/register</span></div>
<p class="endpoint-desc">Create a new account. Email is optional used only for account recovery.</p>
<p class="endpoint-desc">Create a new account. Email is optional and used only for account recovery.</p>
<div class="cb">
<div class="cb-header"><span class="cb-lang">json — request body</span></div>
<pre>{ <span class="k">"email"</span>: <span class="s">"you@example.com"</span> } <span class="c">// optional</span></pre>
@@ -267,7 +267,7 @@
<!-- $consider -->
<div id="ql-consider" class="section">
<h2>$consider</h2>
<p>By default, matching conditions mean the monitor is <strong style="color:#4ade80">up</strong>. Set <code style="color:#93c5fd;background:#0f172a;padding:0.1em 0.35em;border-radius:0.2rem;font-size:0.78rem">"$consider": "down"</code> to flip this — if the conditions match, the monitor is <strong style="color:#f87171">down</strong>.</p>
<p>By default, matching conditions mean the monitor is <strong style="color:#4ade80">up</strong>. Set <code style="color:#93c5fd;background:#0f172a;padding:0.1em 0.35em;border-radius:0.2rem;font-size:0.78rem">"$consider": "down"</code> to flip this. If the conditions match, the monitor is <strong style="color:#f87171">down</strong>.</p>
<div class="cb">
<div class="cb-header"><span class="cb-lang">json</span></div>
<pre><span class="c">// down if response time exceeds 2 seconds</span>