Skip to content

Commit 27426e5

Browse files
committed
fix attempt
1 parent 1db5f5d commit 27426e5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

66
gem "just-the-docs", "0.10.1" # pinned to the current release
7-
# gem "just-the-docs" # always download the latest release
7+
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ GEM
1818
google-protobuf (4.30.2-arm64-darwin)
1919
bigdecimal
2020
rake (>= 13)
21+
google-protobuf (4.30.2-x86_64-linux)
22+
bigdecimal
23+
rake (>= 13)
2124
http_parser.rb (0.8.0)
2225
i18n (1.14.7)
2326
concurrent-ruby (~> 1.0)
@@ -75,6 +78,8 @@ GEM
7578
safe_yaml (1.0.5)
7679
sass-embedded (1.87.0-arm64-darwin)
7780
google-protobuf (~> 4.30)
81+
sass-embedded (1.87.0-x86_64-linux-gnu)
82+
google-protobuf (~> 4.30)
7883
terminal-table (3.0.2)
7984
unicode-display_width (>= 1.1.1, < 3)
8085
unicode-display_width (2.6.0)
@@ -86,8 +91,7 @@ PLATFORMS
8691

8792
DEPENDENCIES
8893
jekyll (~> 4.4.1)
89-
jekyll-sass-converter (~> 3.1.0)
90-
just-the-docs (= 0.10.1)
94+
just-the-docs
9195

9296
BUNDLED WITH
9397
2.5.9

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ url: https://just-the-docs.github.io
99
aux_links:
1010
Quant: https://quant.network/
1111
Flow: https://quant.network/quant-flow/
12+
Sandbox:
1213

1314

14-
favicon_ico: "/assets/images/favicon.ico"
15+
favicon_ico: "/assets/images/favicon.ico"

0 commit comments

Comments
 (0)