File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 # Use MDBOOK_VERSION environment variable for better control
2121 - name : Set mdbook version
22- run : echo "MDBOOK_VERSION=0.4.52 " >> $GITHUB_ENV
22+ run : echo "MDBOOK_VERSION=0.5.1 " >> $GITHUB_ENV
2323
2424 # Directly download prebuilt binaries instead of using cargo install
2525 - name : Install mdBook
@@ -38,14 +38,11 @@ jobs:
3838 # Install plugins only if not in cache
3939 - name : Install mdbook plugins
4040 run : |
41- if ! command -v mdbook-alerts &> /dev/null; then
42- cargo install mdbook-alerts --version 0.7.0
43- fi
4441 if ! command -v mdbook-mermaid &> /dev/null; then
45- cargo install mdbook-mermaid --version 0.15 .0
42+ cargo install mdbook-mermaid --version 0.17 .0
4643 fi
4744 if ! command -v mdbook-langtabs &> /dev/null; then
48- cargo install mdbook-langtabs --version 0.1.1
45+ cargo install mdbook-langtabs --version 0.2.0
4946 fi
5047
5148 # Setup and build
Original file line number Diff line number Diff line change 11[book ]
22authors = []
33language = " en"
4- multilingual = false
54src = " src"
65title = " Styx Book"
76
8- [preprocessor .alerts ]
9-
107[preprocessor .mermaid ]
118command = " mdbook-mermaid"
129
Original file line number Diff line number Diff line change 11( function loadDeviconCSS ( ) {
22 const link = document . createElement ( 'link' ) ;
33 link . rel = 'stylesheet' ;
4- link . href = 'https://cdn.jsdelivr.net/gh/devicons/devicon@v2.16 .0/devicon.min.css' ;
4+ link . href = 'https://cdn.jsdelivr.net/gh/devicons/devicon@v2.17 .0/devicon.min.css' ;
55 document . head . appendChild ( link ) ;
66} ) ( ) ;
77
You can’t perform that action at this time.
0 commit comments