From 6c35a031003ee45c1dca463e3761380cef1e0964 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 14 Dec 2019 19:47:47 +0100 Subject: [PATCH] Link to explicit nulls docs --- docs/sidebar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sidebar.yml b/docs/sidebar.yml index d7a909e9dd31..f3fb7f500ee1 100644 --- a/docs/sidebar.yml +++ b/docs/sidebar.yml @@ -107,6 +107,8 @@ sidebar: url: docs/reference/other-new-features/control-syntax.html - title: Optional Braces url: docs/reference/other-new-features/indentation.html + - title: Explicit Nulls + url: docs/reference/other-new-features/explicit-nulls.html - title: Other Changed Features subsection: - title: Numeric Literals