diff --git a/README.md b/README.md index 08b6096..7f7acd1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Epson Printer Configuration tool via SNMP (TCP/IP) +{:toc} + ## Product Overview The *Epson Printer Configuration Tool* simplifies the management of Epson printers connected via Wi-Fi over the SNMP protocol. diff --git a/_config.yml b/_config.yml index 8f2b7ee..c51d83e 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ aux_links: "epson_print_conf on GitHub": - "https://github.com/Ircama/epson_print_conf/" aux_links_new_tab: true -nav_enabled: false +nav_enabled: true # Back to top link back_to_top: true @@ -26,3 +26,14 @@ gh_edit_branch: "main" # the branch that your docs is served from # gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately +# Add jekyll-toc to the plugins list +plugins: + - jekyll-toc + +jekyll-toc: + # Configure TOC generation + min_level: 1 # Minimum heading level to include in TOC + max_level: 4 # Maximum heading level to include in TOC + no_toc_section_class: true # Disable wrapper div + list_class: "toc-list" # Custom CSS class for TOC list + list_item_class: "toc-item" # Custom CSS class for TOC items \ No newline at end of file