Skip to content

Commit 196d95f

Browse files
committed
Deploy site + cookbook: Merge pull request #74 from Tuntii/native-openapi-7665294518381585970
Native OpenAPI 3.1 Generator fbfff75
1 parent 1a9719f commit 196d95f

41 files changed

Lines changed: 53 additions & 53 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-196f9d21.js";
40+
window.path_to_searchindex_js = "searchindex-99173fb5.js";
4141
</script>
4242
<!-- Start loading toc.js asap -->
4343
<script src="toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.js"></script>

cookbook/concepts/performance.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.js"></script>
@@ -284,7 +284,7 @@ <h3 id="comparative-benchmarks"><a class="header" href="#comparative-benchmarks"
284284
<li><strong>Scenario</strong>: JSON serialization of 100 user objects</li>
285285
<li><strong>Build</strong>: <code>cargo build --release</code></li>
286286
</ul>
287-
<p>Results may vary based on hardware and workload. You can view our <a href="https://github.com/Tuntii/RustAPI-benchmark">Benchmark Repository</a> or run your own:</p>
287+
<p>Results may vary based on hardware and workload. Run your own benchmarks:</p>
288288
<pre><code class="language-bash">cd benches
289289
./run_benchmarks.ps1
290290
</code></pre>

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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.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-196f9d21.js";
39+
window.path_to_searchindex_js = "../searchindex-99173fb5.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="../toc-5ece1d58.js"></script>

0 commit comments

Comments
 (0)