Skip to content

Commit 11ac8a1

Browse files
Docs0 v1.1.8
1 parent d548752 commit 11ac8a1

4 files changed

Lines changed: 43 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Docs0 Changelog
22

3+
## 1.1.8 (2025-10-24)
4+
5+
- Improve search indexing robustness
6+
37
## 1.1.7 (2025-04-05)
48

59
- Add `terms_url` to the footer

Gemfile.lock

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (7.2.2.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -14,33 +15,36 @@ GEM
1415
tzinfo (~> 2.0, >= 2.0.5)
1516
addressable (2.8.7)
1617
public_suffix (>= 2.0.2, < 7.0)
17-
base64 (0.2.0)
18-
bigdecimal (3.1.8)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (3.3.1)
1921
coffee-script (2.4.1)
2022
coffee-script-source
2123
execjs
2224
coffee-script-source (1.11.1)
2325
colorator (1.1.0)
24-
commonmarker (0.23.10)
25-
concurrent-ruby (1.3.4)
26-
connection_pool (2.4.1)
27-
dnsruby (1.72.2)
26+
commonmarker (0.23.12)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.4)
29+
dnsruby (1.73.0)
30+
base64 (>= 0.2)
31+
logger (~> 1.6)
2832
simpleidn (~> 0.2.1)
29-
drb (2.2.1)
33+
drb (2.2.3)
3034
em-websocket (0.5.3)
3135
eventmachine (>= 0.12.9)
3236
http_parser.rb (~> 0)
33-
ethon (0.16.0)
37+
ethon (0.17.0)
3438
ffi (>= 1.15.0)
3539
eventmachine (1.2.7)
36-
execjs (2.9.1)
37-
faraday (2.12.0)
38-
faraday-net_http (>= 2.0, < 3.4)
40+
execjs (2.10.0)
41+
faraday (2.14.0)
42+
faraday-net_http (>= 2.0, < 3.5)
3943
json
4044
logger
41-
faraday-net_http (3.3.0)
42-
net-http
43-
ffi (1.17.0)
45+
faraday-net_http (3.4.1)
46+
net-http (>= 0.5.0)
47+
ffi (1.17.2)
4448
forwardable-extended (2.6.0)
4549
gemoji (3.0.1)
4650
github-pages (228)
@@ -98,7 +102,7 @@ GEM
98102
activesupport (>= 2)
99103
nokogiri (>= 1.4)
100104
http_parser.rb (0.8.0)
101-
i18n (1.14.6)
105+
i18n (1.14.7)
102106
concurrent-ruby (~> 1.0)
103107
jekyll (3.9.3)
104108
addressable (~> 2.4)
@@ -208,7 +212,7 @@ GEM
208212
gemoji (~> 3.0)
209213
html-pipeline (~> 2.2)
210214
jekyll (>= 3.0, < 5.0)
211-
json (2.7.2)
215+
json (2.15.1)
212216
kramdown (2.3.2)
213217
rexml
214218
kramdown-parser-gfm (1.1.0)
@@ -217,20 +221,18 @@ GEM
217221
listen (3.9.0)
218222
rb-fsevent (~> 0.10, >= 0.10.3)
219223
rb-inotify (~> 0.9, >= 0.9.10)
220-
logger (1.6.1)
224+
logger (1.7.0)
221225
mercenary (0.3.6)
226+
mini_portile2 (2.8.9)
222227
minima (2.5.1)
223228
jekyll (>= 3.5, < 5.0)
224229
jekyll-feed (~> 0.9)
225230
jekyll-seo-tag (~> 2.1)
226-
minitest (5.25.1)
227-
net-http (0.4.1)
231+
minitest (5.26.0)
232+
net-http (0.6.0)
228233
uri
229-
nokogiri (1.16.7-arm64-darwin)
230-
racc (~> 1.4)
231-
nokogiri (1.16.7-x86_64-darwin)
232-
racc (~> 1.4)
233-
nokogiri (1.16.7-x86_64-linux)
234+
nokogiri (1.18.10)
235+
mini_portile2 (~> 2.8.2)
234236
racc (~> 1.4)
235237
octokit (4.25.1)
236238
faraday (>= 1, < 3)
@@ -242,19 +244,19 @@ GEM
242244
rb-fsevent (0.11.2)
243245
rb-inotify (0.11.1)
244246
ffi (~> 1.0)
245-
rexml (3.3.8)
247+
rexml (3.4.4)
246248
rouge (3.26.0)
247-
rubyzip (2.3.2)
249+
rubyzip (2.4.1)
248250
safe_yaml (1.0.5)
249251
sass (3.7.4)
250252
sass-listen (~> 4.0.0)
251253
sass-listen (4.0.0)
252254
rb-fsevent (~> 0.9, >= 0.9.4)
253255
rb-inotify (~> 0.9, >= 0.9.7)
254-
sawyer (0.9.2)
256+
sawyer (0.9.3)
255257
addressable (>= 2.3.5)
256258
faraday (>= 0.17.3, < 3)
257-
securerandom (0.3.1)
259+
securerandom (0.4.1)
258260
simpleidn (0.2.3)
259261
terminal-table (1.8.0)
260262
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -263,8 +265,8 @@ GEM
263265
tzinfo (2.0.6)
264266
concurrent-ruby (~> 1.0)
265267
unicode-display_width (1.8.0)
266-
uri (0.13.1)
267-
webrick (1.8.2)
268+
uri (1.0.4)
269+
webrick (1.9.1)
268270

269271
PLATFORMS
270272
arm64-darwin-23

assets/scripts/fuse-index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
---
33
var searchIndex = [{% for collection in site.collections %}{% assign colsize = collection.files | size %}{% if colsize > 0 %}{% for page in site[collection.label] %}{% unless page.unlisted %}{% unless page.redirect %}
44
{
5-
"id": "{{ page.id | slugify }}",
6-
"url": "{{ page.url | remove: 'index.html' }}",
7-
"title": "{{ page.title }}",
8-
"content": `{{ page.content | strip_html | newline_to_br | replace: '<br />', ' ' | strip_newlines | remove:'"' | remove:'`' }}`
5+
"id": {{ page.id | slugify | jsonify }},
6+
"url": {{ page.url | remove: 'index.html' | jsonify }},
7+
"title": {{ page.title | strip_html | strip_newlines | jsonify }},
8+
"content": {{ page.content | strip_html | newline_to_br | replace: '<br />', ' ' | strip_newlines | jsonify }}
99
}{% endunless %}{% endunless %}{% unless forloop.last %},{% endunless %}{% endfor %}{% endif %}{% endfor %}
1010
];

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Docs0",
3-
"version": "1.1.7",
4-
"lastUpdated": "2025-04-05",
3+
"version": "1.1.8",
4+
"lastUpdated": "2025-10-24",
55
"scripts": {
66
"run (incremental)": "bundle exec jekyll serve --incremental --port 4001",
77
"run (full)": "bundle exec jekyll serve --port 4001",

0 commit comments

Comments
 (0)