diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-30 16:18:44 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-30 16:18:44 +0200 |
| commit | c4d11dc3fb756fdaff67b5d19b516953da5a360d (patch) | |
| tree | 2269326f11382c0058cc6666892e07e187a09820 /docs/src/html.rs | |
| parent | d1a7a6dbab1e59936c0dcd4278e584fe739e9aaa (diff) | |
More package documentation
Diffstat (limited to 'docs/src/html.rs')
| -rw-r--r-- | docs/src/html.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/html.rs b/docs/src/html.rs index f5fceb12..0d40f46b 100644 --- a/docs/src/html.rs +++ b/docs/src/html.rs @@ -293,6 +293,7 @@ impl<'a> Handler<'a> { "$type" => "/docs/reference/types/", "$func" => "/docs/reference/", "$guides" => "/docs/guides/", + "$packages" => "/docs/packages/", "$changelog" => "/docs/changelog/", "$community" => "/docs/community/", _ => panic!("unknown link root: {root}"), |
