Standardize trailing slashes in docs route paths (#6420)

This commit is contained in:
3w36zj6 2025-06-11 00:34:27 +09:00 committed by GitHub
parent 44d410dd00
commit 5d13b35458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -622,7 +622,7 @@ fn group_page(
});
let model = PageModel {
route: eco_format!("{parent}{}", group.name),
route: eco_format!("{parent}{}/", group.name),
title: group.title.clone(),
description: eco_format!("Documentation for the {} functions.", group.name),
part: None,