Skip to content

Commit d9e0b7f

Browse files
committed
Deploy site + cookbook: Merge pull request #124 from Tuntii/docs-maintain-feb-15-8787861394030923173
docs: Fix SSR recipe and update cookbook index fa58f53
1 parent feca060 commit d9e0b7f

52 files changed

Lines changed: 141 additions & 109 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cookbook/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
const path_to_root = "";
3838
const default_light_theme = "light";
3939
const default_dark_theme = "navy";
40-
window.path_to_searchindex_js = "searchindex-28c26c68.js";
40+
window.path_to_searchindex_js = "searchindex-80324fc0.js";
4141
</script>
4242
<!-- Start loading toc.js asap -->
4343
<script src="toc-419af644.js"></script>

cookbook/architecture/system_overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/concepts/handlers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/concepts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/concepts/performance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/concepts/testing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/crates/cargo_rustapi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/crates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/crates/rustapi_core.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

cookbook/crates/rustapi_extras.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-28c26c68.js";
39+
window.path_to_searchindex_js = "../searchindex-80324fc0.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-419af644.js"></script>

0 commit comments

Comments
 (0)