Hide table of contents on notebooks page (#1600)

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Jack Gerrits 2024-02-09 11:20:51 -05:00 committed by GitHub
parent 47d6c7567e
commit 5d81ed43f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
---
hide_table_of_contents: true
---
import {findAllNotebooks} from '../src/components/NotebookUtils';
import GalleryPage from '../src/components/GalleryPage';