From fae7c6abda4bc71f914eb7112e4024b528ba4cf8 Mon Sep 17 00:00:00 2001 From: Bussi Andrea Date: Apr 05 2022 09:54:06 +0000 Subject: Update the configuration for Antora 3.0.0. --- diff --git a/antora.yml b/antora.yml index c1a8ca6..82dcce2 100644 --- a/antora.yml +++ b/antora.yml @@ -9,7 +9,7 @@ title: Fedora Infrastructure # <---- PLEASE MODIFY 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 9c23d8d..fc2fc79 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ site: title: Local Preview - start_page: infra:ROOT:index + start_page: infra:ROOT:index.adoc content: sources: - url: . @@ -16,5 +16,5 @@ output: destinations: - provider: archive runtime: - pull: true + fetch: true cache_dir: ./cache