diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 414ae7fc..d2cf59b2 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -40,6 +40,7 @@ module.exports = { '@apify/docs-theme', /** @type { import('@apify/docs-theme/types').ThemeOptions } */ { + changelogDisplayedSidebar: 'sidebar', subNavbar: { title: 'API client for JavaScript', items: [ diff --git a/website/sidebars.js b/website/sidebars.js index 89f7784e..9f2986dc 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -30,9 +30,5 @@ module.exports = { }, ], }, - { - type: 'doc', - id: 'changelog', - }, ], }; diff --git a/website/versioned_sidebars/version-2-sidebars.json b/website/versioned_sidebars/version-2-sidebars.json index 83d1931c..e7a1e258 100644 --- a/website/versioned_sidebars/version-2-sidebars.json +++ b/website/versioned_sidebars/version-2-sidebars.json @@ -29,10 +29,6 @@ "dirName": "03_guides" } ] - }, - { - "type": "doc", - "id": "changelog" } ] }