Skip to content

Commit

Permalink
ci: docs(site): redirect to dec 23 release (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 10, 2024
1 parent f2cef93 commit 9e0a755
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 2.18/APIs/indexRPS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3197,7 +3197,7 @@ <h1>Remote Provisioning Server</h1>
<script src="https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js" charset="UTF-8"></script>
<script>
SwaggerUIBundle({
url: 'https://api.swaggerhub.com/apis/rbheopenamt/rps/2.21.0',
url: 'https://api.swaggerhub.com/apis/rbheopenamt/rps/2.22.0',
dom_id: '#swagger-ui-2',
})
</script>
Expand Down
4 changes: 2 additions & 2 deletions 2.18/Deployment/upgradeVersion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3810,7 +3810,7 @@ <h3 id="kubernetes-upgrade">Kubernetes Upgrade<a class="headerlink" href="#kuber
</li>
<li>
<p>Merge the latest changes into your existing branch.</p>
<div class="highlight"><pre><span></span><code>git merge v2.17.0
<div class="highlight"><pre><span></span><code>git merge v2.18.0
</code></pre></div>
</li>
<li>
Expand Down Expand Up @@ -3889,7 +3889,7 @@ <h3 id="local-docker-upgrade">Local Docker Upgrade<a class="headerlink" href="#l
</li>
<li>
<p>Checkout the new release.
<div class="highlight"><pre><span></span><code>git checkout v2.17.0
<div class="highlight"><pre><span></span><code>git checkout v2.18.0
</code></pre></div></p>
<details class="note">
<summary>Note - Rebuilding New Images Locally</summary>
Expand Down
4 changes: 2 additions & 2 deletions 2.18/GetStarted/buildRPC/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3276,12 +3276,12 @@ <h2 id="build-the-rpc">Build the <abbr title="Remote Provision Client - A lightw
<ul>
<li>
<p>Only clone the <code>rpc-go</code> repository:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.24.2
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.24.4
</code></pre></div></p>
</li>
<li>
<p>Alternatively, clone the whole toolkit repository:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.17.0<span class="w"> </span>--recursive
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.18.0<span class="w"> </span>--recursive
</code></pre></div></p>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/GetStarted/setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:</p>
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.17.0<span class="w"> </span>--recursive
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.18.0<span class="w"> </span>--recursive
</code></pre></div>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/Reference/RPC/buildRPC_Manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3278,7 +3278,7 @@ <h2 id="get-rpc">Get <abbr title="Remote Provision Client - A lightweight client
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.24.2
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/rpc-go<span class="w"> </span>--branch<span class="w"> </span>v2.24.4
</code></pre></div></p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/Reference/UIToolkit/Bundles/kvmReact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ <h2 id="download-and-install-ui-toolkit">Download and Install <abbr title="UI To
</li>
<li>
<p>Clone the <abbr title="UI Toolkit - A modular, REST-based API consisting of code snippets developers can use to implement KVM and SOL features to their manageability console.">UI Toolkit</abbr> Repository:
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.1.2
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.2.1
</code></pre></div></p>
</li>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ <h2 id="download-and-install-ui-toolkit">Download and Install <abbr title="UI To
</li>
<li>
<p>Clone the UI-Toolkit Repository:
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.1.2
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/ui-toolkit --branch v3.2.1
</code></pre></div></p>
</li>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3392,7 +3392,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.17.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.18.0
</code></pre></div>
</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3433,7 +3433,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.17.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.18.0
</code></pre></div>
</li>
</ol>
Expand Down
4 changes: 2 additions & 2 deletions 2.18/Tutorials/Scaling/Kubernetes/deployingk8s/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3382,7 +3382,7 @@ <h3 id="build-and-start">Build and Start<a class="headerlink" href="#build-and-s
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.17.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.18.0
</code></pre></div>
</li>
<li>
Expand Down Expand Up @@ -3460,7 +3460,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Clone the <abbr title="Open Active Management Technology Cloud Toolkit - open source modular microservices and libraries for integration of Intel® Active Management Technology.">Open AMT Cloud Toolkit</abbr>.</p>
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.17.0
<div class="highlight"><pre><span></span><code>git clone https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit --branch v2.18.0
</code></pre></div>
</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/Tutorials/Scaling/docker-swarm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,7 @@ <h2 id="get-the-toolkit">Get the Toolkit<a class="headerlink" href="#get-the-too
<ol>
<li>
<p>Open a Terminal or Command Prompt and navigate to a directory of your choice for development:</p>
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>--recursive<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.17.0
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>--recursive<span class="w"> </span>https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit<span class="w"> </span>--branch<span class="w"> </span>v2.18.0
</code></pre></div>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/Tutorials/modifyUserAuth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3428,7 +3428,7 @@ <h2 id="test-the-configuration">Test the Configuration<a class="headerlink" href
<p><div class="highlight"><pre><span></span><code>curl<span class="w"> </span>--insecure<span class="w"> </span>https://<span class="o">[</span>IP-Address<span class="w"> </span>or<span class="w"> </span>FQDN<span class="o">]</span>/rps/api/v1/admin/profiles<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>-H<span class="w"> </span><span class="s2">&quot;Authorization: ldap am9obmRvZTpUZXN0QXBwUHcx&quot;</span>
</code></pre></div>
See <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/rps/2.21.0#/Profiles/GetAllProfiles">Get Profiles API Docs</a> for more information and expected responses.</p>
See <a href="https://app.swaggerhub.com/apis-docs/rbheopenamt/rps/2.22.0#/Profiles/GetAllProfiles">Get Profiles API Docs</a> for more information and expected responses.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/Tutorials/uitoolkitReact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ <h2 id="install-ui-toolkit">Install <abbr title="UI Toolkit - A modular, REST-ba
<ol>
<li>
<p>Install the <abbr title="UI Toolkit - A modular, REST-based API consisting of code snippets developers can use to implement KVM and SOL features to their manageability console.">UI Toolkit</abbr> and required dependencies.</p>
<div class="highlight"><pre><span></span><code>npm<span class="w"> </span>install<span class="w"> </span>@open-amt-cloud-toolkit/ui-toolkit-react@3.1.2
<div class="highlight"><pre><span></span><code>npm<span class="w"> </span>install<span class="w"> </span>@open-amt-cloud-toolkit/ui-toolkit-react@3.2.1
</code></pre></div>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion 2.18/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 2.18/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.18/videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3243,7 +3243,7 @@ <h1>Video Walkthroughs</h1>
<h2 id="what-is-open-amt">What is Open AMT<a class="headerlink" href="#what-is-open-amt" title="Permanent link">&para;</a></h2>
<p>Learn the high-level basics and get familiar with the toolkit. Learn about the different microservices and their roles then get up to speed with the latest features, changes, and fixes.</p>
<div class="videoContainer">
<!-- <h3>What's New: October Release (v2.17.0)</h3> -->
<!-- <h3>What's New: October Release (v2.18.0)</h3> -->
<!-- <h3></h3> -->
<h3>Overview of Open AMT Cloud Toolkit</h3>
<h3></h3>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Redirecting</title>
<script>
window.location.replace("2.17");
window.location.replace("2.18");
</script>
</head>
<body>
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{"version": "2.18", "title": "2.18 (DEV)", "aliases": ["dev"]},
{"version": "2.17", "title": "2.17 (Nov 23)", "aliases": ["rapid"]},
{"version": "2.19", "title": "2.19 (DEV)", "aliases": ["dev"]},
{"version": "2.18", "title": "2.18 (Dec 23)", "aliases": ["rapid"]},
{"version": "2.17", "title": "2.17 (Nov 23)", "aliases": []},
{"version": "2.16", "title": "2.16 (Oct 23)", "aliases": []},
{"version": "2.15", "title": "2.15 (Sep 23)", "aliases": []},
{"version": "2.14", "title": "2.14 (Aug 23)", "aliases": []},
Expand Down

0 comments on commit 9e0a755

Please sign in to comment.