diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100644
index 0000000..404c974
Binary files /dev/null and b/docs/favicon.ico differ
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..aaa4f47
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Anki Image Occlusion
+
+
+
+
+
+
+
+
+
Normal Cloze
+
+
get_app
+
+
done
+
+
done_all
+
+
check_circle
+
+
+
close
+
+
+
+
+
+
+
+
+
+
+
+ crop_free
+
+
+
+
+ crop_free
+
+
+
+
+
+
+
+
+ palette
+
+
+
+
zoom_in
+
zoom_out
+
zoom_out_map
+
+
+
+
+
+
+
+
+
+
+
+
+ close
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ view_compact
+ Rectangle
+
+
+
+ lens
+ Ellipse
+
+
+
+ navigation
+ Polygon
+
+
+
+ format_shapes
+ Textbox
+
+
+
+ undo
+ Undo
+
+
+
+ redo
+ Redo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enter Deck Name
+
+
+
+
+
+
+
+
+
+
+ Enter valid hex color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Note: Question mask color only applied to Normal Cloze and Group Cloze
+
+
+
+
+
+
+ Text Box Settings
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reset Settings
+
+
Reset
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/v3/js/index.js b/docs/v3/js/index.js
index b411719..d4329e2 100644
--- a/docs/v3/js/index.js
+++ b/docs/v3/js/index.js
@@ -881,7 +881,7 @@ function get_local_file(path) {
html = xhr.response;
document.getElementById("side-nav-container").innerHTML = html;
} else {
- showSnackbar("Failed to load side navigation data.");
+ // showSnackbar("Failed to load side navigation data.");
}
}
xhr.send();