diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bf38e185..0bd042547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,3 +187,5 @@ if (BOOST_URL_BUILD_EXAMPLES) endif () + + diff --git a/doc/local-playbook.yml b/doc/local-playbook.yml index bbb0c7711..6d5800886 100644 --- a/doc/local-playbook.yml +++ b/doc/local-playbook.yml @@ -26,7 +26,7 @@ content: ui: bundle: - url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip + url: https://github.com/boostorg/website-v2-docs/releases/download/ui-develop/ui-bundle.zip snapshot: true antora: @@ -48,8 +48,6 @@ asciidoc: attributes: # Enable pagination page-pagination: '' - # Remove the sidenav and include TOC in index.adoc page - remove-sidenav: '' extensions: - '@alandefreitas/asciidoctor-boost-links' - '@asciidoctor/tabs'