use raw releases

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-02-28 10:18:37 -06:00
parent c49e11bd07
commit a5ca63daf8
+3 -3
View File
@@ -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: {