From 2c41292ddeb133d3bd90b5124440a3fa563bc7ab Mon Sep 17 00:00:00 2001 From: Paolo Date: Sep 18 2025 03:47:07 +0000 Subject: [PATCH 1/2] moved antora.yml to repo root --- diff --git a/antora.yml b/antora.yml new file mode 100644 index 0000000..e47d647 --- /dev/null +++ b/antora.yml @@ -0,0 +1,22 @@ +# Name will be mostly visible in the URL. Treat it as an identifier. +# Tip: If you want to use the local preview scripts that come with this +# repository, please change this value in the site.yml file as well. (under +# site/start_page) +name: fedora-server + +# Title will be visible on the page. +title: Fedora Server Documentation + +# 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 + +# 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.adoc + +# This lists all the menu definitions of your component. +nav: +- modules/ROOT/nav.adoc diff --git a/docs/antora.yml b/docs/antora.yml deleted file mode 100644 index e47d647..0000000 --- a/docs/antora.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Name will be mostly visible in the URL. Treat it as an identifier. -# Tip: If you want to use the local preview scripts that come with this -# repository, please change this value in the site.yml file as well. (under -# site/start_page) -name: fedora-server - -# Title will be visible on the page. -title: Fedora Server Documentation - -# 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 - -# 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.adoc - -# This lists all the menu definitions of your component. -nav: -- modules/ROOT/nav.adoc From 521601f226262c556c8ddc87e6cde5ed8c9b1918 Mon Sep 17 00:00:00 2001 From: Paolo Junior Angeloni Date: Sep 18 2025 03:56:22 +0000 Subject: [PATCH 2/2] Update antora.yml --- diff --git a/antora.yml b/antora.yml index e47d647..80b37f5 100644 --- a/antora.yml +++ b/antora.yml @@ -10,7 +10,7 @@ title: Fedora Server Documentation # 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: main # 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