Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(site): redirect to Nov 23 Release #358

Merged
merged 4 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.0!!
!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/mps/2.13.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.19.0!!
!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/rps/2.21.0!!
19 changes: 12 additions & 7 deletions docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@
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: October Release (v{{ repoVersion.oamtct }})</h3>
<h3></h3>
<!-- <h3>What's New: October Release (v{{ repoVersion.oamtct }})</h3> -->
<!-- <h3></h3> -->
<h3>Overview of Open AMT Cloud Toolkit</h3>
<div class="video-wrapper">
<h3></h3>
<h3></h3>
<!-- <div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/mSkvJuKCQPE?si=BU4n8IcL6-woFgzM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div></div>
</div> -->
<!-- <div></div> -->
<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>
<div></div>
<div></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>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
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ extra:
- lts
- dev
repoVersion:
mpsAPI: 2.12.0
rpsAPI: 2.19.0
oamtct: 2.16.1
rpc_go: 2.19.0
mpsAPI: 2.13.0
rpsAPI: 2.21.0
oamtct: 2.17.0
rpc_go: 2.24.2
rpc_c: 2.0.0
ui_toolkit: 2.0.14
ui_toolkit_react: 3.0.5
ui_toolkit_angular: 6.0.4
ui_toolkit: 3.2.1
ui_toolkit_react: 3.1.2
ui_toolkit_angular: 7.2.2
docsSite:
ltsVersion: 2.0
analytics:
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.16");
window.location.replace("2.17");
</script>
</head>
<body>
Expand Down
5 changes: 3 additions & 2 deletions site/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{"version": "2.17", "title": "2.17 (DEV)", "aliases": ["dev"]},
{"version": "2.16", "title": "2.16 (Oct 23)", "aliases": ["rapid"]},
{"version": "2.18", "title": "2.18 (DEV)", "aliases": ["dev"]},
{"version": "2.17", "title": "2.17 (Nov 23)", "aliases": ["rapid"]},
{"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": []},
{"version": "2.13", "title": "2.13 (Jul 23)", "aliases": []},
Expand Down
Loading