From 674f0ca641d46ae2774fbe968e7b56b81b9efee2 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Tue, 3 Sep 2024 21:10:54 -0300 Subject: [PATCH 1/2] empty commit --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 () + + From b90a82a23ee66933a683a636928e6e56dd7a8ee9 Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Wed, 4 Sep 2024 13:39:12 -0300 Subject: [PATCH 2/2] docs: use develop ui bundle --- doc/local-playbook.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'