From 08ab5406b735bf5643e41b50532ccfcb67385c37 Mon Sep 17 00:00:00 2001 From: annejuan-okta Date: Mon, 27 Jan 2025 12:22:51 -0800 Subject: [PATCH] [OKTA-856135] Archive (#5298) * Set up archive for release notes * Update packages/@okta/vuepress-site/docs/release-notes/index.md Co-authored-by: Susan --------- Co-authored-by: Susan --- .../docs/release-notes/archive/index.md | 28 +++++++++ .../vuepress-site/docs/release-notes/index.md | 6 +- .../const/navbar.const.js | 59 +++++++++++-------- 3 files changed, 65 insertions(+), 28 deletions(-) create mode 100644 packages/@okta/vuepress-site/docs/release-notes/archive/index.md diff --git a/packages/@okta/vuepress-site/docs/release-notes/archive/index.md b/packages/@okta/vuepress-site/docs/release-notes/archive/index.md new file mode 100644 index 00000000000..c3d79cb6f4f --- /dev/null +++ b/packages/@okta/vuepress-site/docs/release-notes/archive/index.md @@ -0,0 +1,28 @@ +--- +title: Archived Okta API Products Release Notes | Okta Developer +meta: + - name: description + content: List of changes to the Okta API and related API... +--- + +# Archived Okta API Products Release Notes + +This section contains release notes from previous years. + +> **Note:** Changes to Okta unrelated to API Products are published in the [Okta Release Notes](https://help.okta.com/okta_help.htm?id=ext_okta_relnotes) for admins. See [Okta Identity Engine Release Notes](https://help.okta.com/okta_help.htm?type=oie&id=csh-oie-rn) for changes to the Identity Engine that are unrelated to Identity Engine API Products. + +[Identity Engine 2024](/docs/release-notes/2024-okta-identity-engine/) + +Learn about features and fixes deployed to Okta Identity Engine in 2024. + +[Classic Engine 2024](/docs/release-notes/2024/) + +Learn about features and fixes deployed to Okta Classic Engine in 2024. + +[Identity Engine 2023](/docs/release-notes/2023-okta-identity-engine/) + +Learn about features and fixes deployed to Okta Identity Engine in 2023. + +[Classic Engine 2023](/docs/release-notes/2023/) + +Learn about features and fixes deployed to Okta Classic Engine in 2023. diff --git a/packages/@okta/vuepress-site/docs/release-notes/index.md b/packages/@okta/vuepress-site/docs/release-notes/index.md index 29165046ded..42d3e72f704 100755 --- a/packages/@okta/vuepress-site/docs/release-notes/index.md +++ b/packages/@okta/vuepress-site/docs/release-notes/index.md @@ -11,12 +11,14 @@ Each month, Okta releases API-specific features, enhancements, bug fixes, and Ok You can identify your product type and release version from the Admin Console. The page footer contains the cell number for your org, your org type (Preview or Production), your product type (C - Classic Engine, E - Identity Engine), and the release version. -[Identity Engine 2024](/docs/release-notes/2024-okta-identity-engine/) +[Identity Engine 2025](/docs/release-notes/2025-okta-identity-engine/) Learn about features and fixes deployed to Okta Identity Engine. -[Classic Engine 2024](/docs/release-notes/2024/) +[Classic Engine 2025](/docs/release-notes/2025/) Learn about features and fixes deployed to Okta Classic Engine. +You can find older release notes in the [Archive](/docs/release-notes/archive) section. + > **Note:** Changes to Okta unrelated to API Products are published in the [Okta Release Notes](https://help.okta.com/okta_help.htm?id=ext_okta_relnotes) for admins. See [Okta Identity Engine Release Notes](https://help.okta.com/okta_help.htm?type=oie&id=csh-oie-rn) for changes to the Identity Engine that are unrelated to Identity Engine API Products. diff --git a/packages/@okta/vuepress-theme-prose/const/navbar.const.js b/packages/@okta/vuepress-theme-prose/const/navbar.const.js index 9379e7e5ae9..47be03ff193 100644 --- a/packages/@okta/vuepress-theme-prose/const/navbar.const.js +++ b/packages/@okta/vuepress-theme-prose/const/navbar.const.js @@ -386,7 +386,7 @@ export const guides = [ title: "Okta account management policy", guideName: "okta-account-management-policy" }, - { + { title: "Keep me signed in (KMSI)", guideName: "keep-me-signed-in" }, @@ -833,8 +833,9 @@ export const guides = [ }, ], }, - {title: "Optimize your configuration", - subLinks: [ + { + title: "Optimize your configuration", + subLinks: [ { title: "Optimize Terraform access", guideName: "terraform-design-rate-limits" @@ -958,15 +959,15 @@ export const guides = [ ]; export const languagesSdk = [ - { - title: "SDKs", - path: "/code/", - subLinks: [ - { title: "Recommended SDKs", path: "/code/" }, - { title: "Alternate Sign-in SDKs", path: "/code/alternate-sign-in-sdks/" }, - { title: "Versioning", path: "/code/library-versions/" }, - ], - }, + { + title: "SDKs", + path: "/code/", + subLinks: [ + { title: "Recommended SDKs", path: "/code/" }, + { title: "Alternate Sign-in SDKs", path: "/code/alternate-sign-in-sdks/" }, + { title: "Versioning", path: "/code/library-versions/" }, + ], + }, ]; export const reference = [ @@ -1054,20 +1055,26 @@ export const releaseNotes = [ path: "/docs/release-notes/2025-okta-identity-engine/", }, { - title: "2024 - Classic Engine", - path: "/docs/release-notes/2024/" - }, - { - title: "2024 - Identity Engine", - path: "/docs/release-notes/2024-okta-identity-engine/", - }, - { - title: "2023 - Classic Engine", - path: "/docs/release-notes/2023/" - }, - { - title: "2023 - Identity Engine", - path: "/docs/release-notes/2023-okta-identity-engine/", + title: "Archive", + path: "/docs/release-notes/archive", + subLinks: [ + { + title: "2024 - Classic Engine", + path: "/docs/release-notes/2024/" + }, + { + title: "2024 - Identity Engine", + path: "/docs/release-notes/2024-okta-identity-engine/", + }, + { + title: "2023 - Classic Engine", + path: "/docs/release-notes/2023/" + }, + { + title: "2023 - Identity Engine", + path: "/docs/release-notes/2023-okta-identity-engine/", + }, + ] }, ], },