From d5f1285a2f68fdf0279f3f152f6e4bc564a4c290 Mon Sep 17 00:00:00 2001 From: John Cater Date: Fri, 26 Jun 2026 08:34:24 -0400 Subject: [PATCH] Link the skyframe and skyframe-debugging docs from the reference sidebar. --- docs-tabs.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs-tabs.json b/docs-tabs.json index 4c665870..a5b78401 100644 --- a/docs-tabs.json +++ b/docs-tabs.json @@ -178,6 +178,13 @@ "pages": [ "reference/flag-cheatsheet" ] + }, + { + "group": "Skyframe", + "pages": [ + "reference/skyframe", + "reference/skyframe-debugging" + ] } ] },