From 5c0b0deafddcef25e1c5a3f4cd9fcda148f88303 Mon Sep 17 00:00:00 2001 From: darknao Date: Feb 02 2022 11:30:54 +0000 Subject: compatibility fix for Antora 3.0 --- diff --git a/antora.yml b/antora.yml index b5c13c5..5c6df5e 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: mentored-projects title: Mentored Projects -version: master -start_page: ROOT:gsoc/2021/index +version: ~ +start_page: ROOT:gsoc/2021/index.adoc nav: - modules/ROOT/nav.adoc diff --git a/site.yml b/site.yml index 2fd97cc..009a704 100644 --- a/site.yml +++ b/site.yml @@ -1,13 +1,13 @@ site: title: Mentored Projects - start_page: mentored-projects::outreachy/2021/index + start_page: mentored-projects::outreachy/2021/index.adoc content: sources: - url: . branches: HEAD ui: bundle: - url: https://asamalik.fedorapeople.org/ui-bundle.zip + url: https://releases.pagure.org/fedora-docs/fedora-docs-ui/ui-bundle-1.02.zip snapshot: true default_layout: with_menu output: @@ -16,5 +16,5 @@ output: destinations: - provider: archive runtime: - pull: true + fetch: true cache_dir: ./cache