Skip to content

Commit ddf029e

Browse files
jtd errors.
1 parent db6aeb3 commit ddf029e

File tree

9 files changed

+39
-258
lines changed

9 files changed

+39
-258
lines changed

docs/Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.3.3"
10+
gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12-
gem "minima", "~> 2.5"
12+
#gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
# gem "github-pages", group: :jekyll_plugins
@@ -33,5 +33,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3333
# do not have a Java counterpart.
3434
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3535

36-
gem "just-the-docs"
36+
gem "just-the-docs", "~> 0.10.1"
3737
gem 'jemoji'
38+
39+
gem 'sass-embedded', '1.78'

docs/Gemfile.lock

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,26 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
1717
bigdecimal (3.1.8)
1818
cgi (0.4.2)
1919
colorator (1.1.0)
2020
concurrent-ruby (1.2.3)
2121
connection_pool (2.4.1)
22+
csv (3.3.5)
2223
drb (2.2.1)
2324
em-websocket (0.5.3)
2425
eventmachine (>= 0.12.9)
2526
http_parser.rb (~> 0)
2627
erb (4.0.4)
2728
cgi (>= 0.3.3)
2829
eventmachine (1.2.7)
29-
ffi (1.16.3)
30+
ffi (1.17.2-x86_64-linux-gnu)
3031
forwardable-extended (2.6.0)
3132
gemoji (4.1.0)
32-
google-protobuf (4.29.2-x86_64-linux)
33+
google-protobuf (4.32.1-x86_64-linux-gnu)
3334
bigdecimal
3435
rake (>= 13)
3536
html-pipeline (2.14.3)
@@ -38,17 +39,20 @@ GEM
3839
http_parser.rb (0.8.0)
3940
i18n (1.14.5)
4041
concurrent-ruby (~> 1.0)
41-
jekyll (4.3.3)
42+
jekyll (4.4.1)
4243
addressable (~> 2.4)
44+
base64 (~> 0.2)
4345
colorator (~> 1.0)
46+
csv (~> 3.0)
4447
em-websocket (~> 0.5)
4548
i18n (~> 1.0)
4649
jekyll-sass-converter (>= 2.0, < 4.0)
4750
jekyll-watch (~> 2.0)
51+
json (~> 2.6)
4852
kramdown (~> 2.3, >= 2.3.1)
4953
kramdown-parser-gfm (~> 1.0)
5054
liquid (~> 4.0)
51-
mercenary (>= 0.3.6, < 0.5)
55+
mercenary (~> 0.3, >= 0.3.6)
5256
pathutil (~> 0.9)
5357
rouge (>= 3.0, < 5.0)
5458
safe_yaml (~> 1.0)
@@ -62,8 +66,8 @@ GEM
6266
jekyll (>= 3.7, < 5.0)
6367
jekyll-include-cache (0.2.1)
6468
jekyll (>= 3.7, < 5.0)
65-
jekyll-sass-converter (3.0.0)
66-
sass-embedded (~> 1.54)
69+
jekyll-sass-converter (3.1.0)
70+
sass-embedded (~> 1.75)
6771
jekyll-seo-tag (2.8.0)
6872
jekyll (>= 3.8, < 5.0)
6973
jekyll-watch (2.2.1)
@@ -72,59 +76,56 @@ GEM
7276
gemoji (>= 3, < 5)
7377
html-pipeline (~> 2.2)
7478
jekyll (>= 3.0, < 5.0)
75-
just-the-docs (0.8.2)
79+
json (2.15.1)
80+
just-the-docs (0.10.1)
7681
jekyll (>= 3.8.5)
7782
jekyll-include-cache
7883
jekyll-seo-tag (>= 2.0)
7984
rake (>= 12.3.1)
80-
kramdown (2.4.0)
81-
rexml
85+
kramdown (2.5.1)
86+
rexml (>= 3.3.9)
8287
kramdown-parser-gfm (1.1.0)
8388
kramdown (~> 2.0)
8489
liquid (4.0.4)
8590
listen (3.9.0)
8691
rb-fsevent (~> 0.10, >= 0.10.3)
8792
rb-inotify (~> 0.9, >= 0.9.10)
8893
mercenary (0.4.0)
89-
minima (2.5.1)
90-
jekyll (>= 3.5, < 5.0)
91-
jekyll-feed (~> 0.9)
92-
jekyll-seo-tag (~> 2.1)
9394
minitest (5.24.1)
9495
mutex_m (0.2.0)
9596
nokogiri (1.18.9-x86_64-linux-gnu)
9697
racc (~> 1.4)
9798
pathutil (0.16.2)
9899
forwardable-extended (~> 2.6)
99-
public_suffix (5.0.5)
100+
public_suffix (6.0.2)
100101
racc (1.8.1)
101102
rake (13.2.1)
102103
rb-fsevent (0.11.2)
103104
rb-inotify (0.11.1)
104105
ffi (~> 1.0)
105-
rexml (3.3.9)
106-
rouge (4.2.1)
106+
rexml (3.4.4)
107+
rouge (4.6.1)
107108
safe_yaml (1.0.5)
108-
sass-embedded (1.83.0-x86_64-linux-gnu)
109-
google-protobuf (~> 4.28)
109+
sass-embedded (1.78.0-x86_64-linux-gnu)
110+
google-protobuf (~> 4.27)
110111
terminal-table (3.0.2)
111112
unicode-display_width (>= 1.1.1, < 3)
112113
tzinfo (2.0.6)
113114
concurrent-ruby (~> 1.0)
114-
unicode-display_width (2.5.0)
115-
webrick (1.8.2)
115+
unicode-display_width (2.6.0)
116+
webrick (1.9.1)
116117

117118
PLATFORMS
118119
x86_64-linux
119120

120121
DEPENDENCIES
121122
http_parser.rb (~> 0.6.0)
122-
jekyll (~> 4.3.3)
123+
jekyll (~> 4.4.1)
123124
jekyll-drawio
124125
jekyll-feed (~> 0.12)
125126
jemoji
126-
just-the-docs
127-
minima (~> 2.5)
127+
just-the-docs (~> 0.10.1)
128+
sass-embedded (= 1.78)
128129
tzinfo (>= 1, < 3)
129130
tzinfo-data
130131
wdm (~> 0.1.1)

docs/_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plugins:
3838
- jekyll-feed
3939
- jemoji
4040

41-
color_scheme: nhs
41+
#color_scheme: nhs
4242
mermaid:
4343
# Version of mermaid library
4444
# Pick an available version from https://cdn.jsdelivr.net/npm/mermaid/
@@ -74,6 +74,9 @@ nav_external_links:
7474
hide_icon: false # set to true to hide the external link icon - defaults to false
7575
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
7676

77+
sass:
78+
quiet_deps: true
79+
7780
callouts:
7881
warning:
7982
title: Warning
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
<script src="{{ '/assets/js/nhs-notify.js' | relative_url }}"></script>

docs/_sass/color_schemes/nhs.scss

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/_sass/custom/custom.scss

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)