From 937899c2051ed3d7e493b9a17d7bcde31a8da63b Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Feb 23 2021 09:43:34 +0000 Subject: Update instructions for new docs repository location --- diff --git a/modules/contributing/pages/adding-new-docs.adoc b/modules/contributing/pages/adding-new-docs.adoc index 2a982f6..3aead8f 100644 --- a/modules/contributing/pages/adding-new-docs.adoc +++ b/modules/contributing/pages/adding-new-docs.adoc @@ -14,12 +14,13 @@ This is to make sure we can publish your work and you do not waste your time. . Clone the template repository: link:++https://pagure.io/fedora-docs/template++[] -. Create a new pagure repository for the new documentation set, or ask someone to create one for you. - The new repository should be listed under link:++https://pagure.io/projects/fedora-docs/%2A++[`fedora-docs`]. +. Create a new repository for the new documentation set, or ask someone to create one for you. + You can host this repository anywhere but it is recommended to host it on link:++https://pagure.io++[`pagure.io`] where you can reuse Fedora groups to control write access to the repository. + Depending on the topic, it may also be best to host it under link:++https://pagure.io/projects/fedora-docs/%2A++[`fedora-docs`]. . Clone the newly created repository for your content set. -. Copy the contents of the template repository (without the [filename]`.git` directory) into the newly created repository. +. Copy the contents of the template repository (without the [filename]`.git` directory) into the newly created repository or import the commit history from the template repository. . In the new repository, edit the [filename]`antora.yml` configuration file in the repository root. The file contains comments that point out which parts you need to change.