Skip to content

Commit

Permalink
Update mdbook and mdbook-i18n-helpers (#1658)
Browse files Browse the repository at this point in the history
This also ports over the `mdbook` theme changes between version 0.4.35
and 0.4.36.
  • Loading branch information
mgeisler authored Jan 5, 2024
1 parent a5f4c92 commit 0e8d3e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.35
run: cargo install mdbook --locked --version 0.4.36
shell: bash

- name: Install mdbook-svgbob
run: cargo install mdbook-svgbob --locked --version 0.2.1
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.3.0
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
shell: bash

- name: Install mdbook-exerciser
Expand Down
4 changes: 3 additions & 1 deletion theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
<div class="sidebar-scrollbox">
{{#toc}}{{/toc}}
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
</div>
</nav>

<!-- Track and set sidebar scroll position -->
Expand Down

0 comments on commit 0e8d3e7

Please sign in to comment.