Skip to content

Commit

Permalink
[OKTA-856135] Archive (#5298)
Browse files Browse the repository at this point in the history
* Set up archive for release notes

* Update packages/@okta/vuepress-site/docs/release-notes/index.md

Co-authored-by: Susan <susan.harper@okta.com>

---------

Co-authored-by: Susan <susan.harper@okta.com>
  • Loading branch information
annejuan-okta and susanharper-okta authored Jan 27, 2025
1 parent d068b56 commit 08ab540
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 28 deletions.
28 changes: 28 additions & 0 deletions packages/@okta/vuepress-site/docs/release-notes/archive/index.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 4 additions & 2 deletions packages/@okta/vuepress-site/docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
59 changes: 33 additions & 26 deletions packages/@okta/vuepress-theme-prose/const/navbar.const.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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 = [
Expand Down Expand Up @@ -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/",
},
]
},
],
},
Expand Down

0 comments on commit 08ab540

Please sign in to comment.