From 10a770b34f2c52cb904cd10a316b4c5e2f41dc3a Mon Sep 17 00:00:00 2001 From: avikam03 Date: Tue, 23 Jul 2024 16:22:45 -0400 Subject: [PATCH] remove enabled_index from config --- _config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 77f82f14d2..f4c1c9c7a2 100644 --- a/_config.yml +++ b/_config.yml @@ -17,10 +17,9 @@ rss: RSS remote_theme: sighingnow/jekyll-gitbook toc: - enabled: true - enabled_index: true - h_min: 1 - h_max: 3 + enabled: true + h_min: 1 + h_max: 3 # customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}} favicon_path: /assets/gitbook/images/favicon.ico