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" } ] },