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 - name : Install mdBook
2121 env :
22- MDBOOK_VERSION : 0.4.52
22+ MDBOOK_VERSION : 0.5.2
2323 run : curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=/usr/local/bin
2424
2525 - name : Build
Original file line number Diff line number Diff line change 1717
1818 - name : Install mdBook
1919 env :
20- MDBOOK_VERSION : 0.4.52
20+ MDBOOK_VERSION : 0.5.2
2121 run : curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=/usr/local/bin
2222
2323 - name : Build
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ use-default-preprocessors = false
1212theme = " theme"
1313additional-css = [" theme/variables.css" ]
1414git-repository-url = " https://github.com/system76/tech-docs"
15- git-repository-icon = " fa -github"
15+ git-repository-icon = " fab -github"
1616no-section-label = true
17+ sidebar-header-nav = false
1718
1819[output .html .fold ]
1920enable = true
You can’t perform that action at this time.
0 commit comments