diff --git a/docs/website/docs/changelog.md b/docs/website/docs/changelog.md index 9216859..27c99d4 100644 --- a/docs/website/docs/changelog.md +++ b/docs/website/docs/changelog.md @@ -1,4 +1,8 @@ -# Changelog +--- +id: changelog +title: Changelog +sidebar_label: Changelog +--- All notable changes to this project will be documented in this file. diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index ca43487..7a7c8fb 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -166,7 +166,7 @@ const config = { }, { label: 'Changelog', - href: 'https://github.com/Arubacloud/acloud-github-runner/releases', + to: '/changelog', }, ], }, diff --git a/docs/website/versioned_docs/version-1.0.0/changelog.md b/docs/website/versioned_docs/version-1.0.0/changelog.md index 9216859..27c99d4 100644 --- a/docs/website/versioned_docs/version-1.0.0/changelog.md +++ b/docs/website/versioned_docs/version-1.0.0/changelog.md @@ -1,4 +1,8 @@ -# Changelog +--- +id: changelog +title: Changelog +sidebar_label: Changelog +--- All notable changes to this project will be documented in this file.