diff --git a/src/pages/changelog.md b/docs/changelog.md similarity index 55% rename from src/pages/changelog.md rename to docs/changelog.md index 45edce8..6abce2a 100644 --- a/src/pages/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,24 @@ -# Changelog +--- +id: changelog +title: Changelog +sidebar_label: Changelog +--- All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -- next features here. +## [1.2.0] - 2026-07-21 +### Changed +- Updated all providers API to latest version +- Fixed broken links to documentation + +## [1.1.0] - 2026-07-10 +### Changed +- Updated all providers API to latest version +- Fixed broken links to OpenAPI files +- Fixed broken kinks to gtm and custom scripts ## [1.0.0] - 2026-05-16 ### Added diff --git a/docusaurus.config.js b/docusaurus.config.js index 74fe12b..b5107b4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -159,7 +159,7 @@ const config = { items: [ { label: 'Changelog', - to: '/changelog', + to: '/docs/changelog', }, { label: 'Report an Issue', diff --git a/sidebars.js b/sidebars.js index bcf149a..cea880b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -222,8 +222,12 @@ const sidebars = { slug: "docs/documents/baremetal/aruba-baremetal-provider-api", }, items: require("./docs/documents/baremetal/sidebar.ts"), - } - + }, + { + type: "doc", + id: "changelog", + label: "Changelog", + }, ],