Skip to content

Commit 726cc44

Browse files
committed
Set mdbook version to 0.4.52
Sidebar toggles are not working in the latest version
1 parent e01bd1c commit 726cc44

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup mdBook
2828
uses: peaceiris/actions-mdbook@v2
2929
with:
30-
mdbook-version: 'latest'
30+
mdbook-version: '0.4.52'
3131

3232
- name: Install mdbook-mermaid
3333
run: cargo install mdbook-mermaid

docs/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edit-url-template = "https://github.com/NREL/torc/edit/main/docs/{path}"
1818
site-url = "/torc/"
1919
cname = ""
2020
additional-css = ["custom.css"]
21-
additional-js = ["mermaid.min.js", "mermaid-init.js", "sidebar-toggle.js"]
21+
additional-js = ["mermaid.min.js", "mermaid-init.js"]
2222

2323
[output.html.print]
2424
enable = true

docs/sidebar-toggle.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)