1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-02 06:32:19 +02:00

Update mdbook and mdbook-i18n-helpers (#1658)

This also ports over the `mdbook` theme changes between version 0.4.35
and 0.4.36.
This commit is contained in:
Martin Geisler 2024-01-05 15:56:18 +01:00 committed by GitHub
parent a5f4c92b34
commit 0e8d3e77c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@ 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
@ -16,7 +16,7 @@ runs:
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

View File

@ -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 -->