From e98328fabc3a51e363bed2e1837e05fb320aa776 Mon Sep 17 00:00:00 2001 From: Sharad Regoti Date: Fri, 26 Sep 2025 14:31:53 +0530 Subject: [PATCH 1/3] Working Side Nav --- developer-support/release-notes/dashboard.mdx | 4 + .../release-notes/helm-chart.mdx | 2 + toc.css | 57 ++++++++ toc.js | 131 ++++++++++++++++++ 4 files changed, 194 insertions(+) create mode 100644 toc.css create mode 100644 toc.js diff --git a/developer-support/release-notes/dashboard.mdx b/developer-support/release-notes/dashboard.mdx index 790df28b..ea882d64 100644 --- a/developer-support/release-notes/dashboard.mdx +++ b/developer-support/release-notes/dashboard.mdx @@ -35,6 +35,7 @@ For a comprehensive list of changes, please refer to the detailed [changelog](#C There are no breaking changes in this release.

Dependencies

+ | Dashboard Version | Recommended Releases | Backwards Compatibility | | :-------- | :------------------- | :------------- | | 5.9.2 | MDCB v2.8.4 | MDCB v2.8.4 | @@ -46,6 +47,7 @@ There are no breaking changes in this release. | | TIB (if using standalone) v1.7.0 | TIB all versions |
3rd Party Dependencies & Tools
+ | Third Party Dependency | Tested Versions | Compatible Versions | Comments | | :---------------------- | :--------------- | :------------------- | :-------- | | [GoLang](https://go.dev/dl/) | 1.23 | 1.23 | [Go plugins](/api-management/plugins/golang) must be built using Go 1.23 | @@ -61,6 +63,7 @@ There are no breaking changes in this release. There are no deprecations in this release.

Upgrade instructions

+ To resolve the compatibility issue between MDCB and Tyk Dashboard when Tyk OAS API definition paths contain dot (.) characters, you can choose **one** of the following upgrade paths: ##### Recommended Upgrade Paths @@ -89,6 +92,7 @@ If you are upgrading to 5.9.2, please follow the detailed [upgrade instructions] Please note that the Tyk Helm Charts are configured to install the LTS version of Tyk Dashboard. You will need to modify them to install v5.9.2.

Changelog

+ ##### Fixed