Skip to content

Commit

Permalink
docs(site): redirect to August release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel committed Sep 6, 2023
1 parent 41fb014 commit 40b502e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/APIs/indexMPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
}
</style>

!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/mps/2.10.0!!
!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/mps/2.11.0!!
2 changes: 1 addition & 1 deletion docs/APIs/indexRPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
}
</style>

!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/rps/2.13.0!!
!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/rps/2.16.0!!
14 changes: 7 additions & 7 deletions docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
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.

<div class="videoContainer">
<h3>What's New: July Release (v{{ repoVersion.oamtct }})</h3>
<h3></h3>
<!-- <h3>What's New: July Release (v{{ repoVersion.oamtct }})</h3> -->
<h3>Overview of Open AMT Cloud Toolkit</h3>
<div class="video-wrapper">
<!-- <div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/PUSIp2Wx9Kc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p></p>
</div> -->
<h3></h3><h3></h3>
<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/ovpvPQi7UGo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p>Discover what new features and changes are in our latest rapid release. <b><a href="../release-notes"> See full Release Notes.</a></b></p>
<p></p>
<p></p><p></p>
<!-- <p>Discover what new features and changes are in our latest rapid release. <b><a href="../release-notes"> See full Release Notes.</a></b></p> -->
<p>See what Open AMT Cloud Toolkit is and what you can do with it. <br><br><b>Additional Resources: </b><a href="../Reference/architectureOverview">Architecture Overview</a>, <a href="../Reference/MPS/securityMPS">MPS Security Considerations</a>, and <a href="../Reference/RPS/securityRPS">RPS Security Considerations</a></p>
<p></p><p></p>
</div>


Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ extra:
- lts
repoVersion:
mpsAPI: 2.11.0
rpsAPI: 2.15.0
oamtct: 2.13.0
rpc_go: 2.12.0
rpsAPI: 2.16.0
oamtct: 2.14.0
rpc_go: 2.14.0
rpc_c: 2.0.0
ui_toolkit: 2.0.10
ui_toolkit_react: 3.0.2
Expand Down
2 changes: 1 addition & 1 deletion site/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.13");
window.location.replace("2.14");
</script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{"version": "2.14", "title": "2.14 (DEV)", "aliases": []},
{"version": "2.13", "title": "2.13 (Jul 23)", "aliases": ["rapid"]},
{"version": "2.14", "title": "2.14 (Aug 23)", "aliases": ["rapid"]},
{"version": "2.13", "title": "2.13 (Jul 23)", "aliases": []},
{"version": "2.12", "title": "2.12 (Jun 23)", "aliases": []},
{"version": "2.11", "title": "2.11 (May 23)", "aliases": []},
{"version": "2.10", "title": "2.10 (Apr 23)", "aliases": []},
Expand Down

0 comments on commit 40b502e

Please sign in to comment.