Skip to content

Commit dd768ae

Browse files
authored
Merge pull request #1960 from lean-ja/5vux13-codex/fix-layout-issues-after-mdbook-update
Fix theme for mdBook 0.4.41 sidebar changes
2 parents 024a4b0 + 60ca9c1 commit dd768ae

File tree

4 files changed

+123
-134
lines changed

4 files changed

+123
-134
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST_VERS
1919
ENV PATH=$PATH:$HOME/.cargo/bin
2020

2121
# mdbook と mdbook のプラグインのインストール
22-
RUN cargo install --version 0.4.40 mdbook && \
22+
RUN cargo install --version 0.4.41 mdbook && \
2323
cargo install --version 1.18.0 mdbook-admonish

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [mdbook-admonish](https://github.com/tommilligan/mdbook-admonish) を使用してカードを表示させています。
99

1010
> [!IMPORTANT]
11-
> 開発に使用する mdbook のバージョンは `0.4.40` に固定してください。
11+
> 開発に使用する mdbook のバージョンは `0.4.41` に固定してください。
1212
1313
* [mdgen](https://github.com/Seasawher/mdgen) を Lean ファイルから markdown ファイルを生成するために使用しています。
1414

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup mdBook
3737
uses: peaceiris/actions-mdbook@v2
3838
with:
39-
mdbook-version: '0.4.40'
39+
mdbook-version: '0.4.41'
4040

4141
- name: install mdbook-admonish
4242
uses: baptiste0928/cargo-install@v3

0 commit comments

Comments
 (0)