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:
parent
a5f4c92b34
commit
0e8d3e77c2
4
.github/workflows/install-mdbook/action.yml
vendored
4
.github/workflows/install-mdbook/action.yml
vendored
@ -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
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user