mirror of
https://github.com/typst/typst
synced 2025-06-15 00:26:26 +08:00
Standardize trailing slashes in docs route paths (#6420)
This commit is contained in:
parent
44d410dd00
commit
5d13b35458
@ -622,7 +622,7 @@ fn group_page(
|
|||||||
});
|
});
|
||||||
|
|
||||||
let model = PageModel {
|
let model = PageModel {
|
||||||
route: eco_format!("{parent}{}", group.name),
|
route: eco_format!("{parent}{}/", group.name),
|
||||||
title: group.title.clone(),
|
title: group.title.clone(),
|
||||||
description: eco_format!("Documentation for the {} functions.", group.name),
|
description: eco_format!("Documentation for the {} functions.", group.name),
|
||||||
part: None,
|
part: None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user