From f5b3370dda0a6b5ed236c41929db012d5342a58f Mon Sep 17 00:00:00 2001
From: nsheff <nsheff@users.noreply.github.com>
Date: Tue, 5 Mar 2024 12:22:25 -0500
Subject: [PATCH] restrict TOC depth

---
 mkdocs.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index 30fd5bb..1452a7b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -61,3 +61,5 @@ markdown_extensions:
         - name: mermaid
           class: mermaid
           format: "!!python/name:pymdownx.superfences.fence_code_format"
+  - toc:
+      toc_depth: 3
\ No newline at end of file