From 16a4e95d9982905483337a2939b3f383c3eb8bc6 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sun, 9 Apr 2023 04:06:16 +0200 Subject: [PATCH] Fix symbolic link (#363) --- book.toml | 1 - theme/book.js | 0 2 files changed, 1 deletion(-) mode change 100644 => 120000 theme/book.js diff --git a/book.toml b/book.toml index 9154a48..f2bf36d 100644 --- a/book.toml +++ b/book.toml @@ -24,7 +24,6 @@ git-repository-url = "https://github.com/rust-unofficial/patterns" git-repository-icon = "fa-github" edit-url-template = "https://github.com/rust-unofficial/patterns/edit/main/{path}" additional-css = ["./language-picker.css"] -additional-js = ["./third_party/mdbook/book.js"] [output.html.fold] enable = true diff --git a/theme/book.js b/theme/book.js deleted file mode 100644 index 43fb708..0000000 --- a/theme/book.js +++ /dev/null @@ -1 +0,0 @@ -../third_party/mdbook/book.js \ No newline at end of file diff --git a/theme/book.js b/theme/book.js new file mode 120000 index 0000000..43fb708 --- /dev/null +++ b/theme/book.js @@ -0,0 +1 @@ +../third_party/mdbook/book.js \ No newline at end of file