Skip to content

Commit a7ba251

Browse files
committed
Deploy site + cookbook: Merge pull request #86 from Tuntii/docs-update-cookbook-rustapi-rs-12846515349818711293
Update Cookbook docs: rename rustapi to rustapi-rs and add jobs learning path 2b57c43
1 parent 17a07a0 commit a7ba251

42 files changed

Lines changed: 73 additions & 57 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-6ad64c80.js";
40+
window.path_to_searchindex_js = "searchindex-a7369cc8.js";
4141
</script>
4242
<!-- Start loading toc.js asap -->
4343
<script src="toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.js"></script>

cookbook/concepts/handlers.html

Lines changed: 2 additions & 2 deletions
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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.js"></script>
@@ -191,7 +191,7 @@ <h2 id="anatomy-of-a-handler"><a class="header" href="#anatomy-of-a-handler">Ana
191191
<p>A handler is simply an asynchronous function that takes zero or more <strong>Extractors</strong> as arguments and returns something that implements <code>IntoResponse</code>.</p>
192192
<pre class="playground"><code class="language-rust"><span class="boring">#![allow(unused)]
193193
</span><span class="boring">fn main() {
194-
</span>use rustapi::prelude::*;
194+
</span>use rustapi_rs::prelude::*;
195195

196196
async fn create_user(
197197
State(db): State&lt;DbPool&gt;, // 1. Dependency Injection

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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.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-6ad64c80.js";
39+
window.path_to_searchindex_js = "../searchindex-a7369cc8.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-0b329e8e.js"></script>

0 commit comments

Comments
 (0)