Skip to content

Commit

Permalink
[CI] Publish Documentation for 88230aa - 88230aa 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blues-man committed Apr 20, 2021
1 parent 13a2e69 commit ed37492
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion rhs-openshift-starter-guides/4.6/common-explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ <h4 id="_download_and_install_openshift_cli_on_mac_os_x_using_homebrew"><a class
<div class="listingblock copypaste">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">oc completion bash &gt; oc_bash_completion.sh
oc completion bash &gt; oc_zsh_completion.sh
oc completion zsh &gt; oc_zsh_completion.sh

source oc_bash_completion.sh
source oc_zsh_completion.sh</code></pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ <h2 id="working_with_labels"><a class="anchor" href="#working_with_labels"></a>E
<strong>Label</strong> that is <code>type=parksmap-backend</code>, the application knows to interrogate
the endpoints to look for map data.
You can see the code that does this
<a href="https://github.com/openshift-roadshow/parksmap-web/blob/latest/src/main/java/com/openshift/evg/roadshow/rest/RouteWatcher.java#L20">here</a>.</p>
<a href="https://github.com/openshift-roadshow/parksmap-web/blob/master/src/main/java/com/openshift/evg/roadshow/rest/RouteWatcher.java#L20">here</a>.</p>
</div>
<div class="paragraph">
<p>Fortunately, the command line provides a convenient way for us to manipulate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h2 id="create_your_pipeline"><a class="anchor" href="#create_your_pipeline"></a
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Ensure you met all <a href="prerequisites.doc">Prerequisites</a> before proceeding. <a href="prerequisites.adoc#openshift_pipelines">OpenShift Pipelines</a> installed in your cluster and a <a href="prerequisited.adoc#github_account">GitHub account</a> are required.
Ensure you met all <a href="prerequisites.html" class="page">Prerequisites</a> before proceeding. <a href="prerequisites.html#openshift_pipelines" class="page">OpenShift Pipelines</a> installed in your cluster and a <a href="prerequisites.html#github_account" class="page">GitHub account</a> are required.
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,9 @@ <h2 id="services"><a class="anchor" href="#services"></a>Background: Services</h
component: parksmap
role: frontend
name: parksmap
namespace: user1
namespace: workshop
resourceVersion: "1062269"
selfLink: /api/v1/namespaces/user1/services/parksmap
selfLink: /api/v1/namespaces/workshop/services/parksmap
uid: e1ff69c8-cb2f-11e9-82a1-0267eec7e1a0
spec:
clusterIP: 172.30.22.209
Expand Down Expand Up @@ -1010,7 +1010,7 @@ <h2 id="services"><a class="anchor" href="#services"></a>Background: Services</h
<div class="listingblock console-output">
<div class="content">
<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">Name: parksmap
Namespace: user1
Namespace: workshop
Labels: app=workshop
app.kubernetes.io/component=parksmap
app.kubernetes.io/instance=parksmap
Expand Down
2 changes: 1 addition & 1 deletion rhs-openshift-starter-guides/4.6/parksmap-scaling.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ <h2 id="application_self_healing"><a class="anchor" href="#application_self_heal
</div>
<div class="paragraph">
<p>More information on probing applications is available in the
<a href="https://docs.openshift.com/container-platform/4.6/nodes/containers/nodes-containers-health.html">Application
<a href="https://docs.openshift.com/container-platform/4.6/applications/application-health.html">Application
Health</a> section of the documentation and later in this guide.</p>
</div>
</div>
Expand Down
Loading

0 comments on commit ed37492

Please sign in to comment.