Skip to content

Commit

Permalink
docs(*): update docs with latest from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mech committed Aug 17, 2024
1 parent 5cfb5f2 commit b1fa88f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 50 deletions.
50 changes: 34 additions & 16 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
:root {
--light-hl-0: #0000ff;
--dark-hl-0: #569cd6;
--light-hl-0: #af00db;
--dark-hl-0: #c586c0;
--light-hl-1: #000000;
--dark-hl-1: #d4d4d4;
--light-hl-2: #001080;
--dark-hl-2: #9cdcfe;
--light-hl-3: #795e26;
--dark-hl-3: #dcdcaa;
--light-hl-4: #a31515;
--dark-hl-4: #ce9178;
--light-hl-5: #008000;
--dark-hl-5: #6a9955;
--light-hl-6: #811f3f;
--dark-hl-6: #d16969;
--light-hl-7: #ee0000;
--dark-hl-7: #d7ba7d;
--light-hl-8: #ee0000;
--dark-hl-8: #dcdcaa;
--light-hl-9: #d16969;
--dark-hl-9: #ce9178;
--light-hl-3: #a31515;
--dark-hl-3: #ce9178;
--light-hl-4: #0000ff;
--dark-hl-4: #569cd6;
--light-hl-5: #0070c1;
--dark-hl-5: #4fc1ff;
--light-hl-6: #795e26;
--dark-hl-6: #dcdcaa;
--light-hl-7: #008000;
--dark-hl-7: #6a9955;
--light-hl-8: #811f3f;
--dark-hl-8: #d16969;
--light-hl-9: #ee0000;
--dark-hl-9: #d7ba7d;
--light-hl-10: #ee0000;
--dark-hl-10: #dcdcaa;
--light-hl-11: #d16969;
--dark-hl-11: #ce9178;
--light-code-background: #ffffff;
--dark-code-background: #1e1e1e;
}
Expand All @@ -35,6 +39,8 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--code-background: var(--light-code-background);
}
}
Expand All @@ -51,6 +57,8 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--code-background: var(--dark-code-background);
}
}
Expand All @@ -66,6 +74,8 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--code-background: var(--light-code-background);
}

Expand All @@ -80,6 +90,8 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--code-background: var(--dark-code-background);
}

Expand Down Expand Up @@ -113,6 +125,12 @@
.hl-9 {
color: var(--hl-9);
}
.hl-10 {
color: var(--hl-10);
}
.hl-11 {
color: var(--hl-11);
}
pre,
code {
background: var(--code-background);
Expand Down
26 changes: 13 additions & 13 deletions docs/classes/Filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>Class Filter</h1>
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L37"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L37"
>badwords.ts:37</a
>
</li>
Expand Down Expand Up @@ -260,7 +260,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L74"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L74"
>badwords.ts:74</a
>
</li>
Expand Down Expand Up @@ -309,7 +309,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L47"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L47"
>badwords.ts:47</a
>
</li>
Expand Down Expand Up @@ -341,7 +341,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L42"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L42"
>badwords.ts:42</a
>
</li>
Expand Down Expand Up @@ -375,7 +375,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L52"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L52"
>badwords.ts:52</a
>
</li>
Expand Down Expand Up @@ -409,7 +409,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L57"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L57"
>badwords.ts:57</a
>
</li>
Expand Down Expand Up @@ -446,7 +446,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L62"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L62"
>badwords.ts:62</a
>
</li>
Expand Down Expand Up @@ -480,7 +480,7 @@ <h3 class="tsd-anchor-link">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L67"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L67"
>badwords.ts:67</a
>
</li>
Expand Down Expand Up @@ -563,7 +563,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L138"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L138"
>badwords.ts:138</a
>
</li>
Expand Down Expand Up @@ -629,7 +629,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L119"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L119"
>badwords.ts:119</a
>
</li>
Expand Down Expand Up @@ -695,7 +695,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L91"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L91"
>badwords.ts:91</a
>
</li>
Expand Down Expand Up @@ -766,7 +766,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L154"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L154"
>badwords.ts:154</a
>
</li>
Expand Down Expand Up @@ -833,7 +833,7 @@ <h4 class="tsd-returns-title">
<li>
Defined in
<a
href="https://github.com/web-mech/badwords/blob/c7d48782f289d09a0beb9047a2fa0cc17b901b66/src/badwords.ts#L109"
href="https://github.com/web-mech/badwords/blob/68b74fdf4bb053b045376a76f29903f54599d03d/src/badwords.ts#L109"
>badwords.ts:109</a
>
</li>
Expand Down
Loading

0 comments on commit b1fa88f

Please sign in to comment.