From 658e2c88b5eff20b15dde48e488256da0bea597b Mon Sep 17 00:00:00 2001 From: darknao Date: Feb 02 2022 11:19:50 +0000 Subject: compatibility fix for Antora 3.0 --- diff --git a/antora.yml b/antora.yml index f608894..bfc49d9 100644 --- a/antora.yml +++ b/antora.yml @@ -6,10 +6,10 @@ name: taiga-docs # <---- PLEASE MODIFY title: Fedora Project Taiga Documentation # <---- PLEASE MODIFY # If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version. -version: master +version: ~ # 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: taiga:index +start_page: taiga:index.adoc # This lists all the menu definitions of your component. nav: diff --git a/site.yml b/site.yml index bb73816..67f4840 100644 --- a/site.yml +++ b/site.yml @@ -1,13 +1,13 @@ site: title: Local Preview - start_page: taiga-docs:taiga:index + start_page: taiga-docs:taiga: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