From 85ff24ba70f4ac791035deee5a01d7275aa2888f Mon Sep 17 00:00:00 2001 From: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:33:51 +0100 Subject: [PATCH] Adds the missing TOC Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com> --- docs/cheatsheet/syntax/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/cheatsheet/syntax/README.md b/docs/cheatsheet/syntax/README.md index 375cfb6..2314ceb 100644 --- a/docs/cheatsheet/syntax/README.md +++ b/docs/cheatsheet/syntax/README.md @@ -1,5 +1,18 @@ # The syntax of a Navi cheatsheet + +* [The syntax of a Navi cheatsheet](#the-syntax-of-a-navi-cheatsheet) + * [Syntax overview](#syntax-overview) + * [Variables](#variables) + * [Advanced variable options](#advanced-variable-options) + * [Variable dependency](#variable-dependency) + * [Implicit dependencies](#implicit-dependencies) + * [Explicit dependencies](#explicit-dependencies) + * [Variable as multiple arguments](#variable-as-multiple-arguments) + * [Extending cheats](#extending-cheats) + * [Multiline commands/snippets](#multiline-commandssnippets) + * [Aliases](#aliases) + ## Syntax overview