Skip to content

Commit

Permalink
Fix jekyll-tabs rendering in the estela docs (#239)
Browse files Browse the repository at this point in the history
* Update .ruby-version to 3.2.2
* Fix jekyll-tabs rendering
  • Loading branch information
mgonnav authored Jan 24, 2024
1 parent 702bdd6 commit a28b0c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.1
3.2.2
1 change: 1 addition & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-17
x86_64-linux

Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/head_custom.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<head>
<link rel="stylesheet" href="/docs/assets/css/tabs.css">
<script src="/docs/assets/js/tabs.js"></script>
<link rel="stylesheet" href="/assets/css/tabs.css">
<script src="/assets/js/tabs.js"></script>
</head>
43 changes: 3 additions & 40 deletions docs/assets/js/tabs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a28b0c8

Please sign in to comment.