Skip to content

Commit

Permalink
patch in redbox.js and the instructor-menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kerscher committed Sep 6, 2024
1 parent 5864ee9 commit c5cb639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ additional-css = [
"theme/css/speaker-notes.css",
"theme/css/language-picker.css",
"theme/css/rtl.css",
"theme/redbox.js",
"theme/instructor-menu.js",
]
site-url = "/comprehensive-rust/"
git-repository-url = "https://github.com/google/comprehensive-rust"
Expand Down
2 changes: 2 additions & 0 deletions theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@
<script src="{{ path_to_root }}clipboard.min.js"></script>
<script src="{{ path_to_root }}highlight.js"></script>
<script src="{{ path_to_root }}book.js"></script>
<script src="{{ path_to_root }}theme/redbox.js"></script>
<script src="{{ path_to_root }}theme/instructor-menu.js"></script>

<!-- Custom JS scripts -->
{{#each additional_js}}
Expand Down

0 comments on commit c5cb639

Please sign in to comment.