From dc5b6e7744f40a8a83ebe16b6b5d542d51232501 Mon Sep 17 00:00:00 2001 From: darknao Date: Feb 02 2022 11:35:15 +0000 Subject: compatibility fix for Antora 3.0 --- diff --git a/antora.yml b/antora.yml index 08ecdf4..c8f29e1 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: remix-building title: Remix Docs -version: master -start_page: ROOT:remix-ci +version: ~ +start_page: ROOT:remix-ci.adoc nav: - modules/ROOT/nav.adoc diff --git a/site.yml b/site.yml index 2400d2d..d1d2d05 100644 --- a/site.yml +++ b/site.yml @@ -1,13 +1,13 @@ site: title: Remix Docs - start_page: remix-building::remix-ci + start_page: remix-building::remix-ci.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