Skip to content

Commit 2b1d6cb

Browse files
committed
deploy: c6fb9bd
1 parent 3d320c0 commit 2b1d6cb

1,049 files changed

Lines changed: 2091 additions & 2091 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h1 class="page">Page Not Found</h1>
128128
const input = root.querySelector('.wiki-search-input');
129129
const panel = root.querySelector('.wiki-search-results');
130130

131-
const pagefind = await import('/_pagefind/pagefind.js');
131+
const pagefind = await import('/pagefind/pagefind.js');
132132

133133
function clearResults() {
134134
panel.innerHTML = '';

docs-wiki/3.8/admonitions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1 class="page">Admonition Definitions</h1>
217217
const input = root.querySelector('.wiki-search-input');
218218
const panel = root.querySelector('.wiki-search-results');
219219

220-
const pagefind = await import('/_pagefind/pagefind.js');
220+
const pagefind = await import('/pagefind/pagefind.js');
221221

222222
function clearResults() {
223223
panel.innerHTML = '';

docs-wiki/3.8/atom_editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ <h2 id="atom-snippets"><a class="anchor" href="#atom-snippets"></a>Atom Snippets
592592
const input = root.querySelector('.wiki-search-input');
593593
const panel = root.querySelector('.wiki-search-results');
594594

595-
const pagefind = await import('/_pagefind/pagefind.js');
595+
const pagefind = await import('/pagefind/pagefind.js');
596596

597597
function clearResults() {
598598
panel.innerHTML = '';

docs-wiki/3.8/atom_snippets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1 class="page">Atom Snippets</h1>
259259
const input = root.querySelector('.wiki-search-input');
260260
const panel = root.querySelector('.wiki-search-results');
261261

262-
const pagefind = await import('/_pagefind/pagefind.js');
262+
const pagefind = await import('/pagefind/pagefind.js');
263263

264264
function clearResults() {
265265
panel.innerHTML = '';

docs-wiki/3.8/emoji.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ <h2 id="credits"><a class="anchor" href="#credits"></a>Credits</h2>
21212121
const input = root.querySelector('.wiki-search-input');
21222122
const panel = root.querySelector('.wiki-search-results');
21232123

2124-
const pagefind = await import('/_pagefind/pagefind.js');
2124+
const pagefind = await import('/pagefind/pagefind.js');
21252125

21262126
function clearResults() {
21272127
panel.innerHTML = '';

docs-wiki/3.8/wiki_admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ <h2 id="versioning"><a class="anchor" href="#versioning"></a>Versioning</h2>
537537
const input = root.querySelector('.wiki-search-input');
538538
const panel = root.querySelector('.wiki-search-results');
539539

540-
const pagefind = await import('/_pagefind/pagefind.js');
540+
const pagefind = await import('/pagefind/pagefind.js');
541541

542542
function clearResults() {
543543
panel.innerHTML = '';

docs-wiki/3.8/wiki_contributor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h2 id="contribute"><a class="anchor" href="#contribute"></a>Contribute</h2>
251251
const input = root.querySelector('.wiki-search-input');
252252
const panel = root.querySelector('.wiki-search-results');
253253

254-
const pagefind = await import('/_pagefind/pagefind.js');
254+
const pagefind = await import('/pagefind/pagefind.js');
255255

256256
function clearResults() {
257257
panel.innerHTML = '';

docs-wiki/3.8/wiki_translation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ <h2 id="conclusion"><a class="anchor" href="#conclusion"></a>Conclusion</h2>
740740
const input = root.querySelector('.wiki-search-input');
741741
const panel = root.querySelector('.wiki-search-results');
742742

743-
const pagefind = await import('/_pagefind/pagefind.js');
743+
const pagefind = await import('/pagefind/pagefind.js');
744744

745745
function clearResults() {
746746
panel.innerHTML = '';

docs/3.2/bsd_license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ <h2 id="jmes-bsd-license"><a class="anchor" href="#jmes-bsd-license"></a>jME&#82
10711071
const input = root.querySelector('.wiki-search-input');
10721072
const panel = root.querySelector('.wiki-search-results');
10731073

1074-
const pagefind = await import('/_pagefind/pagefind.js');
1074+
const pagefind = await import('/pagefind/pagefind.js');
10751075

10761076
function clearResults() {
10771077
panel.innerHTML = '';

docs/3.2/contributions/ai/building_recast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ <h4 id="creating-new-wrapper-with-swig"><a class="anchor" href="#creating-new-wr
12901290
const input = root.querySelector('.wiki-search-input');
12911291
const panel = root.querySelector('.wiki-search-results');
12921292

1293-
const pagefind = await import('/_pagefind/pagefind.js');
1293+
const pagefind = await import('/pagefind/pagefind.js');
12941294

12951295
function clearResults() {
12961296
panel.innerHTML = '';

0 commit comments

Comments
 (0)