From e54835b07dc32527bf89016aeabb7fadf2da1b99 Mon Sep 17 00:00:00 2001 From: Michiel van der Geest Date: Mon, 4 Nov 2024 12:59:42 +0100 Subject: [PATCH] Added links to sidebar. --- docs/_sidebar.md | 1 + docs/sidebar.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 16720858..de863210 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -23,6 +23,7 @@ - Built-in components - [Directives](/built-in/directives.md) - [For loop](/built-in/for-loop.md) + - [Layout](/built-in/layout.md) - Plugins - [Text-to-Speech / Announcer](/plugins/text-to-speech-announcer.md) - [Language](/plugins/language.md) diff --git a/docs/sidebar.json b/docs/sidebar.json index 7a766b35..ddf3fc94 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -101,6 +101,10 @@ { "text": "For loop", "link": "/built-in/for-loop" + }, + { + "text": "Layout", + "link": "/built-in/layout.md" } ] },