Skip to content

Commit

Permalink
web: Update mdbook-admonish assets to v3 (#3613)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Oct 6, 2023
1 parent 729e5b8 commit 897fefa
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 79 deletions.
4 changes: 2 additions & 2 deletions web/book/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ multilingual = false
title = "PRQL language book"

[output.html]
additional-css = ["comparison-table.css", "mdbook-admonish.css"]
additional-css = ["comparison-table.css", "mdbook-admonish.css", "./mdbook-admonish.css"]
additional-js = ["highlight-prql.js"]
git-repository-url = "https://github.com/PRQL/prql"

Expand All @@ -16,7 +16,7 @@ git-repository-url = "https://github.com/PRQL/prql"
command = "cargo run --bin mdbook-prql"

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

[preprocessor.footnote]
Expand Down
Loading

0 comments on commit 897fefa

Please sign in to comment.