Skip to content

Commit ca3c3fe

Browse files
committed
deploy: 3ed8eba
1 parent a385545 commit ca3c3fe

1,050 files changed

Lines changed: 6335 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ <h1 class="page">Page Not Found</h1>
118118
new window.PagefindUI({
119119
element: '#search',
120120
showImages: false,
121-
filters: { version: '' },
121+
showEmptyFilters: false,
122+
resetStyles: false,
123+
pagefind_options: {
124+
filters: { version: '' },
125+
},
122126
});
123127
</script>
124128
<script src="/_/js/site.js"></script>

_/css/site-extra.css

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
/* Pagefind search widget in navbar */
3232
#search {
3333
width: 200px;
34+
position: relative;
3435
}
3536

3637
#search .pagefind-ui__search-input {
@@ -44,10 +45,69 @@
4445
padding: 0 0.25em;
4546
}
4647

48+
#search .pagefind-ui__form {
49+
position: relative;
50+
}
51+
52+
#search .pagefind-ui__form::before {
53+
display: none;
54+
}
55+
56+
#search .pagefind-ui__drawer {
57+
position: absolute;
58+
top: 100%;
59+
right: 0;
60+
width: 500px;
61+
max-width: 90vw;
62+
max-height: 70vh;
63+
overflow-y: auto;
64+
background: #fff;
65+
border: 1px solid #dbdbdb;
66+
border-radius: 4px;
67+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
68+
z-index: 1000;
69+
padding: 0.5rem 1rem;
70+
}
71+
72+
#search .pagefind-ui__result-link {
73+
color: #1a0dab;
74+
text-decoration: none;
75+
}
76+
77+
#search .pagefind-ui__result-link:hover {
78+
text-decoration: underline;
79+
}
80+
81+
#search .pagefind-ui__result-excerpt {
82+
color: #333;
83+
}
84+
85+
#search .pagefind-ui__message {
86+
color: #555;
87+
}
88+
89+
#search .pagefind-ui__button {
90+
color: #333;
91+
background: #fff;
92+
}
93+
94+
#search .pagefind-ui__search-clear {
95+
color: #333;
96+
background: #fff;
97+
}
98+
99+
#search .pagefind-ui__filter-panel {
100+
display: none;
101+
}
102+
47103
@media screen and (max-width: 768px) {
48104
#search {
49105
width: 100px;
50106
}
107+
#search .pagefind-ui__drawer {
108+
width: 300px;
109+
right: -50px;
110+
}
51111
}
52112

53113
.doc .image.conum > img {

docs-wiki/3.8/admonitions.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,11 @@ <h1 class="page">Admonition Definitions</h1>
207207
new window.PagefindUI({
208208
element: '#search',
209209
showImages: false,
210-
filters: { version: '3.8' },
210+
showEmptyFilters: false,
211+
resetStyles: false,
212+
pagefind_options: {
213+
filters: { version: '3.8' },
214+
},
211215
});
212216
</script>
213217
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/atom_editor.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,11 @@ <h2 id="atom-snippets"><a class="anchor" href="#atom-snippets"></a>Atom Snippets
582582
new window.PagefindUI({
583583
element: '#search',
584584
showImages: false,
585-
filters: { version: '3.8' },
585+
showEmptyFilters: false,
586+
resetStyles: false,
587+
pagefind_options: {
588+
filters: { version: '3.8' },
589+
},
586590
});
587591
</script>
588592
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/atom_snippets.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@ <h1 class="page">Atom Snippets</h1>
249249
new window.PagefindUI({
250250
element: '#search',
251251
showImages: false,
252-
filters: { version: '3.8' },
252+
showEmptyFilters: false,
253+
resetStyles: false,
254+
pagefind_options: {
255+
filters: { version: '3.8' },
256+
},
253257
});
254258
</script>
255259
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/emoji.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,11 @@ <h2 id="credits"><a class="anchor" href="#credits"></a>Credits</h2>
21112111
new window.PagefindUI({
21122112
element: '#search',
21132113
showImages: false,
2114-
filters: { version: '3.8' },
2114+
showEmptyFilters: false,
2115+
resetStyles: false,
2116+
pagefind_options: {
2117+
filters: { version: '3.8' },
2118+
},
21152119
});
21162120
</script>
21172121
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/wiki_admin.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,11 @@ <h2 id="versioning"><a class="anchor" href="#versioning"></a>Versioning</h2>
527527
new window.PagefindUI({
528528
element: '#search',
529529
showImages: false,
530-
filters: { version: '3.8' },
530+
showEmptyFilters: false,
531+
resetStyles: false,
532+
pagefind_options: {
533+
filters: { version: '3.8' },
534+
},
531535
});
532536
</script>
533537
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/wiki_contributor.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,11 @@ <h2 id="contribute"><a class="anchor" href="#contribute"></a>Contribute</h2>
241241
new window.PagefindUI({
242242
element: '#search',
243243
showImages: false,
244-
filters: { version: '3.8' },
244+
showEmptyFilters: false,
245+
resetStyles: false,
246+
pagefind_options: {
247+
filters: { version: '3.8' },
248+
},
245249
});
246250
</script>
247251
<script src="../../_/js/site.js"></script>

docs-wiki/3.8/wiki_translation.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,11 @@ <h2 id="conclusion"><a class="anchor" href="#conclusion"></a>Conclusion</h2>
730730
new window.PagefindUI({
731731
element: '#search',
732732
showImages: false,
733-
filters: { version: '3.8' },
733+
showEmptyFilters: false,
734+
resetStyles: false,
735+
pagefind_options: {
736+
filters: { version: '3.8' },
737+
},
734738
});
735739
</script>
736740
<script src="../../_/js/site.js"></script>

docs/3.2/bsd_license.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,11 @@ <h2 id="jmes-bsd-license"><a class="anchor" href="#jmes-bsd-license"></a>jME&#82
10611061
new window.PagefindUI({
10621062
element: '#search',
10631063
showImages: false,
1064-
filters: { version: '3.2' },
1064+
showEmptyFilters: false,
1065+
resetStyles: false,
1066+
pagefind_options: {
1067+
filters: { version: '3.2' },
1068+
},
10651069
});
10661070
</script>
10671071
<script src="../../_/js/site.js"></script>

0 commit comments

Comments
 (0)