Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions src/pages/changelog.md → docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const config = {
items: [
{
label: 'Changelog',
to: '/changelog',
to: '/docs/changelog',
},
{
label: 'Report an Issue',
Expand Down
8 changes: 6 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},


],
Expand Down
Loading