Skip to content

Commit 4724ef0

Browse files
committed
Deploy site + cookbook: Merge pull request #58 from Tuntii/0.1.200
Add automatic status page with metrics dashboard bde37fb
1 parent 96f7cca commit 4724ef0

41 files changed

Lines changed: 562 additions & 74 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
const path_to_root = "";
3838
const default_light_theme = "light";
3939
const default_dark_theme = "navy";
40-
window.path_to_searchindex_js = "searchindex-7f96d28f.js";
40+
window.path_to_searchindex_js = "searchindex-e132de6e.js";
4141
</script>
4242
<!-- Start loading toc.js asap -->
43-
<script src="toc-8f013d36.js"></script>
43+
<script src="toc-ebe32a58.js"></script>
4444
</head>
4545
<body>
4646
<div id="mdbook-help-container">

cookbook/concepts/handlers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/concepts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/concepts/performance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/concepts/testing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/crates/cargo_rustapi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/crates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/crates/rustapi_core.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/crates/rustapi_extras.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

cookbook/crates/rustapi_jobs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "../";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "../searchindex-7f96d28f.js";
39+
window.path_to_searchindex_js = "../searchindex-e132de6e.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="../toc-8f013d36.js"></script>
42+
<script src="../toc-ebe32a58.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

0 commit comments

Comments
 (0)