From 0d39862b57e341683709371946f7adf82e3cd957 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 13:33:12 +0100 Subject: [PATCH] Updated _Sidebar (markdown) --- _Sidebar.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_Sidebar.md b/_Sidebar.md index c0cbac3..8fcb40b 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -18,14 +18,17 @@ # [For developers](For-developers) - [Coding style policy](Coding-style-policy) + - [Whitespace](Whitespace) - [Indentation](Indentation) - [Strings](Strings) - [Maximum line length](Maximum-line-length) - [Constants](Constants) - [Keywords](Keywords) - - [Calling functions](Calling-functions) + - [Operators](Operators) + - [Functions](Functions) - [If-Statement](if-Statement) - [Classes](Classes) + - [Casting](Casting) - [Pull request policy](Pull-request-policy) - [Folder structure](Folder-structure) - [Actions](Actions)