From 40b502ebf751f7037ce2cd233224a6f01eecd6fb Mon Sep 17 00:00:00 2001 From: bryan-wendlandt Date: Wed, 6 Sep 2023 14:41:38 -0600 Subject: [PATCH] docs(site): redirect to August release --- docs/APIs/indexMPS.md | 2 +- docs/APIs/indexRPS.md | 2 +- docs/videos.md | 14 +++++++------- mkdocs.yml | 6 +++--- site/index.html | 2 +- site/versions.json | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/APIs/indexMPS.md b/docs/APIs/indexMPS.md index aeee36041..3312fc3e4 100644 --- a/docs/APIs/indexMPS.md +++ b/docs/APIs/indexMPS.md @@ -7,4 +7,4 @@ } -!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/mps/2.10.0!! \ No newline at end of file +!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/mps/2.11.0!! \ No newline at end of file diff --git a/docs/APIs/indexRPS.md b/docs/APIs/indexRPS.md index 82d421df5..b87f58674 100644 --- a/docs/APIs/indexRPS.md +++ b/docs/APIs/indexRPS.md @@ -7,4 +7,4 @@ } -!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/rps/2.13.0!! \ No newline at end of file +!!swagger-http https://api.swaggerhub.com/apis/rbheopenamt/rps/2.16.0!! \ No newline at end of file diff --git a/docs/videos.md b/docs/videos.md index 3036b15c5..85ad03c0f 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -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.
-

What's New: July Release (v{{ repoVersion.oamtct }})

-

+

Overview of Open AMT Cloud Toolkit

-
+ +

-

Discover what new features and changes are in our latest rapid release. See full Release Notes.

-

+

+

See what Open AMT Cloud Toolkit is and what you can do with it.

Additional Resources: Architecture Overview, MPS Security Considerations, and RPS Security Considerations

+

diff --git a/mkdocs.yml b/mkdocs.yml index 5d92a019c..cc5c7f227 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/site/index.html b/site/index.html index 4762fce92..a6eca2810 100644 --- a/site/index.html +++ b/site/index.html @@ -3,7 +3,7 @@ Redirecting diff --git a/site/versions.json b/site/versions.json index 9270534e6..f6383801d 100644 --- a/site/versions.json +++ b/site/versions.json @@ -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": []},