Skip to content

Commit aaac7da

Browse files
author
egor.pronin
committed
docs: regenerate
1 parent 33e834f commit aaac7da

File tree

8 files changed

+169
-120
lines changed

8 files changed

+169
-120
lines changed

docs/assets/highlight.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
--dark-hl-6: #DCDCAA;
1616
--light-hl-7: #008000;
1717
--dark-hl-7: #6A9955;
18-
--light-hl-8: #098658;
19-
--dark-hl-8: #B5CEA8;
18+
--light-hl-8: #267F99;
19+
--dark-hl-8: #4EC9B0;
20+
--light-hl-9: #098658;
21+
--dark-hl-9: #B5CEA8;
2022
--light-code-background: #FFFFFF;
2123
--dark-code-background: #1E1E1E;
2224
}
@@ -31,6 +33,7 @@
3133
--hl-6: var(--light-hl-6);
3234
--hl-7: var(--light-hl-7);
3335
--hl-8: var(--light-hl-8);
36+
--hl-9: var(--light-hl-9);
3437
--code-background: var(--light-code-background);
3538
} }
3639

@@ -44,6 +47,7 @@
4447
--hl-6: var(--dark-hl-6);
4548
--hl-7: var(--dark-hl-7);
4649
--hl-8: var(--dark-hl-8);
50+
--hl-9: var(--dark-hl-9);
4751
--code-background: var(--dark-code-background);
4852
} }
4953

@@ -57,6 +61,7 @@
5761
--hl-6: var(--light-hl-6);
5862
--hl-7: var(--light-hl-7);
5963
--hl-8: var(--light-hl-8);
64+
--hl-9: var(--light-hl-9);
6065
--code-background: var(--light-code-background);
6166
}
6267

@@ -70,6 +75,7 @@
7075
--hl-6: var(--dark-hl-6);
7176
--hl-7: var(--dark-hl-7);
7277
--hl-8: var(--dark-hl-8);
78+
--hl-9: var(--dark-hl-9);
7379
--code-background: var(--dark-code-background);
7480
}
7581

@@ -82,4 +88,5 @@
8288
.hl-6 { color: var(--hl-6); }
8389
.hl-7 { color: var(--hl-7); }
8490
.hl-8 { color: var(--hl-8); }
91+
.hl-9 { color: var(--hl-9); }
8592
pre, code { background: var(--code-background); }

docs/assets/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/PagesBuilder.html

Lines changed: 92 additions & 56 deletions
Large diffs are not rendered by default.

docs/interfaces/PagesInteraction.html

Lines changed: 58 additions & 56 deletions
Large diffs are not rendered by default.

docs/interfaces/Trigger.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<ul class="tsd-breadcrumb">
1313
<li><a href="../modules.html">discord.js-pages</a></li>
1414
<li><a href="Trigger.html">Trigger</a></li></ul>
15-
<h1>Interface Trigger&lt;T&gt;</h1></div>
15+
<h1>Interface Trigger&lt;T&gt;</h1></div>
1616
<section class="tsd-panel tsd-type-parameters">
1717
<h4>Type Parameters</h4>
1818
<ul class="tsd-type-parameters">
1919
<li>
20-
<h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">MessageActionRowComponent</span></h4></li></ul></section>
20+
<h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">MessageActionRowComponent</span></h4></li></ul></section>
2121
<section class="tsd-panel tsd-hierarchy">
2222
<h4>Hierarchy</h4>
2323
<ul class="tsd-hierarchy">

docs/types/AllowArray.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
<h1>Type alias AllowArray&lt;T&gt;</h1></div>
1616
<div class="tsd-signature">Allow<wbr/>Array<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span></div>
1717
<h4 class="tsd-type-parameters-title">Type Parameters</h4>
18+
<section class="tsd-panel tsd-type-parameters">
19+
<h4>Type Parameters</h4>
1820
<ul class="tsd-type-parameters">
1921
<li>
20-
<h4>T</h4></li></ul><aside class="tsd-sources">
22+
<h4>T</h4></li></ul></section><aside class="tsd-sources">
2123
<ul>
2224
<li>Defined in <a href="https://github.com/MrZillaGold/discord.js-pages/blob/master/src/types/utils.ts#L1">src/types/utils.ts:1</a></li></ul></aside></div>
2325
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">

docs/types/TriggerCallback.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
<h1>Type alias TriggerCallback&lt;T&gt;</h1></div>
1616
<div class="tsd-signature">Trigger<wbr/>Callback<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>interaction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">MessageComponentInteraction</span>, <span class="tsd-signature-symbol">...</span>components<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span></div>
1717
<h4 class="tsd-type-parameters-title">Type Parameters</h4>
18+
<section class="tsd-panel tsd-type-parameters">
19+
<h4>Type Parameters</h4>
1820
<ul class="tsd-type-parameters">
1921
<li>
20-
<h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">MessageActionRowComponent</span></h4></li></ul>
22+
<h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">MessageActionRowComponent</span></h4></li></ul></section>
2123
<div class="tsd-type-declaration">
2224
<h4>Type declaration</h4>
2325
<ul class="tsd-parameters">

0 commit comments

Comments
 (0)