Skip to content

Commit 635ff54

Browse files
committed
Regenerate docs for upcoming release
1 parent fd11e91 commit 635ff54

24 files changed

+83
-69
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Alternatively, if you prefer to use a `<script>` tag, you can require MiniSearch
8585
[from a CDN](https://www.jsdelivr.com/package/npm/minisearch):
8686

8787
```html
88-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/umd/index.min.js"></script>
88+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/umd/index.min.js"></script>
8989
```
9090

9191
In this case, `MiniSearch` will appear as a global variable in your project.

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
--dark-hl-15: #CE9178;
3434
--light-hl-16: #000000;
3535
--dark-hl-16: #D7BA7D;
36+
--light-hl-17: #267F99;
37+
--dark-hl-17: #4EC9B0;
3638
--light-code-background: #FFFFFF;
3739
--dark-code-background: #1E1E1E;
3840
}
@@ -55,6 +57,7 @@
5557
--hl-14: var(--light-hl-14);
5658
--hl-15: var(--light-hl-15);
5759
--hl-16: var(--light-hl-16);
60+
--hl-17: var(--light-hl-17);
5861
--code-background: var(--light-code-background);
5962
} }
6063

@@ -76,6 +79,7 @@
7679
--hl-14: var(--dark-hl-14);
7780
--hl-15: var(--dark-hl-15);
7881
--hl-16: var(--dark-hl-16);
82+
--hl-17: var(--dark-hl-17);
7983
--code-background: var(--dark-code-background);
8084
} }
8185

@@ -97,6 +101,7 @@
97101
--hl-14: var(--light-hl-14);
98102
--hl-15: var(--light-hl-15);
99103
--hl-16: var(--light-hl-16);
104+
--hl-17: var(--light-hl-17);
100105
--code-background: var(--light-code-background);
101106
}
102107

@@ -118,6 +123,7 @@
118123
--hl-14: var(--dark-hl-14);
119124
--hl-15: var(--dark-hl-15);
120125
--hl-16: var(--dark-hl-16);
126+
--hl-17: var(--dark-hl-17);
121127
--code-background: var(--dark-code-background);
122128
}
123129

@@ -138,4 +144,5 @@
138144
.hl-14 { color: var(--hl-14); }
139145
.hl-15 { color: var(--hl-15); }
140146
.hl-16 { color: var(--hl-16); }
147+
.hl-17 { color: var(--hl-17); }
141148
pre, code { background: var(--code-background); }

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.

0 commit comments

Comments
 (0)