From dc6812abd33bc6612b244df66bc06885c42af1c8 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Jan 12 2022 22:52:13 +0000 Subject: Update configuration for Antora 3.0 --- diff --git a/antora.yml b/antora.yml index 3dbcff4..b1fb35d 100644 --- a/antora.yml +++ b/antora.yml @@ -9,7 +9,7 @@ title: EPEL # <---- 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 7060444..9c375c7 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ site: title: Local Preview - start_page: epel::index + start_page: epel::index.adoc content: sources: - url: . @@ -16,5 +16,5 @@ output: destinations: - provider: archive runtime: - pull: true + fetch: true cache_dir: ./cache