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/release-notes.md b/docs/release-notes.md
index d0ae0212e..d82932682 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,18 +1,15 @@
--8<-- "References/abbreviations.md"
## Release Highlights
-
-
What's New: July Release (v{{ repoVersion.oamtct }})
-
+
Overview of Open AMT Cloud Toolkit
-
diff --git a/mkdocs.yml b/mkdocs.yml
index 5d92a019c..41c2ab393 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,7 @@ site_url: "https://open-amt-cloud-toolkit.github.io/docs"
repo_url: "https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit"
repo_name: "open-amt-cloud-toolkit/open-amt-cloud-toolkit"
copyright: "Copyright © 2021 Intel Corporation"
-site_dir: site/2.14
+site_dir: site/2.15
# Configuration
theme:
name: "material"
@@ -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.2
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..6f9cf26e0 100644
--- a/site/versions.json
+++ b/site/versions.json
@@ -1,6 +1,7 @@
[
- {"version": "2.14", "title": "2.14 (DEV)", "aliases": []},
- {"version": "2.13", "title": "2.13 (Jul 23)", "aliases": ["rapid"]},
+ {"version": "2.15", "title": "2.15 (DEV)", "aliases": []},
+ {"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": []},