We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b485e commit 1f5b60aCopy full SHA for 1f5b60a
docs/src/lib.rs
@@ -666,7 +666,7 @@ fn group_page(
666
});
667
668
let model = PageModel {
669
- route: eco_format!("{parent}{}", group.name),
+ route: eco_format!("{parent}{}/", group.name),
670
title: group.title.clone(),
671
description: eco_format!("Documentation for the {} functions.", group.name),
672
part: None,
0 commit comments