Skip to content

Commit

Permalink
Deployed 1b3ea89 to master with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent b5aed70 commit caee020
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion master/admin/kubernetes_deployment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ <h2 id="recommended-version-matrix">Recommended Version Matrix<a class="headerli
<h2 id="1-install-istio">1. Install Istio<a class="headerlink" href="#1-install-istio" title="Permanent link"></a></h2>
<p>The minimally required Istio version is 1.13 and you can refer to the <a href="https://istio.io/latest/docs/setup/install">Istio install guide</a>.</p>
<p>Once Istio is installed, create <code>IngressClass</code> resource for istio.
<div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">networking.k8s.io/v1beta1</span>
<div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">networking.k8s.io/v1</span>
<span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">IngressClass</span>
<span class="nt">metadata</span><span class="p">:</span>
<span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">istio</span>
Expand Down
2 changes: 1 addition & 1 deletion master/reference/swagger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ <h1>
</a>
<h1 id="open-inference-protocol-api-specification">Open Inference Protocol API Specification<a class="headerlink" href="#open-inference-protocol-api-specification" title="Permanent link"></a></h1>
<h2 id="rest">REST<a class="headerlink" href="#rest" title="Permanent link"></a></h2>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="1ebf3f67" src="swagger-1ebf3f67.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="4b5b28c7" src="swagger-4b5b28c7.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<h2 id="grpc">GRPC<a class="headerlink" href="#grpc" title="Permanent link"></a></h2>
<h3 id="serverlive">ServerLive<a class="headerlink" href="#serverlive" title="Permanent link"></a></h3>
<p>The ServerLive API indicates if the inference server is able to receive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("1ebf3f67");
parent.update_swagger_ui_iframe_height("4b5b28c7");
});

// start observing for resizing
Expand Down
2 changes: 1 addition & 1 deletion master/search/search_index.json

Large diffs are not rendered by default.

Binary file modified master/sitemap.xml.gz
Binary file not shown.

0 comments on commit caee020

Please sign in to comment.