Skip to content

Commit

Permalink
Update assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Mar 13, 2024
1 parent dc0eb08 commit 70616bc
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 98 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Install mdbook-admonish.
run: |
cargo install mdbook-admonish
mdbook-admonish install .
- name: Install mdbook-toc.
run: |
cargo install mdbook-toc
Expand Down
4 changes: 2 additions & 2 deletions guide/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title = "Argoverse User Guide"
[output.html]
curly-quotes = true
mathjax-support = true
additional-css = ["././mdbook-admonish.css"]
additional-css = ["./mdbook-admonish.css"]

[output.html.fold]
# enable = true
Expand All @@ -18,7 +18,7 @@ additional-css = ["././mdbook-admonish.css"]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`

[preprocessor.toc]
command = "mdbook-toc"
Expand Down
Loading

0 comments on commit 70616bc

Please sign in to comment.