From a5ca63daf8043f6e460d4e96703c962eb74b1b5b Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Fri, 28 Feb 2025 10:18:37 -0600 Subject: [PATCH] use raw releases Signed-off-by: aramissennyeydd --- microsite/lighthouserc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/lighthouserc.js b/microsite/lighthouserc.js index c75138d4c3..be71988b3a 100644 --- a/microsite/lighthouserc.js +++ b/microsite/lighthouserc.js @@ -14,7 +14,7 @@ * limitations under the License. */ -const sidebars = require('./sidebars'); +const {releases} = require('./releases'); module.exports = { ci: { @@ -39,8 +39,8 @@ module.exports = { /** Community */ 'http://localhost:3000/community', /** Releases */ - ...sidebars.releases['Release Notes'].map( - path => `http://localhost:3000/docs/${path}`, + ...releases.map( + path => `http://localhost:3000/docs/releases/${path}`, ), ], settings: {