From 5d81ed43f30976f93e7fd79cb725fdd9b2da5228 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Fri, 9 Feb 2024 11:20:51 -0500 Subject: [PATCH] Hide table of contents on notebooks page (#1600) Co-authored-by: Eric Zhu --- 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';