From c4d11dc3fb756fdaff67b5d19b516953da5a360d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 30 Jun 2023 16:18:44 +0200 Subject: More package documentation --- docs/src/html.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/html.rs') 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}"), -- cgit v1.2.3