Skip to content

Commit

Permalink
Update mdBook version
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Aug 8, 2024
1 parent 3a3ce7c commit 1e52acc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.3.7
MDBOOK_VERSION: 0.4.40
steps:
- uses: actions/checkout@v4
- name: Install mdBook
Expand Down
7 changes: 7 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ language = "en"
[build]
create-missing = false

[output.html]
default-theme = "light"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/radareorg/radare2-book"
edit-url-template = "https://github.com/radareorg/radare2-book/edit/master/src/{path}"
site-url = "/"

[output.html.search]
limit-results = 15

0 comments on commit 1e52acc

Please sign in to comment.