Skip to content

Commit fc360db

Browse files
authored
chore: Update mdbook to 0.5.2 (#341)
1 parent 7ee2f62 commit fc360db

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

book.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ use-default-preprocessors = false
1212
theme = "theme"
1313
additional-css = ["theme/variables.css"]
1414
git-repository-url = "https://github.com/system76/tech-docs"
15-
git-repository-icon = "fa-github"
15+
git-repository-icon = "fab-github"
1616
no-section-label = true
17+
sidebar-header-nav = false
1718

1819
[output.html.fold]
1920
enable = true

0 commit comments

Comments
 (0)