From 17a9d3ed6d3eb961ee58b3516e8052c6d2568fa2 Mon Sep 17 00:00:00 2001 From: alexstyl <1665273+alexstyl@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:20:49 +0300 Subject: [PATCH] Hide nav bar from docs index --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 76fa122..50badef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +hide: -navigation -toc +--- + # Composables Core Unstyled, fully accessible Compose Multiplatform UI components that you can customize to your heart's desire.