style: remove page-toc from libraries

This commit is contained in:
alandefreitas
2024-09-04 13:17:29 -03:00
committed by Alan de Freitas
parent c07d3e282c
commit ea0c99361b
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ asciidoc:
page-pagination: ''
# Remove the sidenav and include TOC in index.adoc page
remove-sidenav: ''
# Include the contents panel with the TOC for the current page
page-toc: ''
extensions:
- '@alandefreitas/asciidoctor-boost-links'
- '@asciidoctor/tabs'

View File

@@ -50,7 +50,6 @@ asciidoc:
attributes:
# Enable pagination
page-pagination: ''
hide-toc: ''
extensions:
- '@alandefreitas/asciidoctor-boost-links'
- '@asciidoctor/tabs'