From 992ad6079689df451646b912ec5fb9659a1e01d8 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 8 Feb 2024 11:20:45 -0500 Subject: [PATCH] Hide table of contents on notebooks page --- website/docs/notebooks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/notebooks.mdx b/website/docs/notebooks.mdx index ec38a95bb53..b441e03b993 100644 --- a/website/docs/notebooks.mdx +++ b/website/docs/notebooks.mdx @@ -1,3 +1,7 @@ +--- +hide_table_of_contents: true +--- + import {findAllNotebooks} from '../src/components/NotebookUtils'; import GalleryPage from '../src/components/GalleryPage';