From 4ecc7f21c851d41b53f4d70d21786fab63a4d5ca Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 10 Mar 2021 02:33:16 +0100 Subject: [PATCH 1/2] Add TypeTest to sidebar on website under other new features --- docs/sidebar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sidebar.yml b/docs/sidebar.yml index f3c0c63a21b9..998d567ca91d 100644 --- a/docs/sidebar.yml +++ b/docs/sidebar.yml @@ -89,6 +89,8 @@ sidebar: url: docs/reference/metaprogramming/tasty-inspect.html - title: Other New Features subsection: + - title: TypeTest + url: docs/reference/other-new-features/type-test.html - title: Trait Parameters url: docs/reference/other-new-features/trait-parameters.html - title: Transparent Traits From 3a0b6e0b9a9c99044f2e571b13bbdab24a890d33 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Thu, 11 Mar 2021 18:04:04 +0100 Subject: [PATCH 2/2] Update sidebar.yml --- docs/sidebar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sidebar.yml b/docs/sidebar.yml index 998d567ca91d..316e6e323c8e 100644 --- a/docs/sidebar.yml +++ b/docs/sidebar.yml @@ -89,8 +89,6 @@ sidebar: url: docs/reference/metaprogramming/tasty-inspect.html - title: Other New Features subsection: - - title: TypeTest - url: docs/reference/other-new-features/type-test.html - title: Trait Parameters url: docs/reference/other-new-features/trait-parameters.html - title: Transparent Traits @@ -121,6 +119,8 @@ sidebar: url: docs/reference/other-new-features/explicit-nulls.html - title: Safe Initialization url: docs/reference/other-new-features/safe-initialization.html + - title: TypeTest + url: docs/reference/other-new-features/type-test.html - title: Other Changed Features subsection: - title: Numeric Literals