mirror of
https://github.com/typst/typst
synced 2025-06-13 23:56:25 +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 {
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user