From d128bd3d3dadabbf1645d43549a89e52b8bd8495 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Jan 10 2021 19:33:18 +0000 Subject: [PATCH 1/3] Branch for Fedora 33 --- diff --git a/antora.yml b/antora.yml index d70d031..366a981 100644 --- a/antora.yml +++ b/antora.yml @@ -1,5 +1,5 @@ --- name: fedora -version: rawhide +version: f33 # Navigation is in the main 'fedora' component: # https://pagure.io/fedora-docs/release-docs-home diff --git a/modules/install-guide/pages/_partials/entities.adoc b/modules/install-guide/pages/_partials/entities.adoc index 16e1df4..884bc33 100644 --- a/modules/install-guide/pages/_partials/entities.adoc +++ b/modules/install-guide/pages/_partials/entities.adoc @@ -5,12 +5,12 @@ :HOLDER: Red Hat, Inc. and others -:NEXTVER: 31 +:NEXTVER: 34 -:PREVVER: 29 +:PREVVER: 32 :PRODUCT: Fedora -:PRODVER: 30 +:PRODVER: 33 -:YEAR: 2019 +:YEAR: 2020 From 8e4acf141fcaaa9984f215599e8dd5e82b004156 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Jan 10 2021 19:33:18 +0000 Subject: [PATCH 2/3] Fix local preview --- diff --git a/site.yml b/site.yml index 5d10f4b..1456b58 100644 --- a/site.yml +++ b/site.yml @@ -6,7 +6,7 @@ content: - url: . branches: HEAD - url: https://pagure.io/fedora-docs/release-docs-home.git - branches: master + branches: f33 ui: bundle: url: https://asamalik.fedorapeople.org/ui-bundle.zip From ec2f09d181f0a941cebe0db5c0940c0a11e79b0d Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Jan 10 2021 19:33:18 +0000 Subject: [PATCH 3/3] Update modules/install-guide/pages/advanced/Network_based_Installations.adoc Change an adult page link to proper documentation page. --- diff --git a/modules/install-guide/pages/advanced/Network_based_Installations.adoc b/modules/install-guide/pages/advanced/Network_based_Installations.adoc index 6f1f0b4..a6884fc 100644 --- a/modules/install-guide/pages/advanced/Network_based_Installations.adoc +++ b/modules/install-guide/pages/advanced/Network_based_Installations.adoc @@ -253,4 +253,4 @@ Fedora Infrastructure maintains instructions for a configuring a local mirror at For more complex environments, {PRODUCT} offers the [package]*cobbler* installation server. Tasks like managing kickstart configurations, coordinating repositories, maintaining dns records, dhcp servers, and even puppet manifests are effectively automated by [package]*cobbler*. -While levaraging all of the features provided by cobbler can be relatively simple, the full functionality of this powerful tool is too broad to be documented in this guide. The cobbler community provides excellent documentation at link:++http://www.cobblerd.org/category/manuals/++[] to accompany the packages in the Fedora repository. +While levaraging all of the features provided by cobbler can be relatively simple, the full functionality of this powerful tool is too broad to be documented in this guide. The cobbler community provides excellent documentation at link:++https://cobbler.readthedocs.io/en/latest/++[] to accompany the packages in the Fedora repository.