Skip to content

Commit

Permalink
make a ton of progress on axomdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed May 23, 2023
1 parent 039e01c commit 1c891bf
Show file tree
Hide file tree
Showing 16 changed files with 1,760 additions and 141 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ url = "2.3.1"
camino = "1.1.4"
miette = "5.7.0"
futures-util = "0.3.28"
mdbook = { version = "0.4.17", default-features = false }
mdbook = { version = "0.4.17", default-features = false, features = ["search"] }
notify = "6.0.0"
toml_edit = "0.19.9"

Expand Down
2 changes: 1 addition & 1 deletion docs/theme/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function playground_text(playground, hidden = true) {
function set_theme(theme, store = true) {
let ace_theme;

if (theme == 'coal' || theme == 'navy' || theme == "axo") {
if (theme == 'coal' || theme == 'navy') {
stylesheets.ayuHighlight.disabled = true;
stylesheets.tomorrowNight.disabled = false;
stylesheets.highlight.disabled = true;
Expand Down
Loading

0 comments on commit 1c891bf

Please sign in to comment.