diff --git a/boostlook.rb b/boostlook.rb index 592eb6a..8956b89 100644 --- a/boostlook.rb +++ b/boostlook.rb @@ -3,21 +3,13 @@ Asciidoctor::Extensions.register do process do |doc, output| output = output.sub(/(]*>)/, '\1
') output = output.sub('', '
') - # Comment out toggle button - TOC should always be visible - # output = output.sub(/(]*id="toc"[^>]*>)/m, '\1') + output = output.sub(/(]*id="toc"[^>]*>)/m, '\1') output = output.sub(/(]*id="footer"[^>]*>)/m, '\1') script_tag = <<~SCRIPT SCRIPT diff --git a/doc/antora_specimen/content b/doc/antora_specimen/content deleted file mode 160000 index d1fceb5..0000000 --- a/doc/antora_specimen/content +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d1fceb5897a578d36f16668881e067ae919b595b