From 95c454074ec96ea703064bedd9e68f55b17e16f7 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 12 2022 15:24:10 +0000 Subject: Update configuration for Antora 3.0 --- diff --git a/guidelines/antora.yml b/guidelines/antora.yml index b25434c..76b864a 100644 --- a/guidelines/antora.yml +++ b/guidelines/antora.yml @@ -9,7 +9,7 @@ title: Packaging Guidelines version: master # We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. -start_page: ROOT:index +start_page: ROOT:index.adoc # This lists all the menu definitions of your component. nav: diff --git a/site.yml b/site.yml index a67cbe6..2db8bd5 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ site: title: Packaging Guidelines (Local Preview) - start_page: packaging-guidelines::index + start_page: packaging-guidelines::index.adoc content: sources: - url: . @@ -17,5 +17,5 @@ output: destinations: - provider: archive runtime: - pull: true + fetch: true cache_dir: ./cache